/aiida-QECpWorkChain

Automatic NVE simulation with Quantum Espresso and Aiida

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

aiida-QECpWorkChain

Car-Parrinello Work Chain. This code was used to perform the simulation work of this PhD thesis

Usage

  • 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 and pw.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.