Skip to content

get_species() 'error'? #1

Description

@george-ts-github

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions