Skip to main content

Python Materials Genomics is a robust materials analysis code that defines core object representations for structures

Reason this release was yanked:

Bad version

Project description

Logo

CI Status codecov PyPI Downloads Requires Python 3.11+ Paper

Pymatgen (Python Materials Genomics) is a robust, open-source Python library for materials analysis. These are some of the main features:

  1. Highly flexible classes for the representation of Element, Site, Molecule and Structure objects.
  2. Extensive input/output support, including support for VASP, ABINIT, CIF, Gaussian, XYZ, and many other file formats.
  3. Powerful analysis tools, including generation of phase diagrams, Pourbaix diagrams, diffusion analyses, reactions, etc.
  4. Electronic structure analyses, such as density of states and band structure.
  5. Integration with the Materials Project REST API.

Pymatgen is free to use. However, we also welcome your help to improve this library by making your contributions. These contributions can be in the form of additional tools or modules you develop, or feature requests and bug reports. The following are resources for pymatgen:

Why use pymatgen?

  1. It is (fairly) robust. Pymatgen is used by thousands of researchers and is the analysis code powering the Materials Project. The analysis it produces survives rigorous scrutiny every single day. Bugs tend to be found and corrected quickly. Pymatgen also uses Github Actions for continuous integration, which ensures that every new code passes a comprehensive suite of unit tests.
  2. It is well documented. A fairly comprehensive documentation has been written to help you get to grips with it quickly.
  3. It is open. You are free to use and contribute to pymatgen. It also means that pymatgen is continuously being improved. We will attribute any code you contribute to any publication you specify. Contributing to pymatgen means your research becomes more visible, which translates to greater impact.
  4. It is fast. Many of the core numerical methods in pymatgen have been optimized by vectorizing in numpy/scipy. This means that coordinate manipulations are fast. Pymatgen also comes with a complete system for handling periodic boundary conditions.
  5. It will be around. Pymatgen is not a pet research project. It is used in the well-established Materials Project. It is also actively being developed and maintained by the Materials Virtual Lab, the ABINIT group and many other research groups.
  6. A growing ecosystem of developers and add-ons. Pymatgen has contributions from materials scientists all over the world. We also now have an architecture to support add-ons that expand pymatgen's functionality even further. Check out the contributing page and add-ons page for details and examples.

Installation

The version at the Python Package Index PyPI is always the latest stable release that is relatively bug-free and can be installed via pip:

pip install pymatgen

If you'd like to use the latest unreleased changes on the main branch, you can install directly from GitHub:

pip install -U git+https://github.com/materialsproject/pymatgen-core

Some extra functionality (e.g., generation of POTCARs) does require additional setup (see the pymatgen docs).

Change Log

See GitHub releases, docs/CHANGES.md or commit history in increasing order of details.

Using pymatgen

Please refer to the official pymatgen docs for tutorials and examples. Dr Anubhav Jain (@computron) has also created a series of tutorials and YouTube videos, which is a good resource, especially for beginners.

How to cite pymatgen

If you use pymatgen in your research, please consider citing the following work:

Shyue Ping Ong, William Davidson Richards, Anubhav Jain, Geoffroy Hautier, Michael Kocher, Shreyas Cholia, Dan
Gunter, Vincent Chevrier, Kristin A. Persson, Gerbrand Ceder. Python Materials Genomics (pymatgen): A Robust,
Open-Source Python Library for Materials Analysis. Computational Materials Science, 2013, 68, 314-319.
doi:10.1016/j.commatsci.2012.10.028

In addition, some of pymatgen's functionality is based on scientific advances/principles developed by the computational materials scientists in our team. Please refer to the pymatgen docs on how to cite them.

License

Pymatgen is released under the MIT License. The terms of the license are as follows:

The MIT License (MIT) Copyright (c) 2011-2012 MIT & LBNL

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of
the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About the Pymatgen Development Team

Shyue Ping Ong (@shyuep) of the Materials Virtual Lab started Pymatgen in 2011 and is still the project lead. Janosh Riebesell (@janosh) and Matthew Horton (@mkhorton) are co-maintainers.

The pymatgen development team is the set of all contributors to the pymatgen project, including all subprojects.

Our Copyright Policy

Pymatgen uses a shared copyright model. Each contributor maintains copyright over their contributions to pymatgen. But, it is important to note that these contributions are typically only changes to the repositories. Thus, the pymatgen source code, in its entirety is not the copyright of any single person or institution. Instead, it is the collective copyright of the entire pymatgen Development Team. If individual contributors want to maintain a record of what changes/contributions they have specific copyright on, they should indicate their copyright in the commit message of the change, when they commit the change to one of the pymatgen repositories.

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

