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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lammpstools-0.0.20.tar.gz.
File metadata
- Download URL: lammpstools-0.0.20.tar.gz
- Upload date:
- Size: 33.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc441a0d8e149081ccc9339703f9afd7ea0ce2d66ab33c2e7cd4d50da0cd2f31
|
|
| MD5 |
4ec4150c1dfe22c36c4c3c7373b1f5bd
|
|
| BLAKE2b-256 |
9d3707ecf8166c03ade213ded4231293d3ae0a47975d00bcc43b700d841b41b7
|
File details
Details for the file lammpstools-0.0.20-py3-none-any.whl.
File metadata
- Download URL: lammpstools-0.0.20-py3-none-any.whl
- Upload date:
- Size: 37.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5aa1f3a0e1828803c7eddfb005189fda726c211634a9046d45c0a98db2e746c9
|
|
| MD5 |
be22e68af2fbfdb0f864d851e63cd834
|
|
| BLAKE2b-256 |
35d7a3c66dbac16a1818e27d62a2147fa8df3fd32136597b898245afd4542ff3
|