Skip to content

Commit

Permalink
Update README.md (#294)
Browse files Browse the repository at this point in the history
* Update README.md

* Update index.rst
  • Loading branch information
guillemsimeon committed Feb 28, 2024
1 parent 0be16db commit fdd4dac
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 26 deletions.
37 changes: 25 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,31 @@ CUDA_VISIBLE_DEVICES=0,1 torchmd-train --conf torchmd-net/examples/ET-QM9.yaml.y
If you use TorchMD-NET in your research, please cite the following papers:

#### Main reference

```
@misc{pelaez2024torchmdnet,
title={TorchMD-Net 2.0: Fast Neural Network Potentials for Molecular Simulations},
author={Raul P. Pelaez and Guillem Simeon and Raimondas Galvelis and Antonio Mirarchi and Peter Eastman and Stefan Doerr and Philipp Thölke and Thomas E. Markland and Gianni De Fabritiis},
year={2024},
eprint={2402.17660},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
```

#### TensorNet

```
@inproceedings{simeon2023tensornet,
title={TensorNet: Cartesian Tensor Representations for Efficient Learning of Molecular Potentials},
author={Guillem Simeon and Gianni De Fabritiis},
booktitle={Thirty-seventh Conference on Neural Information Processing Systems},
year={2023},
url={https://openreview.net/forum?id=BEHlPdBZ2e}
}
```

#### Equivariant Transformer
```
@inproceedings{
tholke2021equivariant,
Expand Down Expand Up @@ -115,18 +140,6 @@ url={https://openreview.net/forum?id=zNHzqZ9wrRB}
}
```

#### TensorNet

```
@inproceedings{simeon2023tensornet,
title={TensorNet: Cartesian Tensor Representations for Efficient Learning of Molecular Potentials},
author={Guillem Simeon and Gianni De Fabritiis},
booktitle={Thirty-seventh Conference on Neural Information Processing Systems},
year={2023},
url={https://openreview.net/forum?id=BEHlPdBZ2e}
}
```

## Developer guide

### Implementing a new architecture
Expand Down
44 changes: 30 additions & 14 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,36 @@ Cite
If you use TorchMD-NET in your research, please cite the following papers:

Main reference
~~~~~~~~~

.. code-block:: bibtex
@misc{
pelaez2024torchmdnet,
title={TorchMD-Net 2.0: Fast Neural Network Potentials for Molecular Simulations},
author={Raul P. Pelaez and Guillem Simeon and Raimondas Galvelis and Antonio Mirarchi and Peter Eastman and Stefan Doerr and Philipp Thölke and Thomas E. Markland and Gianni De Fabritiis},
year={2024},
eprint={2402.17660},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
TensorNet
~~~~~~~~~

.. code-block:: bibtex
@inproceedings{
simeon2023tensornet,
title={TensorNet: Cartesian Tensor Representations for Efficient Learning of Molecular Potentials},
author={Guillem Simeon and Gianni De Fabritiis},
booktitle={Thirty-seventh Conference on Neural Information Processing Systems},
year={2023},
url={https://openreview.net/forum?id=BEHlPdBZ2e}
}
Equivariant Transformer
~~~~~~~~~~~~~~

.. code-block:: bibtex
Expand Down Expand Up @@ -43,20 +73,6 @@ Graph Network
month = sep
}
TensorNet
~~~~~~~~~

.. code-block:: bibtex
@inproceedings{
simeon2023tensornet,
title={TensorNet: Cartesian Tensor Representations for Efficient Learning of Molecular Potentials},
author={Guillem Simeon and Gianni De Fabritiis},
booktitle={Thirty-seventh Conference on Neural Information Processing Systems},
year={2023},
url={https://openreview.net/forum?id=BEHlPdBZ2e}
}
.. toctree::
:hidden:
Expand Down

0 comments on commit fdd4dac

Please sign in to comment.