QuantumChemistry
AtomicData
returns properties of an element or isotope
Calling Sequence
Parameters
Description
Examples
AtomicData(atom)
atom
-
name or string; name or symbol of the element or isotope
AtomicData returns the properties of an element or isotope such as its name, electronegativity, symbol, electronaffinity, density, atomic weight, atomic number, meting point, ionization energy and/or boiling point.
The output is a Maple table of atomic properties of the element.
Outputs
The table of following contents:
names
set of names -- chemical name of element
electronegativity
float -- electronegativity of atom
symbol
name -- symbol of atom
electronaffinity
float -- zero point energy in [J/mol]
density
float -- electronic energy in [J/mol]
atomicweight
float -- atomic weight in [amu]
atomicnumber
integer -- atomic number
meltingpoint
float -- melting point of atom in [K]
ionizationenergy
float -- ionization energy [K]
name
name -- name of atom
boilingpoint
float -- boiling point of atom in [K]
withQuantumChemistry:
Query the atomic properties of Na and its isotope Na[18]:
AtomicDataNa;
table⁡ionizationenergy=5.13910000⁢eV,symbol=Na,electronaffinity=0.54792600⁢eV,names=sodium,meltingpoint=370.87000000⁢K,electronegativity=0.93000000,atomicweight=22.98977000⁢amu,name=sodium,density=0.97000000⁢gcm3,boilingpoint=1156.00000000⁢K,atomicnumber=11
AtomicDatasodium;
AtomicDataNa22;
table⁡massexcess=−5182.10400000⁢keV,halflife=950.97000000⁢d,bindingenergy=174145.31800000⁢keV,isotope=Na22
See Also
Download Help Document