Mol

class materials_compendium.parse.Mol(Mols, Element, Isotope)[source]

Represents a molecular entity with various attributes related to its properties.

Mols

The number of moles of the molecular entity.

Type:

int

Element

The name or identifier of the element in the molecular entity.

Type:

str

Isotope

The name or identifier of the isotope in the molecular entity.

Type:

str

Methods

from_dict

Create a Mol object from a dictionary representation.