Pyiron is an integrated development environment (IDE) for computational materials science. It provides a framework to manage the full lifecycle of simulations: from setting up structures and submitting jobs to analyzing data. It uses a p…
Pyiron is an integrated development environment (IDE) for computational materials science. It provides a framework to manage the full lifecycle of simulations: from setting up structures and submitting jobs to analyzing data. It uses a project-based approach (HDF5 storage) and integrates with Jupyter notebooks to provide an interactive and reproducible workflow environment.
Pyiron is an integrated development environment (IDE) for computational materials science. It provides a framework to manage the full lifecycle of simulations: from setting up structures and submitting jobs to analyzing data. It uses a project-based approach (HDF5 storage) and integrates with Jupyter notebooks to provide an interactive and reproducible workflow environment.
Scientific domain: Integrated Computational Materials Engineering (ICME), workflow management
Target user community: Materials scientists, atomistic simulation users
Sources: Pyiron website, Comp. Mater. Sci. 163, 24 (2019)
.h5), generic output objectsfrom pyiron import Projectpr = Project("my_project")job = pr.create_job(pr.job_type.Lammps, "job_name")job.structure = ...; job.calc_minimize()job.run()job.output.energy_pot[-1]Primary sources:
Confidence: VERIFIED
Verification status: ✅ VERIFIED