Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Element ¶
type Element struct {
Symbol string // Symbol, e.g. "Na"
Name string // Full name, e.g. sodium
Number int // Atomic number e.g. 11
Isotope []Isotope // Isotope masses and abundances, e.g. {22.989770,1}
}
Element contains mass spec related information about an chemical element
type Elems ¶
Elems wraps the contents of all elements
Click to show internal directories.
Click to hide internal directories.