Version: pyiron_workflow_lammps_example-0.0.1
Author(s): Han Mai <h.mai@mpie.de>
workflow pyiron_workflow LAMMPS molecular dynamics atomisticsMinimal LAMMPS example using arbitrary atomistics engines via pyiron_workflow; demonstrated with LAMMPS.
This repository demonstrates a minimal LAMMPS workflow using the pyiron_workflow
framework.
You can fork this repository and populate it with your own data.
Create and activate the conda environment from the provided environment.yml
:
```bash
mamba env create -f environment.yml -n pyiron-workflow-lammps
conda activate pyiron-workflow-lammps
conda env create -f environment.yml -n pyiron-workflow-lammps
conda activate pyiron-workflow-lammps
mamba env update -f environment.yml -n pyiron-workflow-lammps
conda env update -f environment.yml -n pyiron-workflow-lammps
```
Open and execute the notebook example.ipynb
in this directory:
```bash
jupyter lab
jupyter notebook
```
Then open example.ipynb
and run all cells.