Skip to content

Commit 92af875

Browse files
authored
mention AQE in docs (#58)
1 parent 171838d commit 92af875

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,21 @@ uv pip install -e .
7373
python setup.py build_ext --inplace
7474
```
7575

76+
## Pre-trained Models
77+
78+
We currently offer two pre-trained **MatterSim-v1** models based on the **M3GNet** architecture in the [pretrained_models](./pretrained_models/) folder:
79+
80+
1. **MatterSim-v1.0.0-1M**: A mini version of the model that is faster to run.
81+
2. **MatterSim-v1.0.0-5M**: A larger version of the model that is more accurate.
82+
83+
These models have been trained using the data generated through the workflows
84+
introduced in the [MatterSim manuscript](https://arxiv.org/abs/2405.04967), which provides an in-depth
85+
explanation of the methodologies underlying the MatterSim model.
86+
87+
More advanced and fully-supported pretrained versions of MatterSim,
88+
and additional materials capabilities are available in
89+
**[Azure Quantum Elements](https://quantum.microsoft.com/en-us/solutions/azure-quantum-elements)**.
90+
7691
## Usage
7792

7893
> [!TIP]

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ These models have been trained using the data generated through the workflows
3030
introduced in the `MatterSim <https://arxiv.org/abs/2405.04967>`_ manuscript, which provides an in-depth
3131
explanation of the methodologies underlying the MatterSim model.
3232

33+
More advanced and fully-supported pretrained versions of MatterSim,
34+
and additional materials capabilities are available in
35+
`Azure Quantum Elements <https://quantum.microsoft.com/en-us/solutions/azure-quantum-elements>`_.
36+
3337
Bibliography
3438
------------
3539

0 commit comments

Comments
 (0)