Skip to main content

Interface to data on elements of the periodic table.

Project description

Elementy

Tests Documentation Status

This package provides an interface to a variety of different data on elements of the periodic table.

Installation

The metallurgy package can be installed from pypi using pip:

pip install elementy

Usage

Access to elemental data is easily obtained by creating an instance of the periodic table:

from elementy import PeriodicTable

periodic_table = PeriodicTable()

>>> periodic_table.elements["Cu"]["mass"]
63.546

>>> periodic_table.elements["Cu"]["valence_electrons"]
11

>>> periodic_table.elements["Cu"]["melting_temperature"]
1357.77

List of data types

The following attributes are found in the Element class. Note that some entries are None due to lack of experimental data available.

  • Name
  • Symbol
  • Protons
  • Electrons
  • Neutrons
  • Valence electrons
  • Group
  • Period
  • Block
  • Series
  • Orbitals
  • Atomic number
  • Periodic number
  • Radius
  • Atomic volume
  • Mass
  • Valence
  • Electron affinity
  • Wigner Seitz electron density
  • Chemical scale
  • Mendeleev number
  • Work function
  • Electronegativity pauling
  • Electronegativity allen
  • Electronegativity miedema
  • Electronegativity mulliken
  • Ionisation energies
  • Chemical hardness
  • Chemical potential
  • Melting temperature
  • Boiling temperature
  • Fusion enthalpy
  • Vaporisation enthalpy
  • Molar heat capacity
  • Molar volume
  • Structure
  • Thermal conductivity
  • Thermal expansion
  • Density
  • Cohesive energy
  • Debye temperature
  • Price-per-kilogramme

Documentation

Documentation is available here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elementy-0.0.18.tar.gz (31.5 kB view hashes)

Uploaded Source

Built Distribution

elementy-0.0.18-py3-none-any.whl (26.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page