borellim / aiida_demos

A repository of examples, tutorials and demos to demonstrate AiiDA functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binder

aiida_demos

A repository of jupyter notebooks containing examples, tutorials and demos of AiiDA.

Installation

No installation needed - just click "launch binder"!

If you prefer to run the AiiDA demos on your computer, see the AiiDA documentation for instructions to install AiiDA.

Then:

pip install aiida-quantumespresso
git clone https://github.com/aiidateam/aiida_demos
cd aiida_demos/notebooks
jupyter notebook

A Jupyter tab should open in your browser from which you can select the notebook you want to run.

If Jupyter does not open automatically, point your browser to http://localhost:8888/tree/

Building the binder image locally (for development)

pip install jupyter-repo2docker
git clone https://github.com/aiidateam/aiida_demos
repo2docker aiida_demos

In order to enter directly into app-mode, use the URL http://127.0.0.1:<port>/apps/apps/home/start.ipynb

Acknowledgements

This work is supported by the MARVEL National Centre for Competency in Research funded by the Swiss National Science Foundation, as well as by the MaX European Centre of Excellence funded by the Horizon 2020 EINFRA-5 program, Grant No. 676598.

MARVEL MaX

About

A repository of examples, tutorials and demos to demonstrate AiiDA functionality

License:MIT License


Languages

Language:Jupyter Notebook 74.3%Language:Python 22.1%Language:Shell 3.4%Language:Makefile 0.2%