This module contains tables of some atomic properties and methods to access them.

module PeriodicTable

PeriodicTable.covalent_radius(element) # => Float

Module's method for safe reading of values from the table - raises exception when the value is missing

PeriodicTable.vdw_radius(element) # => Float

Module's method for safe reading of values from the table - raises exception when the value is missing