mfherbst / AiidaDFTK.jl

Julia-side implementation of the Aiida plugin of DFTK
https://mfherbst.github.io/AiidaDFTK.jl/
MIT License
2 stars 2 forks source link

Bands #12

Open WuyihanVictor opened 4 months ago

WuyihanVictor commented 4 months ago
mfherbst commented 1 month ago

Thanks, I cleaned up the maxtime code a bit in #14. For the kpoints / bands I have no idea how to do that properly as I know too little about the python side.

I think the basic idea you propose is reasonable, but it might also be nice to be able to just run the computation without explicitly specifying the path. What I'm thinking is to just run supply a kline_density and let DFTK figure out the kpath by itself, for example. But in line with the above, not sure to what extend this makes sense.

My intuition is to work with an interpolation syntax like $ExplicitKpoints again, just to reserve the right to generalise to other things later.