Home
last modified time | relevance | path

Searched refs:is_lanthanoid (Results 1 – 1 of 1) sorted by relevance

/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/core/
H A Dperiodic_table.py685 if (self.is_actinoid or self.is_lanthanoid) and self.Z not in [71, 103]:
687 if self.is_actinoid or self.is_lanthanoid:
729 return self.is_lanthanoid or self.is_actinoid
741 or self.is_lanthanoid
781 def is_lanthanoid(self) -> bool: member in ElementBase