You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* change the phonon example to rst format
* update the example page and link to new phonon example rst page
* update relax example
* add phonon plot
* add python requirement
* fix equations display in model card
* try to fix inline formula
* try to fix inline formula
* try to fix inline formula
---------
Co-authored-by: Han Yang <[email protected]>
Copy file name to clipboardexpand all lines: MODEL_CARD.md
+16-20
Original file line number
Diff line number
Diff line change
@@ -85,45 +85,41 @@ print(f"Stress: {atoms.get_stress(voigt=False)} eV/A^3, or {atoms.get_stress(voi
85
85
#### Metrics
86
86
87
87
We evaluate the performance by computing the mean absolute errors (MAEs) of energy (E), forces (F) and stress (S) of each structures within the same dataset. The MAEs are defined as follows,
where $N$ is the number of structures in the same dataset, $N_{at}^{(i)}$ is the number of atoms in the $i$-th structure and $\tilde{E}$, $\tilde{F}$ and $\tilde{S}$ represent ground-truth energy, forces and stress, respectively.
where N is the number of structures in the same dataset, <imgsrc="https://latex.codecogs.com/svg.image?\inline&space;&space;N_{at}^{(i)}"> is the number of atoms in the i-th structure and E, F and S represent ground-truth energy, forces and stress, respectively.
Copy file name to clipboardexpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@ MatterSim is a deep learning atomistic model across elements, temperatures and p
20
20
This README provides a quick start guide. For more comprehensive information, please refer to the [MatterSim documentation](https://microsoft.github.io/mattersim/).
21
21
22
22
## Installation
23
+
### Prerequisite
24
+
* Python==3.9
25
+
23
26
### Install from PyPI
24
27
> [!TIP]
25
28
> While not mandatory, we recommend creating a clean conda environment before installing MatterSim to avoid potential package conflicts. You can create and activate a conda environment with the following commands:
0 commit comments