|
| 1 | +.. mattersim documentation master file, created by |
| 2 | + sphinx-quickstart on Thu Aug 22 14:01:40 2024. |
| 3 | + You can adapt this file completely to your liking, but it should at least |
| 4 | + contain the root `toctree` directive. |
| 5 | +
|
| 6 | +Welcome to the MatterSim Documentation! |
| 7 | +======================================= |
| 8 | + |
| 9 | +Overview |
| 10 | +-------- |
| 11 | + |
| 12 | +`MatterSim <https://arxiv.org/abs/2405.04967>`_ is an advanced deep learning model designed to simulate |
| 13 | +the properties of materials across a wide range of elements, temperatures, and pressures. |
| 14 | +The model leverages state-of-the-art deep learning techniques to deliver high accuracy and |
| 15 | +efficiency in atomistic simulations, making it a valuable tool for researchers |
| 16 | +in the field of materials science. |
| 17 | + |
| 18 | +MatterSim is still in active development, and more checkpoints may be |
| 19 | +released in appropriate time, so please stay tuned for updates. |
| 20 | + |
| 21 | +Pre-trained Models |
| 22 | +------------------ |
| 23 | + |
| 24 | +We currently offer two pre-trained versions of MatterSim with **M3GNet** architecture: |
| 25 | + |
| 26 | +1. **mattersim-mini-v1.0.0**: A mini version of the model that is faster to run. |
| 27 | +2. **mattersim-medium-v1.0.0**: A medium version of the model that is more accurate. |
| 28 | + |
| 29 | +These models have been trained using the data generated through the workflows |
| 30 | +introduced in the `MatterSim <https://arxiv.org/abs/2405.04967>`_ manuscript, which provides an in-depth |
| 31 | +explanation of the methodologies underlying the MatterSim model. |
| 32 | + |
| 33 | +FAQ |
| 34 | +--- |
| 35 | + |
| 36 | +**Q1**: What is the difference between the mini and medium versions of MatterSim? |
| 37 | + |
| 38 | + **A**: The mini version is a smaller model that is faster to run, while the medium version is more accurate. |
| 39 | + |
| 40 | +**Q2**: Are you going to release the pre-trained models of MatterSim with transformer-based architectures? |
| 41 | + |
| 42 | + **A**: The transformer-based MatterSim is still under development. Please contact us for more information. |
| 43 | + |
| 44 | +Bibliography |
| 45 | +------------ |
| 46 | + |
| 47 | +.. note:: |
| 48 | + |
| 49 | + If you use MatterSim in your research, please cite the following paper: |
| 50 | + |
| 51 | + .. code-block:: bibtex |
| 52 | +
|
| 53 | + @article{yang2024mattersim, |
| 54 | + title={ |
| 55 | + Mattersim: A deep learning atomistic model across elements, |
| 56 | + temperatures and pressures |
| 57 | + }, |
| 58 | + author={ |
| 59 | + Yang, Han and Hu, Chenxi and Zhou, Yichi and Liu, Xixian |
| 60 | + and Shi, Yu and Li, Jielan and Li, Guanzhi and Chen, Zekun |
| 61 | + and Chen, Shuizhou and Zeni, Claudio and others |
| 62 | + }, |
| 63 | + journal={arXiv preprint arXiv:2405.04967}, |
| 64 | + year={2024} |
| 65 | + } |
| 66 | +
|
| 67 | +
|
| 68 | +
|
| 69 | +.. toctree:: |
| 70 | + :maxdepth: 2 |
| 71 | + :caption: User Guide: |
| 72 | + :hidden: |
| 73 | + |
| 74 | + user_guide/installation |
| 75 | + user_guide/getting_started |
| 76 | + examples/examples |
0 commit comments