choiboii / LLNL-NIST-conv

NIST Conversion program - Created for the Lawrence Livermore National Laboratory lab, essentially in short: a python program that converts certain units of elements on the periodic table. Created in summer 2021.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NIST Conversion Scripts for LLNL: (Created in July 2021)

A conversion script in which it can take user input for either single or multiple elements from the periodic table. The script requires minimal user setup; it only requires Scipy and Python, and the script can be run with NIST_conversion.py. The script utilizes a couple of .txt files scrapped from NIST.gov using BeautifulSoup.

Supported conversions for entropy: (Entropy conversions start with "S")

  • J/mol/k <-> kB/atom
  • erg/g/K (cgs) <-> kB/atom
  • J/g/K (SI units) <-> kB/atom
  • Mbar-cc/g/K (bdivK) <-> kB/atom
  • J/mol/K <-> J/g/K
  • J/g/K <-> erg/g/K (cgs)
  • Mbar-cc/g/K (bdivK) <-> J/g/K

Supported conversions for energy: (Energy conversions start with "E")

  • kJ/mol <-> meV/atom
  • eV/atom <-> er/g
  • J/g <-> eV/atom
  • Ry/atom <-> eV/atom
  • Ry/atom <-> erg/g

About

NIST Conversion program - Created for the Lawrence Livermore National Laboratory lab, essentially in short: a python program that converts certain units of elements on the periodic table. Created in summer 2021.


Languages

Language:Python 94.4%Language:Cython 2.7%Language:C 2.4%Language:XSLT 0.3%Language:HTML 0.1%Language:TeX 0.1%Language:PowerShell 0.0%Language:Fortran 0.0%Language:Smarty 0.0%Language:MATLAB 0.0%Language:Batchfile 0.0%Language:Makefile 0.0%