![]() |
(git:b77b4be)
|
Periodic Table related data definitions. More...
Functions/Subroutines | |
subroutine, public | get_ptable_info (symbol, number, amass, ielement, covalent_radius, metallic_radius, vdw_radius, found) |
Pass information about the kind given the element symbol. | |
subroutine, public | init_periodic_table () |
Initialization of Periodic Table related data. | |
Variables | |
integer, parameter, public | nelem = 118 |
type(atom), dimension(0:nelem), public | ptable = atom() |
Periodic Table related data definitions.
subroutine, public periodic_table::get_ptable_info | ( | character(len=2), intent(in) | symbol, |
integer, intent(out), optional | number, | ||
real(kind=dp), intent(out), optional | amass, | ||
integer, intent(out), optional | ielement, | ||
real(kind=dp), intent(out), optional | covalent_radius, | ||
real(kind=dp), intent(out), optional | metallic_radius, | ||
real(kind=dp), intent(out), optional | vdw_radius, | ||
logical, optional | found | ||
) |
Pass information about the kind given the element symbol.
symbol | ... |
number | ... |
amass | ... |
ielement | ... |
covalent_radius | ... |
metallic_radius | ... |
vdw_radius | ... |
found | ... |
Definition at line 83 of file periodic_table.F.
subroutine, public periodic_table::init_periodic_table |
Initialization of Periodic Table related data.
Definition at line 136 of file periodic_table.F.
integer, parameter, public periodic_table::nelem = 118 |
Definition at line 63 of file periodic_table.F.
type(atom), dimension(0:nelem), public periodic_table::ptable = atom() |
Definition at line 65 of file periodic_table.F.