An open API service indexing awesome lists of open source software.

https://github.com/ghutchis/avogadro-mattersim

Avogadro energy calculator using the MatterSim ML potential
https://github.com/ghutchis/avogadro-mattersim

Last synced: 3 months ago
JSON representation

Avogadro energy calculator using the MatterSim ML potential

Awesome Lists containing this project

README

        

# avogadro-mattersim

Avogadro energy calculator using the MatterSim v1.0.0 ML potentials
https://github.com/microsoft/mattersim

> MatterSim: A deep learning atomistic model across elements, temperatures and pressures.

To install the `conda` package:

```
# create the environment
conda create -n mattersim python=3.9

# activate the environment
conda activate mattersim

pip install mattersim
```

Preprint article can be found at https://arxiv.org/abs/2405.04967