Car-Parrinello Work Chain. This code was used to perform the simulation work of this PhD thesis
- setup your aiida postgresql database, rabbitmq, and AiiDA. This can be done following the official documentation
- install the package via
pip install .
- setup aiida-quantumespresso by configuring the remote computers and the remote code (
cp.x
andpw.x
) as described in the official documentation. Load the pseudopotential in the database - as a starting point you can have a look at the example in examples/example1.py, and change it according to your need. In particular you will need to modify the remote computer configuration and the pseudopotential family, and of course the starting configuration.