diff --git a/doc/src/pair_mliap.rst b/doc/src/pair_mliap.rst index 7412a56056..e325de0aa6 100644 --- a/doc/src/pair_mliap.rst +++ b/doc/src/pair_mliap.rst @@ -73,7 +73,7 @@ the smooth SO(3) power spectrum with the explicit inclusion of a radial basis :ref:`(Bartok) ` and :ref:`(Zagaceta) `. The available models are *linear* and *nn*. -.. versionadded:: TBD +.. versionadded:: 17Apr2024 The descriptor style *ace* is a class of highly general atomic descriptors, atomic cluster expansion descriptors (ACE) from diff --git a/python/lammps/pylammps.py b/python/lammps/pylammps.py index d8f175c5b8..7dd3823bbf 100644 --- a/python/lammps/pylammps.py +++ b/python/lammps/pylammps.py @@ -197,7 +197,7 @@ class Atom(object): mass (AKA 'rmass') depending on what is available with preference for the per-atom mass. - .. versionchanged:: TBD + .. versionchanged:: 17Apr2024 Support both per-type and per-atom masses. With per-type return "mass[type[i]]" else return "rmass[i]".