File: lammpsrun.rst

package info (click to toggle)
python-ase 3.26.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,484 kB
  • sloc: python: 148,112; xml: 2,728; makefile: 110; javascript: 47
file content (21 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.. module:: ase.calculators.LAMMPSrun

======
LAMMPS
======

The LAMMPS calculator first appeared in ASE version 3.5.0.  At the
time of the release of ASE 3.17.0, the LAMMPS calculator is still a
thin wrapper containing basic features to enable the use of LAMMPS in
ASE (missing some feature might have been added in the source code
development tree or some more recent version of ASE).

.. autoclass:: ase.calculators.lammpsrun.LAMMPS

Setting up an OPLS calculation
==============================

There are some modules to facilitate the setup of an OPLS force field
calculation, see :mod:`ase.io.opls`.