Skip to content

Commit f5f2559

Browse files
github-actions[bot]chrbrunk
authored andcommitted
release: create release-0.1.1 branch
1 parent c6d315f commit f5f2559

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Release 0.1.1
4+
5+
- Small amount of modifications to README and documentation
6+
- Adding link to white paper in README
7+
38
## Release 0.1.0
49

510
- Implemented model architectures: MACE, NequIP and ViSNet

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ Further details can be found in our white paper (see [below](#-citing-our-work))
146146
**MACE (2,139,152 parameters):**
147147
| Systems | JAX + JAX-MD | JAX + ASE | Torch + ASE |
148148
| --------- |-------------:|-------------:|-------------:|
149-
| 1UAO | 6.3 ms/step | 11.6 ms/step | 44.2/step |
150-
| 1ABT | 66.8 ms/step | 99.5 ms/step | 157.2/step |
149+
| 1UAO | 6.3 ms/step | 11.6 ms/step | 44.2 ms/step |
150+
| 1ABT | 66.8 ms/step | 99.5 ms/step | 157.2 ms/step|
151151

152152
**ViSNet (1,137,922 parameters):**
153153
| Systems | JAX + JAX-MD | JAX + ASE | Torch + ASE |
@@ -169,10 +169,11 @@ Scott Cameron, Louis Robinson, Tom Barrett, and Alex Laterre.
169169

170170
## 📚 Citing our work
171171

172-
We kindly request to cite our white paper when using this library:
172+
We kindly request to cite [our white paper](https://arxiv.org/abs/2505.22397)
173+
when using this library:
173174

174175
C. Brunken, O. Peltre, H. Chomet, L. Walewski, M. McAuliffe, V. Heyraud,
175176
S. Attias, M. Maarand, Y. Khanfir, E. Toledo, F. Falcioni, M. Bluntzer,
176177
S. Acosta-Gutiérrez and J. Tilly, *Machine Learning Interatomic Potentials:
177178
library for efficient training, model development and simulation of molecular systems*,
178-
available on the arXiv.
179+
arXiv, 2025, arXiv:2505.22397.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

99
project = "MLIP"
10-
copyright = "2024, InstaDeep" # noqa: A001
10+
copyright = "2025, InstaDeep" # noqa: A001
1111
author = "InstaDeep"
1212

1313
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlip"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Machine Learning Interatomic Potentials in JAX"
55
license = "LICENSE"
66
authors = [
@@ -19,6 +19,9 @@ classifiers = [
1919
"License :: OSI Approved :: Apache Software License",
2020
]
2121

22+
[tool.poetry.urls]
23+
"Homepage" = "https://github.com/instadeepai/mlip/"
24+
2225
[tool.poetry.dependencies]
2326
python = ">=3.10,<=3.13"
2427
numpy = "^1.26.0"

0 commit comments

Comments
 (0)