cosmetic changes
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
Compute, fixes, variables
|
Computes, fixes, variables
|
||||||
=========================
|
==========================
|
||||||
|
|
||||||
This section documents accessing or modifying data stored by computes,
|
This section documents accessing or modifying data stored by computes,
|
||||||
fixes, or variables in LAMMPS using the following functions:
|
fixes, or variables in LAMMPS using the following functions:
|
||||||
|
|||||||
@ -103,7 +103,7 @@ class command_wrapper(object):
|
|||||||
This method is where the Python 'magic' happens. If a method is not
|
This method is where the Python 'magic' happens. If a method is not
|
||||||
defined by the class command_wrapper, it assumes it is a LAMMPS command. It takes
|
defined by the class command_wrapper, it assumes it is a LAMMPS command. It takes
|
||||||
all the arguments, concatinates them to a single string, and executes it using
|
all the arguments, concatinates them to a single string, and executes it using
|
||||||
:py:meth:`lammps.command()`.
|
:py:meth:`lammps.command`.
|
||||||
|
|
||||||
Starting with Python 3.6 it also supports keyword arguments. key=value is
|
Starting with Python 3.6 it also supports keyword arguments. key=value is
|
||||||
transformed into 'key value'. Note, since these have come last in the
|
transformed into 'key value'. Note, since these have come last in the
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
class wrapper(object):
|
class wrapper(object):
|
||||||
"""lammps API IPython Wrapper
|
""" lammps API IPython Wrapper
|
||||||
|
|
||||||
This is a wrapper class that provides additional methods on top of an
|
This is a wrapper class that provides additional methods on top of an
|
||||||
existing :py:class:`lammps` instance. It provides additional methods
|
existing :py:class:`lammps` instance. It provides additional methods
|
||||||
|
|||||||
Reference in New Issue
Block a user