You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started looking into it, but I don't really understand where to find the magnetic moments in VASP output files. Maybe @ligerzero-ai ? Or maybe there's something like a pymatgen parser??
Thanks a lot for looking into this. I've figured it out.
It appears that vasp only print out magnetic moments for individual atoms when LORBIT = 11 is specified. Then both methods work for reading the output.
Dear all,
I would like to check the output magnetic moment of a static vasp calculation in pyiron. I've tried two methods:
job.get_magnetic_moments()
doesn't return anythingjob['output/structure/spins']
gives the values as set in MAGMOM, not the output values.Does anyone know how to do this? Thanks in advance.
Best,
Jing
The text was updated successfully, but these errors were encountered: