Version: pyiron_workflow_structure_optimisation-0.0.1
Author(s): Han Mai <h.mai@mpie.de>
workflow pyiron_workflow LAMMPS molecular dynamics structure optimisation atomisticsPerform structure optimisation using arbitrary atomistics engines via pyiron_workflow; demonstrated here with LAMMPS.
This repository demonstrates structure optimisation using the pyiron_workflow
framework. The workflow is engine-agnostic and is demonstrated here with LAMMPS.
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-structure-optimisation
conda activate pyiron-workflow-structure-optimisation
conda env create -f environment.yml -n pyiron-workflow-structure-optimisation
conda activate pyiron-workflow-structure-optimisation
mamba env update -f environment.yml -n pyiron-workflow-structure-optimisation
conda env update -f environment.yml -n pyiron-workflow-structure-optimisation
```
Open and execute the notebook structure_optimisation.ipynb
in this directory:
```bash
jupyter lab
jupyter notebook
```
Then open structure_optimisation.ipynb
and run all cells.