Things already available in AiidaDFTK, but not in here:
- The file "self_consistent_field.json" now contains all SCF information without ρ and ψ
- The JLD2 file referenced by "scf/checkpointfile" contains all data of the JSON, plus additionally ρ, but not ψ. It is used automatically to restart a calculation if it is present. Can be read using h5py.
- If "scf/save_ψ" is true, then this JLD2 file contains both ρ and ψ. It can be read using h5py from python.
Things which are available in DFTK and which we could easily make available here:
Things already available in AiidaDFTK, but not in here:
Things which are available in DFTK and which we could easily make available here:
This includes computing eigenvalues and wave functions at arbitrary k-points.