Set pending version tags to 2Apr2025

This commit is contained in:
Axel Kohlmeyer
2025-04-01 21:30:53 -04:00
parent 5bd3218372
commit d51017c878
14 changed files with 14 additions and 14 deletions

View File

@ -15,7 +15,7 @@ Most of the C++ code currently requires a compiler compatible with the
C++11 standard, the KOKKOS package currently requires C++17. Most of
the Python code is written to be compatible with Python 3.6 or later.
.. deprecated:: TBD
.. deprecated:: 2Apr2025
Python 2.x is no longer supported and trying to use it, e.g. for the
LAMMPS Python module should result in an error. If you come across

View File

@ -7,7 +7,7 @@ LAMMPS shared library through the Python `ctypes <ctypes_>`_
module. Because of the dynamic loading, it is required that LAMMPS is
compiled in :ref:`"shared" mode <exe>`.
.. versionchanged:: TBD
.. versionchanged:: 2Apr2025
LAMMPS currently only supports Python version 3.6 or later.

View File

@ -51,7 +51,7 @@ Examples
Description
"""""""""""
.. versionadded:: TBD
.. versionadded:: 2Apr2025
The *bpm/spring/plastic* bond style computes forces based on
deviations from the initial reference state of the two atoms and the

View File

@ -24,7 +24,7 @@ Examples
Description
"""""""""""
.. versionadded:: TBD
.. versionadded:: 2Apr2025
Define a computation that calculates the velocity auto-correlation
function (VACF) for multiple chunks of atoms.

View File

@ -189,7 +189,7 @@ due to the internal dynamic grouping performed by fix bond/react.
If the group-ID is an existing static group, react-group-IDs
should also be specified as this static group or a subset.
.. versionadded:: TBD
.. versionadded:: 2Apr2025
New *molmap* option

View File

@ -173,7 +173,7 @@ printed; the run simply exits. The latter may be desirable for
post-processing tools that extract thermodynamic information from log
files.
.. versionadded:: TBD
.. versionadded:: 2Apr2025
The optional *universe* keyword determines whether the halt request
should be synchronized across the partitions of a :doc:`multi-partition

View File

@ -185,7 +185,7 @@ replaces the string for that specific keyword. The *colname* keyword can
be used multiple times. If multiple *colname* settings refer to the same
keyword, the last setting has precedence.
.. versionadded:: TBD
.. versionadded:: 2Apr2025
The *pad* keyword only applies when a fix produces a file and the output
filename is specified with a wildcard "\*" character which becomes the

View File

@ -218,7 +218,7 @@ been previously used to define the lattice spacing. Each of these 3
quantities may be dependent on the x,y,z dimension, since the lattice
spacings can be different in x,y,z.
.. versionadded:: TBD
.. versionadded:: 2Apr2025
If the *update dipole* keyword/value pair is used together with the
*rotate* or *transrot* style, then the orientation of the dipole moment

View File

@ -89,7 +89,7 @@ partition function for the original system to a classical partition
function for a ring-polymer system is exploited, to efficiently sample
configurations from the canonical ensemble :ref:`(Feynman) <Feynman>`.
.. versionadded:: TBD
.. versionadded:: 2Apr2025
Fix *pimd/langevin/bosonic* and *pimd/nvt/bosonic* were added.

View File

@ -56,7 +56,7 @@ If the filename ends with ".gz", the output file is written in gzipped
format. A gzipped dump file will be about 3x smaller than the text
version, but will also take longer to write.
.. versionadded:: TBD
.. versionadded:: 2Apr2025
If the filename contains the wildcard character "\*", a new file is
created on every timestep there bond information is written. The "\*"

View File

@ -55,7 +55,7 @@ factor, and :math:`f_n^{damp}` are damping functions.
contributions, according to, for example, the Axilrod-Teller-Muto
model.
.. versionchanged:: TBD
.. versionchanged:: 2Apr2025
renamed *zero* keyword to *original* to avoid conflicts with
:doc:`pair style zero <pair_zero>` when used as :doc:`hybrid

View File

@ -33,7 +33,7 @@ Examples
Description
"""""""""""
.. versionadded:: TBD
.. versionadded:: 2Apr2025
Write a `VMD <https://ks.uiuc.edu/Research/vmd/>`_ Tcl script file with
commands that aim to create a visualization of :doc:`regions <region>`.

View File

@ -2129,7 +2129,7 @@ class lammps(object):
def set_show_error(self, flag):
""" Enable or disable direct printing of error messages in C++ code
.. versionadded:: TBD
.. versionadded:: 2Apr2025
This function allows to enable or disable printing of error message directly in
the C++ code. Disabling the printing avoids printing error messages twice when

View File

@ -7502,7 +7502,7 @@ int lammps_has_error(void *handle)
\verbatim embed:rst
.. versionadded:: TBD
.. versionadded:: 2Apr2025
This function can be used to stop LAMMPS from printing error messages
*before* LAMMPS throws a :ref:`C++ exception <exceptions>`. This is so