Open
Description
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:
- Cancel SCF gracefully after timeout (see also Precompilation and maxtime flag epfl-matmat/AiidaDFTK.jl#14)
- Band structure calculation and dumping (see also Implement band structure calculation and bands dumping epfl-matmat/AiidaDFTK.jl#9)
This includes computing eigenvalues and wave functions at arbitrary k-points.- Question is also a little how to best trigger this from Aiida (i.e. how to supply k-points or paths etc.), this will influence how Implement band structure calculation and bands dumping epfl-matmat/AiidaDFTK.jl#9 is implemented.
- Geometry optimisation via the geometry optimisation package (https://github.com/JuliaMolSim/GeometryOptimization.jl/)
Metadata
Metadata
Assignees
Labels
No labels