Package which contains each of the elements explicitly called out. These are autogenerated using in an external tool (e.g., python) with code similar to that below and then the results copied and pasted.
Where symbols are the symbols from "SimpleTable"
with open('test.txt','w') as fil:
for s in symbols:
fil.write('record {}\n'.format(s))
fil.write('extends TRANSFORM.PeriodicTable.Elements.PartialElement(\n')
fil.write('symbol = "{}");\n'.format(s))
fil.write('end {};\n\n'.format(s))
Name | Description |
---|---|
PartialElement | |
He | |
H | |
Li | |
Be | |
B | |
C | |
N | |
O | |
F | |
Ne | |
Na | |
Mg | |
Al | |
Si | |
P | |
S | |
Cl | |
Ar | |
K | |
Ca | |
Sc | |
Ti | |
V | |
Cr | |
Mn | |
Fe | |
Co | |
Ni | |
Cu | |
Zn | |
Ga | |
Ge | |
As | |
Se | |
Br | |
Kr | |
Rb | |
Sr | |
Y | |
Zr | |
Nb | |
Mo | |
Tc | |
Ru | |
Rh | |
Pd | |
Ag | |
Cd | |
In | |
Sn | |
Sb | |
Te | |
I | |
Xe | |
Cs | |
Ba | |
La | |
Ce | |
Pr | |
Nd | |
Pm | |
Sm | |
Eu | |
Gd | |
Tb | |
Dy | |
Ho | |
Er | |
Tm | |
Yb | |
Lu | |
Hf | |
Ta | |
W | |
Re | |
Os | |
Ir | |
Pt | |
Au | |
Hg | |
Tl | |
Pb | |
Bi | |
Po | |
At | |
Rn | |
Fr | |
Ra | |
Ac | |
Th | |
Pa | |
U | |
Np | |
Pu | |
Am | |
Cm | |
Bk | |
Cf | |
Es | |
Fm | |
Md | |
No | |
Lr | |
Rf | |
Db | |
Sg | |
Bh | |
Hs | |
Mt | |
Ds | |
Rg | |
Cn |