Releases: TREX-CoE/aiida-qp2
Releases · TREX-CoE/aiida-qp2
v0.2.0-beta
This is the beta release containing a lot of improvements and cleaning compared to the alpha version 0.1.0.
v0.1_alpha
aiida-qp2 v0.1_alpha Release Notes
This is the alpha release of the Quantum Package plugin for AiiDA.
Highlights
The aiida-qp2
plugin currently allows to:
- create a new EZFIO database from the AiiDA-native
StructureData
instance (for example,StructureData
can be created from the.xyz
file) using a dictionary of parameters for theqp create_ezfio
execution (seeexamples/example_02.py
script); - perform SCF, FCI of any other type of QP-native calculation based on the existing EZFIO database. The EZFIO input database should be specified using one of the following strategies:
- as
ezfio
key-value pair (with the value corresponding to theRemoteData
instance) in theinputs
dictionary (seeexamples/example_02.py
script); - as
ezfio_name
key-value pair (with the value corresponding to thestr
instance containing name of the EZFIO database without the.tar.gz
postfix) in theparameters
dictionary (seeexamples/example_01.py
script).