Skip to main content

An interface to atomistic simulation codes including but not limited to GPAW, LAMMPS, S/Phi/nX and VASP.

Project description

Coverage Status Codacy Badge Release_Date Build Status Downloads Documentation Status Screenshot of pyiron running inside jupyterlab.

pyiron - an integrated development environment (IDE) for computational materials science. It combines several tools in a common platform:

  • Atomic structure objects – compatible to the Atomic Simulation Environment (ASE).

  • Atomistic simulation codes – like LAMMPS and VASP.

  • Feedback Loops – to construct dynamic simulation life cycles.

  • Hierarchical data management – interfacing with storage resources like SQL and HDF5.

  • Integrated visualization – based on NGLview.

  • Interactive simulation protocols - based on Jupyter notebooks.

  • Object oriented job management – for scaling complex simulation protocols from single jobs to high-throughput simulations.

pyiron (called pyron) is developed in the Computational Materials Design department of Joerg Neugebauer at the Max Planck Institut für Eisenforschung (Max Planck Institute for iron research). While its original focus was to provide a framework to develop and run complex simulation protocols as needed for ab initio thermodynamics it quickly evolved into a versatile tool to manage a wide variety of simulation tasks. In 2016 the Interdisciplinary Centre for Advanced Materials Simulation (ICAMS) joined the development of the framework with a specific focus on high throughput applications. In 2018 pyiron was released as open-source project. See the Documentation page for more details.

Installation

You can test pyiron on Mybinder.org (beta). For a local installation we recommend to install pyiron inside an anaconda environment:

conda install -c conda-forge pyiron

After the installation of pyiron you need to configure pyiron. The default configuration can be generated automatically. Start a new Python session and import pyiron:

> import pyiron
> pyiron.install()
>>> It appears that pyiron is not yet configured, do you want to create a default start configuration (recommended: yes). [yes/no]:
> yes
> exit()

See the Documentation-Installation page for more details.

Example

After the successful configuration you can start your first pyiron calculation. Navigate to the projects directory and start a jupyter notebook or jupyter lab session correspondingly:

cd ~/pyiron/projects
jupyter notebook

Open a new jupyter notebook and inside the notebook you can now validate your pyiron calculation by creating a test project, setting up an initial structure of bcc Fe and visualize it using NGLview:

from pyiron_atomistics import Project
pr = Project('test')
structure = pr.create_structure('Fe', 'bcc', 2.78)
structure.plot3d()

Finally a first lammps calculation can be executed by:

job = pr.create_job(job_type=pr.job_type.Lammps, job_name='lammpstestjob')
job.structure = structure
job.potential = job.list_potentials()[0]
job.run()

Getting started:

Test pyiron with mybinder:

mybinder

License and Acknowledgments

pyiron is licensed under the BSD license.

If you use pyiron in your scientific work, please consider citing

@article{pyiron-paper,
  title = {pyiron: An integrated development environment for computational materials science},
  journal = {Computational Materials Science},
  volume = {163},
  pages = {24 - 36},
  year = {2019},
  issn = {0927-0256},
  doi = {https://doi.org/10.1016/j.commatsci.2018.07.043},
  url = {http://www.sciencedirect.com/science/article/pii/S0927025618304786},
  author = {Jan Janssen and Sudarsan Surendralal and Yury Lysogorskiy and Mira Todorova and Tilmann Hickel and Ralf Drautz and Jörg Neugebauer},
  keywords = {Modelling workflow, Integrated development environment, Complex simulation protocols},
}

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

pyiron_atomistics-0.4.8.tar.gz (307.6 kB view details)

Uploaded Source

Built Distribution

pyiron_atomistics-0.4.8-py3-none-any.whl (371.0 kB view details)

Uploaded Python 3

File details

Details for the file pyiron_atomistics-0.4.8.tar.gz.

File metadata

  • Download URL: pyiron_atomistics-0.4.8.tar.gz
  • Upload date:
  • Size: 307.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyiron_atomistics-0.4.8.tar.gz
Algorithm Hash digest
SHA256 a53b903db0b7a4a4e67e55e7c7b2461c31abe437f5b63ef80788f5013f6fbcf3
MD5 32e7ed83ec18900ff73bc405014d0cc4
BLAKE2b-256 465657062e472e2071caf455c6756002c6f592a52e6963ebc0211f8020f72705

See more details on using hashes here.

File details

Details for the file pyiron_atomistics-0.4.8-py3-none-any.whl.

File metadata

File hashes

Hashes for pyiron_atomistics-0.4.8-py3-none-any.whl
Algorithm Hash digest
SHA256 d5aa38bb4a4267d18648b4dfae343a8b0d2c701e9dfe963e04ca4c8ba9b7e062
MD5 c38b17a2eb69429dd9c30d6c12a14e6e
BLAKE2b-256 ff0d8c1fc34557c1bd9f66fef8f5c61786f58b6dc03d2e3a3e6ad950a991ad10

See more details on using hashes here.

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