pymatgen_core-2026.3.9.tar.gz (2.5 MB view details)

Uploaded Source

Built Distributions

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

pymatgen_core-2026.3.9-cp314-cp314-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.14Windows x86-64

pymatgen_core-2026.3.9-cp314-cp314-win32.whl (2.7 MB view details)

Uploaded CPython 3.14Windows x86

pymatgen_core-2026.3.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pymatgen_core-2026.3.9-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pymatgen_core-2026.3.9-cp314-cp314-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pymatgen_core-2026.3.9-cp313-cp313-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.13Windows x86-64

pymatgen_core-2026.3.9-cp313-cp313-win32.whl (2.8 MB view details)

Uploaded CPython 3.13Windows x86

pymatgen_core-2026.3.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pymatgen_core-2026.3.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pymatgen_core-2026.3.9-cp313-cp313-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pymatgen_core-2026.3.9-cp312-cp312-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.12Windows x86-64

pymatgen_core-2026.3.9-cp312-cp312-win32.whl (2.8 MB view details)

Uploaded CPython 3.12Windows x86

pymatgen_core-2026.3.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pymatgen_core-2026.3.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pymatgen_core-2026.3.9-cp312-cp312-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pymatgen_core-2026.3.9-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86-64

pymatgen_core-2026.3.9-cp311-cp311-win32.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86

pymatgen_core-2026.3.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pymatgen_core-2026.3.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pymatgen_core-2026.3.9-cp311-cp311-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

Details for the file pymatgen_core-2026.3.9.tar.gz.

File metadata

  • Download URL: pymatgen_core-2026.3.9.tar.gz
  • Upload date:
  • Size: 2.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pymatgen_core-2026.3.9.tar.gz
Algorithm Hash digest
SHA256 9fa621fba4e2e330c3563db0b8ce5a78bab0ef3d6531368600e4f77d1296d96d
MD5 34813a591e534f5d79696ac8e29b875b
BLAKE2b-256 c118b349d2d755f8061113cceb5dc81c150278fed3e30480c397b606321f28fd

See more details on using hashes here.

File details

Details for the file pymatgen_core-2026.3.9-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3f78381a30c2549b58d2dc72efa2ba466d1be9922d1dd27dabcb60d6f17ac884
MD5 d302554377d9f3cc466512f5fc688665
BLAKE2b-256 4dced398ff45282c6ff580ef1a12e210035d05ffb2d41d61c953aba3ee189ed9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp314-cp314-win_amd64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 cccb30ab4dbb9f451d5eeaa0ce524352c3ff8fe77f3ed3f7e4a62f874ab89bcd
MD5 72be065124cd74982a8c66f70c2df636
BLAKE2b-256 1e4e168a9c246a1d8378e6233bd69f5bdcc1f91a5953a2d82936ce8251b0093d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp314-cp314-win32.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc4c12e75a7da686742d1d018bfc7b7047ec80b47c6134163ba0d7e0a7ca2dbe
MD5 abb99a7aa5e1c617b5142cf9e13f948b
BLAKE2b-256 34662f53fa448b2f776b7c6e520127f93613a828e9a4fadc2dcfd32b5a93b946

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e76b3babff3a97d2200d801d3d33b7eeaf24669963830570c5108114c3797ef
MD5 6e57abcbaacb393e2a7eb2673dd01bb2
BLAKE2b-256 e0df46200179dcc751986e90bcf362fe6c8ae199773e7a2b2e8774884d10c3bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7618e05ed81591ee03c890397d839ebe281f2f7106d6402b43c3a3b78fdd47d0
MD5 8089fff264ddd9efb860b495f5798a8f
BLAKE2b-256 ce98b262a6291eb4f1167b1ea00f7609b70551675460d28f67c577c584dc804a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 05e3dbe0dbaf5b245fdc87d90c625b0476b67078e028c08bb0e2257f9f9f903e
MD5 f3e8267c4eaf6e777678d9b447e43b53
BLAKE2b-256 7409f621e487ba77581e88617604a8e65eaec342d17cd98674cc64c507587f09

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp313-cp313-win_amd64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 610e291628497ac26080a544dff1f813e1050adc3ab0105a3d65215295a3300f
MD5 d6202115f66d46ebd7de62ec3449d3fc
BLAKE2b-256 8861a53fc0706e7c10ee7a90815b257cc19529b4eca2e55f855639ab7b69edf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp313-cp313-win32.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ecc7c5735ace36e0d351fe1da3b3bba4ffeea52786adde62eeaa6ec9a04738ad
MD5 a50300792e696f00535f3b4364d8ca72
BLAKE2b-256 2c8d643e214ae2607746baaead580310ed2d3b52840758c26aeb7803b282808e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9952727d85f4166219102574139be1788cf3b7cc14ef2ff39bede6a0dd376369
MD5 7097d435b70c2e068db1045fa691137e
BLAKE2b-256 8179d923b11dd3a304dfaf39345cf9ac079176b3a053001617d1f67a776a6a66

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pymatgen_core-2026.3.9-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pymatgen_core-2026.3.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7d4d156d6d76c2d96f6dcd344b877921d44a7c04f7ee51d18904daf2ac51ed7
MD5 a4d2aa9bc9c7ff1da6b44097c231d571
BLAKE2b-256 95c75f2518bbb400c1fb0b95da8f88738866ccbdb91d65962cb737b1710a0b00

