Added documentation for verbose option

This commit is contained in:
Eugen Rožić
2022-05-24 12:02:34 +02:00
committed by GitHub
parent b66702c285
commit 1aaa9ca4ae

View File

@ -449,6 +449,8 @@ class PyLammps(object):
:type ptr: pointer
:param comm: MPI communicator (as provided by `mpi4py <mpi4py_docs_>`_). ``None`` means use ``MPI_COMM_WORLD`` implicitly.
:type comm: MPI_Comm
:param verbose: print all LAMMPS output to stdout
:type verbose: bool
:ivar lmp: instance of original LAMMPS Python interface
:vartype lmp: :py:class:`lammps`