Skip to content

Commit

Permalink
Add colab notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Jul 3, 2023
1 parent 31efdd0 commit 4ebbabd
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# matten

This repo contains the Materials Tensor (MatTen) for predicting tensorial
This repo contains the Materials Tensor (MatTen) model for predicting tensorial
properties of crystals such as the elasticity tensor.

MatTen is an equivariant graph neural network built using [e3nn](https://github.com/e3nn/e3nn).


## Install

## Use pretrained model

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/wengroup/matten/blob/main/notebooks/predict_colab.ipynb)

## Data

## Data
41 changes: 41 additions & 0 deletions notebooks/predict_colab.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "markdown",
"source": [
"# matten\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/wengroup/matten/blob/main/notebooks/predict_colab.ipynb)\n",
"\n",
"\n",
"[MatTen](https://github.com/wengroup/matten) is an equivariant graph neural network model for the prediction of tensorial properties of materials."
],
"metadata": {
"id": "L4MnRfEaqlXB"
}
},
{
"cell_type": "code",
"source": [],
"metadata": {
"id": "vhxEz8zJqTOR"
},
"execution_count": null,
"outputs": []
}
]
}

0 comments on commit 4ebbabd

Please sign in to comment.