pub struct Isomer { /* private fields */ }
Expand description

Currently identical to Nuclide

Implementations

Trait Implementations

Atomic number

Identifying string

Atomic mass in Daltons

Atomic mass in kilograms

Mass defect or the difference between the empirical mass and the mass of the constituents, in Daltons

Mass defect in Joules

Mass defect in MeV fix these, same as binding energy

Spin as a i8 pair

Electron affinity in kj/mol

Electron affinity in MeV

Returns the ionization energies for all known levels. Values are in kj/mol

Returns the ionization energies for all known levels. Values are in MeV

Returns Oganov-Tantardini values, the current best evaluation

Mullikan electronegativity

Allen electronegativity

Pauling electronegativity

Covalent radii of the first three bonds

Ionic radii

Van der Waal radius in crystalline structure

Van der Waal radius in isolated atoms

Half-life of nuclide/isomer

The mean lifetime of nuclide/isomer

Returns the probable decay modes as a string

Returns decay constant

Checks if nuclide/isomer would decay in the selected time

Decays nuclide/isomer in-place a maximum of 1 time. Returning a tuple in the form of the energy imparted to the nuclide/isomer and a vector of particles with decay energies

Continously performs decay throughout the time selected, collecting all particles into a vector with decay energies.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.