Skip to main content

package to analyse LAMMPS data

Project description

lammpstools

lammpstools is a small python package which can be used to analyse LAMMPS data.

For documentation on the functions it contains, install the package:

pip install lammpstools

open a python interpretter (by typing python in your shell)

and then in the python interpreter write

import lammpstools print(lammpstools.__doc__)

which will give a list of all functions. To access documentation of a specific function, follow a similar route. E.g. for the DumpLoader class write

print(lammpstools.DumpLoader.__doc__)

which will tell you (probably) all you need to know.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lammpstools-0.0.20.tar.gz (33.0 kB view hashes)

Uploaded Source

Built Distribution

lammpstools-0.0.20-py3-none-any.whl (37.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page