- find_element_by_symbol()
- find an element by its symbol
- find_element_by_atomno()
- find an element by its atomic number
- find_element_by_isotope()
- find an element by its isotope mass
- find_element_by_standard_weight()
- find an element by its standard weight
- find_isotopes()
- find the isotopes of an element
Author: | Maxim Fedorovsky |
---|
Class for describing appearance of a chemical element.
Initializer of the class.
Each color is given as a tuple with the RGB values ranged from 0. to 1.
Parameters: |
|
---|
Describing chemical elements.
Properties marked with an asterisk are also writable.
Initializer of the class.
Parameters: |
|
---|
Getter function for the mass property.
By default it is the mass of its most stable isotope.
Find an element by its symbol.
Parameter: | symbol – symbol |
---|---|
Returns: | None if not found |
Find an element by its atomic number.
Parameter: | atomno – atomic number |
---|---|
Returns: | None if not found |
Find an element by its isotope mass.
Parameters: |
|
---|---|
Returns: | None if not found |
Find an element by its standard weight.
Parameters: |
|
---|---|
Returns: | None if not found |
Find the isotopes of an element.
Parameter: | atomno – atomic number |
---|---|
Returns: | tuple with the masses (in a.m.u) of the known isotopes. Return None if not found. |