Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 1.4.0 instead.
Reason given by maintainers: broken dependencies

py-janaf: Python wrapper for NIST-JANAF Thermochemical Tables

pypi version Python Versions

Features

Usage

pip install janaf
>>> import polars as pl
>>> import janaf
>>> table = janaf.search(formula="CO2$")
>>> table.name
'Carbon Dioxide (CO2)'
>>> table.formula
'C1O2(g)'
>>> table.df
shape: (62, 9)
┌────────┬────────┬─────────┬──────────────┬───┬───────────┬───────────┬─────────┬──────┐
│ T(K)   ┆ Cp     ┆ S       ┆ -[G-H(Tr)]/T ┆ … ┆ delta-f H ┆ delta-f G ┆ log Kf  ┆ Note │
│ ---    ┆ ---    ┆ ---     ┆ ---          ┆   ┆ ---       ┆ ---       ┆ ---     ┆ ---  │
│ f64    ┆ f64    ┆ f64     ┆ f64          ┆   ┆ f64       ┆ f64       ┆ f64     ┆ str  │
╞════════╪════════╪═════════╪══════════════╪═══╪═══════════╪═══════════╪═════════╪══════╡
│ 0.0    ┆ 0.0    ┆ 0.0     ┆ inf          ┆ … ┆ -393.151  ┆ -393.151  ┆ inf     ┆ null │
│ 100.0  ┆ 29.208 ┆ 179.009 ┆ 243.568      ┆ … ┆ -393.208  ┆ -393.683  ┆ 205.639 ┆ null │
│ 200.0  ┆ 32.359 ┆ 199.975 ┆ 217.046      ┆ … ┆ -393.404  ┆ -394.085  ┆ 102.924 ┆ null │
│ 298.15 ┆ 37.129 ┆ 213.795 ┆ 213.795      ┆ … ┆ -393.522  ┆ -394.389  ┆ 69.095  ┆ null │
│ 300.0  ┆ 37.221 ┆ 214.025 ┆ 213.795      ┆ … ┆ -393.523  ┆ -394.394  ┆ 68.67   ┆ null │
│ …      ┆ …      ┆ …       ┆ …            ┆ … ┆ …         ┆ …         ┆ …       ┆ …    │
│ 5600.0 ┆ 64.588 ┆ 373.709 ┆ 316.947      ┆ … ┆ -416.794  ┆ -386.439  ┆ 3.605   ┆ null │
│ 5700.0 ┆ 64.68  ┆ 374.853 ┆ 317.953      ┆ … ┆ -417.658  ┆ -385.89   ┆ 3.536   ┆ null │
│ 5800.0 ┆ 64.772 ┆ 375.979 ┆ 318.944      ┆ … ┆ -418.541  ┆ -385.324  ┆ 3.47    ┆ null │
│ 5900.0 ┆ 64.865 ┆ 377.087 ┆ 319.92       ┆ … ┆ -419.445  ┆ -384.745  ┆ 3.406   ┆ null │
│ 6000.0 ┆ 64.957 ┆ 378.178 ┆ 320.882      ┆ … ┆ -420.372  ┆ -384.148  ┆ 3.344   ┆ null │
└────────┴────────┴─────────┴──────────────┴───┴───────────┴───────────┴─────────┴──────┘
>>> table.df.filter(pl.col("T(K)").is_close(298.15)).item(0, "delta-f H")  # kJ/mol
-393.522

Credit

Following files are distributed in NIST-JANAF Tables:

NIST-JANAF Tables - Credits

NIST Standard Reference Database 13

NIST JANAF THERMOCHEMICAL TABLES 1985
Version 1.0

Data compiled and evaluated by
M.W. Chase, Jr., C.A. Davies, J.R. Downey, Jr.
D.J. Frurip, R.A. McDonald, and A.N. Syverud

Distributed by
Standard Reference Data Program
National Institute of Standards and Technology
Gaithersburg, MD 20899

Copyright 1986 by
the U.S. Department of Commerce
on behalf of the United States. All rights reserved.

DISCLAIMER: NIST uses its best efforts to deliver a high quality copy of
the Database and to verify that the data contained therein have been
selected on the basis of sound scientific judgement. However, NIST makes
no warranties to that effect, and NIST shall not be liable for any damage
that may result from errors or omissions in the Database.

Download files

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

Source Distribution

janaf-1.3.0.tar.gz (2.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

janaf-1.3.0-py3-none-any.whl (2.8 MB view details)

Uploaded Python 3

File details

Details for the file janaf-1.3.0.tar.gz.

File metadata

  • Download URL: janaf-1.3.0.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for janaf-1.3.0.tar.gz
Algorithm Hash digest
SHA256 ce42de5f955c44c872108f54181dbb4f04cfd11c3f5cd75fc3a8bc33d2a19025
MD5 f602a00f5a845a38af0b3c040d635aa1
BLAKE2b-256 8ad379f24fe60ea3dca04fc742f848bbcdbcbf6016c91cbe1564f65734dada9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for janaf-1.3.0.tar.gz:

Publisher: publish.yml on n-takumasa/py-janaf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file janaf-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: janaf-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for janaf-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7752b6e6375e8fd8b48040b2f61a6fae415ae01098aa47523f46aea099ed6dc3
MD5 7248aa20d8cedd394bc1b7d0965e6e43
BLAKE2b-256 6d7ee9555d405c542455e1727aa792cf37086875fa561615308c6b8ba56ab6ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for janaf-1.3.0-py3-none-any.whl:

Publisher: publish.yml on n-takumasa/py-janaf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page