nucspin

Nuclear spin quantum numbers.

Syntax
Spin = nucspin(Isotopes)
Description

This function returns the nuclear spin quantum number of the isotope specified in Isotopes. Isotopes is a character array giving the mass number and the chemical symbol of the element, e.g. '14N' or '63Cu'. If Isotopes is a comma-separated list of isotope labels, the function returns a list of all spins in vector form.

The data are taken from an internal database through nucdata.

Examples
I = nucspin('17O')
I =
    2.5000
I = nucspin('47Ti,49Ti')
I =
    2.5000    3.5000
See also

nucabund, nucdata, nucgval, nucqmom