Skip to content

Commit

Permalink
Merge pull request #9 from materialdigital/notebooks
Browse files Browse the repository at this point in the history
Add jupyter notebooks with mybinder
  • Loading branch information
jan-janssen authored Apr 18, 2024
2 parents 0f6e7fd + 29238fa commit e493bbe
Show file tree
Hide file tree
Showing 44 changed files with 32 additions and 88,970 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# ADIS2023
ADIS 2023
# Quantum Espresso Workflow
The structure optimization of an Aluminium bulk structure followed by the calculation of the bulk modulus by computing the energy for different volumes is implemented in three different workflow frameworks, [Aiida](https://aiida.net), [jobflow](https://materialsproject.github.io/jobflow/) and [pyiron_base](https://pyiron.org).

Test it on: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/materialdigital/ADIS2023/HEAD)

## Explanation
* `adis_tools` - quantum espresso parser independent of the workflow frameworks.
* `aiida_qe_basic` - simple Aiida interface.
* `espresso/pseudo/Al.pbe-n-kjpaw_psl.1.0.0.UPF` - This is the pseudo potential for qunatum espresso. By placing it in `~/espresso/pseudo`, it is automatically detected by quantum espresso.
* `aiida.ipynb` - workflow implemented in [Aiida](https://aiida.net)
* `environment.yml` - Conda environment to define the dependencies.
* `jobflow.ipynb` - workflow implemented in [jobflow](https://materialsproject.github.io/jobflow/)
* `postBuild` - script to install `aiida_qe_basic` in the mybinder environment.
* `pyiron_base.ipynb` - workflow implemented in [pyiron_base](https://pyiron.org)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions aiida.ipynb

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
channels:
- conda-forge
dependencies:
- python=3.11
- pyiron_base=0.8.0
- qe=7.2
- qe-tools=2.0.0
- ase=3.22.1
- matplotlib=3.8.3
- xmlschema=3.2.0
- jobflow=0.1.17
- pymatgen=2024.3.1
- aiida-core=2.5.1
- aiida-core.services
12 changes: 0 additions & 12 deletions eos/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions eos/Si.cif

This file was deleted.

1 change: 0 additions & 1 deletion eos/aiida/.gitignore

This file was deleted.

43 changes: 0 additions & 43 deletions eos/aiida/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions eos/aiida/environment.yml

This file was deleted.

74 changes: 0 additions & 74 deletions eos/aiida/eos_wc.py

This file was deleted.

Loading

0 comments on commit e493bbe

Please sign in to comment.