vaspparser.vasp.structure.get_number_species_atoms

vaspparser.vasp.structure.get_number_species_atoms#

vaspparser.vasp.structure.get_number_species_atoms(structure: Atoms) OrderedDict[str, int][source]#

Returns a dictionary with the species in the structure and the corresponding count in the structure

Parameters:

structure

Returns:

An ordered dictionary with the species and the corresponding count

Return type:

collections.OrderedDict