Closed mfherbst closed 11 months ago
Hi Michael @mfherbst, I was working on the magnetic part. But I don't have many tests for them. Would it be possible for you to provide some examples that I could utilize?
We use it during collinear spin calculations, but I'm afraid that I right now don't have an example handy that could be directly employed for testing in spglib.
Cool, thanks for your effort!
Hi @mfherbst, the magnetic module is now ready to go on the main branch's commit head. Please have a try.
The get_symmetry_with_collinear_spin
function seems to work as I expect.
Implemented in DFTK in https://github.com/JuliaMolSim/DFTK.jl/pull/924
Glad to hear that!
Is there any particular reason why
src/magnetic.jl
is not actually included. I would love to useget_symmetry_with_collinear_spin
in DFTK.