Elements Module
Contains chemical elements represented as a mixture of their stable isotopes and functionality for building them
Types and nested modules
Type/Module | Description |
Functions and values
Function or value | Description |
|
|
Full Usage:
createMono symbol (x, xcomp)
Parameters:
string
x : Isotope
xcomp : float
Returns: MonoIsotopic
|
|
Full Usage:
createMulti symbol (x, xcomp) (x1, x1comp) (x2, x2comp) xl
Parameters:
string
x : Isotope
xcomp : float
x1 : Isotope
x1comp : float
x2 : Isotope
x2comp : float
xl : Isotope[]
Returns: MultiIsotopic
|
|
|
|
|
|
|
|
|
|
|
|
|
|