MAGMOM = np.array(structure.site_properties[‘magmom’])
KeyError: ‘magmom’
Seems like the “site_properties” attribute returns null as follows:
array({}, dtype=object)
Is there a new update that causes this issue? Thanks.
MAGMOM = np.array(structure.site_properties[‘magmom’])
KeyError: ‘magmom’
Seems like the “site_properties” attribute returns null as follows:
array({}, dtype=object)
Is there a new update that causes this issue? Thanks.