Skip to main content

No project description provided

Project description

Atooms models

pypi version license Binder pipeline coverage report

A database of interaction models for classical molecular dynamics and Monte Carlo simulations.

Quick start

Show all the available models

from atooms import models
models.available()

Pretty print the full database

from pprint import pprint
pprint(models.database)

Select the Lennard-Jones one-component system and inspect the parameters

model = models.database["lennard_jones"]
print(model["potential"])
print(model["cutoff"])

Look for a fluid Lennard-Jones sample and get a local copy

for sample in model["samples"]:
    if sample["state"] == 'fluid':
        local_file = models.copy(sample)	    
        break

The local_file can then be used to start a simulation or further analysis using atooms packages.

Installation

Clone the code repository and install from source

git clone https://framagit.org/atooms/models.git
cd sample
make install

Install atooms-models with pip

pip install atooms-models

Contributing

Contributions to the project are welcome. If you wish to contribute, check out these guidelines.

Authors

Daniele Coslovich: https://www.units.it/daniele.coslovich/

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

atooms_models-1.3.0-py2.py3-none-any.whl (71.6 kB view hashes)

Uploaded Python 2 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