mendeleev.ion

Module defining the database models for ions.

Classes

Ion(label[, q])

Class representating atomic ions

class Ion(label, q=1)[source]

Class representating atomic ions

__init__(label, q=1)[source]
property q : int
property Z : int
property charge : int
property electrons : int
property name : str
property ie : float
property ea : float
property radius : list[float]
unicode_ion_symbol() str[source]

Return a unicode string symbol of the ion

ionic_potential(radius_most_reliable: bool = True) float[source]

Calculate the ionic potential

Parameters:
radius_most_reliable: bool = True

flag to use the most reliable ionic radius, default is True