diff --git a/doc/lammps.1 b/doc/lammps.1 index 75581bd008..d08ac71fd4 100644 --- a/doc/lammps.1 +++ b/doc/lammps.1 @@ -1,7 +1,7 @@ -.TH LAMMPS "1" "29 August 2024" "2024-08-29" +.TH LAMMPS "1" "29 October 2024" "2024-10-29" .SH NAME .B LAMMPS -\- Molecular Dynamics Simulator. Version 29 August 2024 +\- Molecular Dynamics Simulator. Version 29 October 2024 .SH SYNOPSIS .B lmp diff --git a/doc/src/fix_qeq.rst b/doc/src/fix_qeq.rst index fd317666d0..9929dd5796 100644 --- a/doc/src/fix_qeq.rst +++ b/doc/src/fix_qeq.rst @@ -190,7 +190,7 @@ on atoms via the matrix inversion method. A tolerance of 1.0e-6 is usually a good number. Keyword *alpha* can be used to change the Slater type orbital exponent. -.. versionadded:: TBD +.. versionadded:: 29Oct2024 The *qeq/ctip* style describes partial charges on atoms in the same way as style *qeq/shielded* but also enables the definition of charge diff --git a/doc/src/pair_coul.rst b/doc/src/pair_coul.rst index 17e9358754..643a644e80 100644 --- a/doc/src/pair_coul.rst +++ b/doc/src/pair_coul.rst @@ -180,7 +180,7 @@ coulomb styles in :doc:`hybrid pair styles `. ---------- -.. versionadded:: TBD +.. versionadded:: 29Oct2024 Style *coul/ctip* computes the Coulomb interactions as described in :ref:`Plummer `. It uses the the damped shifted model as in diff --git a/src/atom.cpp b/src/atom.cpp index e0fceffe9c..c726b1500c 100644 --- a/src/atom.cpp +++ b/src/atom.cpp @@ -3276,7 +3276,7 @@ int Atom::extract_datatype(const char *name) * \verbatim embed:rst -.. versionadded:: TBD +.. versionadded:: 29Oct2024 \endverbatim * diff --git a/src/library.cpp b/src/library.cpp index 0065f10454..fd27ada6ac 100644 --- a/src/library.cpp +++ b/src/library.cpp @@ -2159,7 +2159,7 @@ int lammps_extract_atom_datatype(void *handle, const char *name) * \verbatim embed:rst -.. versionadded:: TBD +.. versionadded:: 29Oct2024 This function returns an integer with the size of the per-atom property with the specified name. This allows to accurately determine diff --git a/src/version.h b/src/version.h index 9c382b3768..467a516f3e 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1 @@ -#define LAMMPS_VERSION "29 Aug 2024" -#define LAMMPS_UPDATE "Development" +#define LAMMPS_VERSION "29 Oct 2024"