gitclonehttps://github.com/ltalirz/aiida-qeq.
cdaiida-qeq
pipinstall-e.# also installs aiida, if missing (but not postgres)#pip install -e .[pre-commit,testing] # install extras for more features
verdiquicksetup# better to set up a new profile
verdicalculationplugins# should now show your calclulation plugins
Usage
Here goes a complete example of how to submit a test calculation using this plugin.
A quick demo of how to submit a calculation:
verdidaemonstart# make sure the daemon is runningcdexamples
verdirunsubmit_qeq.py# submit qeq test calculation
verdirunsubmit_eqeq.py# submit eqeq test calculation
verdicalculationlist-a# check status of calculation
Tests
The following will discover and run all unit test: