AtomicMassEvaluation.AME2020
— ConstantAME2020
the AME2020 dataset
AtomicMassEvaluation.Isotope
— Typestruct Isotope
Z::Int
N::Int
end
Isotope struct, constructors as follows:
Isotope(iso::Isotope)
Isotope(Z::Integer, N::Integer)
Isotope(name::AbstractString) # parse the name of the isotope, e.g. `Ne20`
AtomicMassEvaluation.IsotopeData
— TypeIsotopeData
Isotope is a struct that contains the information of an isotope. The information includes the decay mode, mass, binding energy, beta decay energy, and atomic mass.
AtomicMassEvaluation.atomic_mass
— Methodatomic_mass(isodata::IsotopeData)
get the atomic mass of the IsotopeData
AtomicMassEvaluation.average_binding_energy
— Methodaverage_binding_energy(isodata::IsotopeData)
get the average binding energy of the IsotopeData
AtomicMassEvaluation.beta_decay_energy
— Methodbeta_decay_energy(isodata::IsotopeData)
get the beta decay energy of the IsotopeData
AtomicMassEvaluation.binding_energy
— Methodbinding_energy(isodata::IsotopeData)
get the binding energy of the IsotopeData
AtomicMassEvaluation.decaymode
— Methoddecaymode(isodata::IsotopeData)
get the decay mode of the IsotopeData
AtomicMassEvaluation.element
— Methodelement(isodata::IsotopeData)
get the element symbol of the IsotopeData
AtomicMassEvaluation.element
— Methodelement(iso::Isotope)
get the element symbol of the isotope
AtomicMassEvaluation.getA
— MethodgetA(isodata::IsotopeData)
get the mass number of the IsotopeData
AtomicMassEvaluation.getA
— MethodgetA(iso::Isotope)
get the mass number of the isotope
AtomicMassEvaluation.getN
— MethodgetN(isodata::IsotopeData)
get the neutron number of the IsotopeData
AtomicMassEvaluation.getN
— MethodgetN(iso::Isotope)
get the neutron number of the isotope
AtomicMassEvaluation.getZ
— MethodgetZ(isodata::IsotopeData)
get the proton number of the IsotopeData
AtomicMassEvaluation.getZ
— MethodgetZ(iso::Isotope)
get the proton number of the isotope
AtomicMassEvaluation.mass
— Methodmass(isodata::IsotopeData)
get the mass of the IsotopeData
AtomicMassEvaluation.name
— Methodname(isodata::IsotopeData)
get the name of the IsotopeData
AtomicMassEvaluation.name
— Methodname(iso::Isotope)
get the name of the isotope
Base.get
— MethodBase.get(data::Ref{Vector{Isotope}}, isoname::AbstractString)
get an IsotopeData
from the dataset by name
Base.get
— MethodBase.get(data::Ref{Vector{Isotope}}, isotope::Isotope)
get an IsotopeData
from the dataset by isotope