See more details on using hashes here.

File details

Details for the file pymatgen_core-2026.3.9-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 295be318686db8ab91cdc3f1651d4563b48fd0418092dc6358a091e61b59fc48
MD5 939e467bfcebeffa6d928836cfc90c24
BLAKE2b-256 8557a0075b8eec7863e861c79c4282c1f1374838cc097faae8e80b98da4520ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp312-cp312-win_amd64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c4e090e0ca06b5cc601d8860caf8b8ca10450bdc69d9f644862284dbc4441ef9
MD5 169132902eb2e365cd5329079b97218d
BLAKE2b-256 3db066adbdbdf689fdc09237e150cd2bea248ae4d7cb6e9bf32479a1961dff75

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp312-cp312-win32.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9cc9cdeb00663c1ffbb6f9f7a4653660b093566753db81eb6f0c7b75fb75d31
MD5 19a610cdf997f0b55428c7a8d5a482a6
BLAKE2b-256 6222e78a6d462f9683eb443c6d4f67502b800d323b59426fead611d6456fe3c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a063fd6c3fcc35842fa910b3d527abb11cf7e93741a32a0d699c6fa8b5cfc516
MD5 b13767b95490755b929c78f94886a6a3
BLAKE2b-256 8cc09138449094a70d911ab3f4965e2ca93dde9e71ed0c5fac4e7bbf11892f9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c728d6665b10d0eebe86f89d75df6ed1f60124b24e5558bc7e7860e91348470
MD5 5322e57556624c16d028d803ef1dae66
BLAKE2b-256 c7d0f5478f484c736c9ec63119c6b04ddc2da15ea29b8076c46a21ce0403c77e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 da3d75629c55f6d176b9fc072392c67a471c46b6a4a56543508a405b1ec6d850
MD5 bbeda48ccaa39a44b69ab8f31cc47b8f
BLAKE2b-256 b4a50df243029110c19e1333d9ae63b921ad70190fdb88b944efdbe6afb892b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp311-cp311-win_amd64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1e894955439efbf0e8c311a38bb078d7dfa716e39365df85a2cf8b5efca50dc9
MD5 0ef747340c04157939b9dacfb9af3c12
BLAKE2b-256 a6c1444ab5be2c12bcf91c11d8e75bd7cc9afed3afe55270e1571ced6f196638

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp311-cp311-win32.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a1c62af55cff49e3828e7445e5a3c8215ef8f0255057d71b83835ca1648b36a
MD5 c76d2c1d004c48a15b68b9122bfc6718
BLAKE2b-256 7b96f222e6cb958f55fb60fad0aa6416e1b3c0d81ba0e667ca5b8975d1178ebb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 70ce090554c1cbe1fc3f06c44bb0187a56432a9a20fc03c6029a7cd3e13ae945
MD5 12e0ff24ba0690787b62b02f4599e18e
BLAKE2b-256 3484c9bcaf20653f59d63ef0afce3a4dff9ec5a13de88b2f8c7a0b44b4204bb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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

File details

Details for the file pymatgen_core-2026.3.9-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymatgen_core-2026.3.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37362a5e9fae66a2c7df3f9b1969f70869d8f12f2c1a3b64886f7f41ee489047
MD5 84e09ed5a0c798453ae3f1b6adbc07cf
BLAKE2b-256 408695d420c28aefbde313518bde73132222c645eae6360874658bfeff147ce2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen_core-2026.3.9-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on materialsproject/pymatgen-core

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 Pingdom Monitoring Sentry Error logging StatusPage Status page