doc: 3 py:meth:PyLammps.append_cmd_history()

Co-authored-by: Axel Kohlmeyer <akohlmey@gmail.com>
This commit is contained in:
yuh
2024-04-15 09:00:24 +08:00
committed by GitHub
parent bad5fcc9c4
commit f6992c0d34

View File

@ -538,7 +538,7 @@ class PyLammps(object):
Commands will be added to the command history but not executed. Commands will be added to the command history but not executed.
Add `commands` only to the command history, but do not execute them, so that you can Add `commands` only to the command history, but do not execute them, so that you can
Convenient batch create Lammps script files, use conveniently create Lammps input files, using
:py:meth:`PyLammps.write_script()`. :py:meth:`PyLammps.write_script()`.
""" """
self._cmd_history.append(cmd) self._cmd_history.append(cmd)