-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
mp.get_species('YbTiO3') gives:
OrderedDict([('Yb', '1'), ('TiO3', '1')])
instead of :
OrderedDict([('Yb', '1'), ('Ti','1'), ('O','3')])
whereas
mp.get_species('YbMnO3') gives:
OrderedDict([('Yb', '1'), ('Mn', '1'), ('O', '3')])
This happens in the case of a few elements. Is there a workaround for this issue?
Metadata
Metadata
Assignees
Labels
No labels