Esempio n. 1
0
def _load():
    """
    The name of the person or group who discovered the element.
    """
    from . import core

    core.init(periodictable.core.default_table())
Esempio n. 2
0
def _load():
	"""
	Cross section data calculated from isotope data
	"""
	from . import core
	core.init(periodictable.core.default_table())
Esempio n. 3
0
def _load():
    """
    The name of the person or group who discovered the element.
    """
    from . import core
    core.init(periodictable.core.default_table())
Esempio n. 4
0
def _load():
	"""
	Melting point data (Celsius)
	"""
	from . import core
	core.init(periodictable.core.default_table())