some more documentation updates
This commit is contained in:
@ -38,6 +38,20 @@ been folded into the :doc:`reset_atoms <reset_atoms>` command. If
|
|||||||
present, LAMMPS will replace the commands accordingly and print a
|
present, LAMMPS will replace the commands accordingly and print a
|
||||||
warning.
|
warning.
|
||||||
|
|
||||||
|
LATTE package
|
||||||
|
-------------
|
||||||
|
|
||||||
|
.. deprecated:: TBD
|
||||||
|
|
||||||
|
The LATTE package with the fix latte command was removed from LAMMPS.
|
||||||
|
This functionality has been superseded by :doc:`fix mdi/qm <fix_mdi_qm>`
|
||||||
|
and :doc:`fix mdi/qmmm <fix_mdi_qmmm>` from the :ref:`MDI package
|
||||||
|
<PKG-MDI>`. These fixes are compatible with several quantum software
|
||||||
|
packages, including LATTE. See the ``examples/QUANTUM`` dir and the
|
||||||
|
:doc:`MDI coupling HOWTO <Howto_mdi>` page. MDI supports running LAMMPS
|
||||||
|
with LATTE as a plugin library (similar to the way fix latte worked), as
|
||||||
|
well as on a different set of MPI processors.
|
||||||
|
|
||||||
MEAM package
|
MEAM package
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|||||||
@ -15,13 +15,13 @@ the context of your application.
|
|||||||
1. Define a new :doc:`fix <fix>` or :doc:`compute <compute>` command
|
1. Define a new :doc:`fix <fix>` or :doc:`compute <compute>` command
|
||||||
that calls the other code. In this scenario, LAMMPS is the driver
|
that calls the other code. In this scenario, LAMMPS is the driver
|
||||||
code. During timestepping, the fix or compute is invoked, and can
|
code. During timestepping, the fix or compute is invoked, and can
|
||||||
make library calls to the other code, which has been linked to
|
make library calls to the other code, which has been linked to LAMMPS
|
||||||
LAMMPS as a library. This is the way the :ref:`VORONOI
|
as a library. This is the way the :ref:`VORONOI <PKG-VORONOI>`
|
||||||
<PKG-VORONOI>` package, which computes Voronoi tesselations using
|
package, which computes Voronoi tesselations using the `Voro++
|
||||||
the `Voro++ library <http://math.lbl.gov/voro++>`_, is interfaced
|
library <http://math.lbl.gov/voro++>`_, is interfaced to LAMMPS. See
|
||||||
to LAMMPS. See the :doc:`compute voronoi <compute_voronoi>`
|
the :doc:`compute voronoi <compute_voronoi_atom>` command for more
|
||||||
command for more details. Also see the :doc:`Modify <Modify>`
|
details. Also see the :doc:`Modify <Modify>` pages for information
|
||||||
pages for information on how to add a new fix or compute to LAMMPS.
|
on how to add a new fix or compute to LAMMPS.
|
||||||
|
|
||||||
.. spacer
|
.. spacer
|
||||||
|
|
||||||
|
|||||||
@ -3543,6 +3543,7 @@ ters
|
|||||||
tersoff
|
tersoff
|
||||||
Tersoff
|
Tersoff
|
||||||
tesselation
|
tesselation
|
||||||
|
tesselations
|
||||||
Tetot
|
Tetot
|
||||||
tex
|
tex
|
||||||
tfac
|
tfac
|
||||||
|
|||||||
Reference in New Issue
Block a user