![]() |
(git:ec11232)
|
#include "../base/base_uses.f90"Go to the source code of this file.
Modules | |
| module | periodic_table |
| Periodic Table related data definitions. | |
Functions/Subroutines | |
| subroutine, public | periodic_table::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 | periodic_table::init_periodic_table () |
| Initialization of Periodic Table related data. | |
Variables | |
| integer, parameter, public | periodic_table::nelem = 118 |
| type(atom), dimension(0:nelem), public | periodic_table::ptable = atom() |