30 lines
624 B
ReStructuredText
30 lines
624 B
ReStructuredText
Run LAMMPS from Python
|
|
======================
|
|
|
|
After compiling the LAMMPS shared library and making it ready to use,
|
|
you can now write and run Python scripts that import the LAMMPS Python
|
|
module and launch LAMMPS simulations through Python scripts.
|
|
The following pages take you through the various steps necessary,
|
|
what functionality is available and give some examples how to use it.
|
|
|
|
------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
Python_launch
|
|
|
|
------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
Python_create
|
|
Python_execute
|
|
Python_properties
|
|
Python_atoms
|
|
Python_objects
|
|
Python_scatter
|
|
Python_neighbor
|
|
Python_config
|