Skip to main content

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

Project description

Logo

CI Status codecov PyPI Downloads Conda Downloads Requires Python 3.10+ 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

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


Release history Release notifications | RSS feed

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

pymatgen-2025.6.14-cp313-cp313-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.13Windows x86-64

pymatgen-2025.6.14-cp313-cp313-win32.whl (3.6 MB view details)

Uploaded CPython 3.13Windows x86

pymatgen-2025.6.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pymatgen-2025.6.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pymatgen-2025.6.14-cp313-cp313-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pymatgen-2025.6.14-cp313-cp313-macosx_10_13_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pymatgen-2025.6.14-cp312-cp312-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.12Windows x86-64

pymatgen-2025.6.14-cp312-cp312-win32.whl (3.6 MB view details)

Uploaded CPython 3.12Windows x86

pymatgen-2025.6.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pymatgen-2025.6.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pymatgen-2025.6.14-cp312-cp312-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pymatgen-2025.6.14-cp312-cp312-macosx_10_13_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pymatgen-2025.6.14-cp311-cp311-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.11Windows x86-64

pymatgen-2025.6.14-cp311-cp311-win32.whl (3.6 MB view details)

Uploaded CPython 3.11Windows x86

pymatgen-2025.6.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pymatgen-2025.6.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pymatgen-2025.6.14-cp311-cp311-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pymatgen-2025.6.14-cp311-cp311-macosx_10_9_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pymatgen-2025.6.14-cp310-cp310-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.10Windows x86-64

pymatgen-2025.6.14-cp310-cp310-win32.whl (3.6 MB view details)

Uploaded CPython 3.10Windows x86

pymatgen-2025.6.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pymatgen-2025.6.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pymatgen-2025.6.14-cp310-cp310-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pymatgen-2025.6.14-cp310-cp310-macosx_10_9_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file pymatgen-2025.6.14-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 de9c66bcb7c5c5f7dc0a2819106a4c08ceadb0a0517aa7c688096606175d0ae4
MD5 789fe646fa270a49e89d391033243189
BLAKE2b-256 b74659a5db27226837c5692243e325b58d24931872ce8b7d700a6c2defc10b7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp313-cp313-win_amd64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp313-cp313-win32.whl.

File metadata

  • Download URL: pymatgen-2025.6.14-cp313-cp313-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pymatgen-2025.6.14-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 25a8ea9e2910684063b51aa828188248161fa9fc16b2d853eb53c78e501914c7
MD5 7aebc6a9a2cfed13a6984effeb572bc7
BLAKE2b-256 980bfbd1f36d2f220fd41dde96fc6be4ae384c3f4439f3fa6b640b1bee3f4448

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp313-cp313-win32.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8bca05dbf7034071b2a78ecd969d82cd44997d70724a03fa2814c4ce8d1a5b42
MD5 756ea47a59e429db127107899e848ca5
BLAKE2b-256 1533d701e490336c5b2aa8667eae0b5cc72c111c8c412bbe15e366eea501b744

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf9f4ff3d2a3bfa22f312612fe67f89daaa19fdd53c41d85b89a64f26a50f55e
MD5 c14cf4207923d1d36e2f1d30969e8912
BLAKE2b-256 908968a6b5b92341b7d9d5e924280e185f39fdd108c43e8566d40658de4c842c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20397f20be68df2502fa426b56c5da08b1febd0f522c0062500860081f3a49f3
MD5 31c53fdf77bd23380e258e0caaa4f1d7
BLAKE2b-256 cebf6d344405765c44c0dd4fea7c580806e1e1a2ed8a927f9f22eb3a7f0b2ebd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f7fd3b68de09cf33d1534da5548b5d9c1180bda8d8b162a8392974980bec7a8e
MD5 450ea71de7d451793ebb5f99ff804959
BLAKE2b-256 0c71394cc77e0df5ac4a5ddf4f019c8efd46686b54b8f459632f4af4c0a9b78a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 31971513ad00ac195556949c76a46a4349252cff22e015df8ca56d9b8bdb675b
MD5 a2573b5728b64f0266cfd501a371262d
BLAKE2b-256 dda92aaf50be6b4282f7a780f095261f3cb79dbb16a4bba1e23510b747b38175

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp312-cp312-win_amd64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp312-cp312-win32.whl.

File metadata

  • Download URL: pymatgen-2025.6.14-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pymatgen-2025.6.14-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4f86997b1a941e25351308a39640e88c3d00b6923494095b4bec2ab319698ce8
MD5 50e2601b974fde80fe9abd1da7f94e51
BLAKE2b-256 4faaa461694539e8d7cf5fba575f1d66b67c0f817739e6526b006609c31c3844

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp312-cp312-win32.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e551229a8167a8bee7ced312cc2824a199b61e4a50057fc1c41f37d6744124fc
MD5 074c378b4e49465c5ba71acd369cbad9
BLAKE2b-256 ee9a38d4d4eda74ae4ee447a921d10fe6e103e7664765013e4d95a305070062d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e97ad5e85374b31ccdbcef1b8455882b09805d952651db2806433ef811ebc4a9
MD5 f4a13f3f986ff80365d8a5392f1428cf
BLAKE2b-256 def11650a762397d472ffcf152a61dbf9cb34912e41ed5d56091c7827f3a50fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc5464c3ee7519dd1fe5c529e820da9683d5da51f7f86f2648680d280fe14d89
MD5 f0f51a885993ca25e979978b8e262849
BLAKE2b-256 2a5af0872673b30f12a4357cb723db9d67e37d2c559ea873f5c50da10aea05d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1298d151c83d61fcf302c2c837f83c7edb91f2905c0fd24964f30eba17b75cee
MD5 b2e686544a827ec40697e5924c169969
BLAKE2b-256 ea61b5cbf6cc77d57b12c278925d254b0cdabb80df51577e0734aa706c7133db

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 746daa6c8f9bed69b32ce8ecb66c55dd71267ec16c9477611dac8cdf3a35b1e5
MD5 ce2b578f1901a1abeb0dabe539c2b0c7
BLAKE2b-256 a77fd5871501dbf19dfe8b178e59923b88fcc095daf6f78470634f8d9ea97d38

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp311-cp311-win_amd64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp311-cp311-win32.whl.

File metadata

  • Download URL: pymatgen-2025.6.14-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pymatgen-2025.6.14-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f835d780cfb4fbdf5391c117d1ac39c85384a51bbe4ec855faa874b44afa1f9e
MD5 0613beabdd16c7011fdf54113dac920f
BLAKE2b-256 88fbd3d8f82d1a6483012cc3e713a31019cfa5258885cef85f756ac7660a7145

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp311-cp311-win32.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5e462382ed1c1841bf6afc45019c2d98a26a6a6bd308e559cd862900a2ed876
MD5 025bfbcb5138566f42fbce08a5aa63c6
BLAKE2b-256 2644bc41d45a40e313196d17e87585ed7d8c7e68244e4f9eed48dd79a3b16b71

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 caef68ca1a5421813ff4bcf27ed948269a0d9b96fdc91ce089cf70181cc6ceb8
MD5 71c22794dc206510ff25f44c2b7bce95
BLAKE2b-256 a9be97c12c0b8078484802882b218b970b7f5d33a29132698801c55e31f2461d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c797e7a54c48bde2e4609db92901380a6ca68be3ee061456707109f1417dc22b
MD5 eb3f181acd6f89e9a703b1ce273189d3
BLAKE2b-256 e7c02375e0653c0ebbbd16dd34b86def923d8856855919189f51a755f0c609e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b33896a22c8aa2954853cce52a77d065c9939e568cacc333c673176d0cc7369d
MD5 2d86a421e8fceb13ef14e9f25dcb4fe3
BLAKE2b-256 79d847a44531f8d455fc92fdac9a476e673387800fefd7fc693de1d72e6503f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c72bf181593f9e168fe8fefe423ac02dce13c0e7ad600a3e307d9a54d5518d52
MD5 95717f68041b4bc5eec5bac61e764a7d
BLAKE2b-256 027e6305a02ed21b90f7241599b91120bc4e2686060f779f17c34c5a363d2031

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp310-cp310-win_amd64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp310-cp310-win32.whl.

File metadata

  • Download URL: pymatgen-2025.6.14-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pymatgen-2025.6.14-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 aae1ffb30109357cdff14eedf657fce6c09e3119af089d1e574950d3c64aea83
MD5 fe99fa49584b597a627a56d1f4ccb7c5
BLAKE2b-256 6c8dfa4613739aae2645254d47d300ba71533c3563f07f66feb0949b5078ced0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp310-cp310-win32.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8805e9e9ad8267814ddc9ab1332e14bfef68734587fecefb6ae769388624bf28
MD5 57db191aacb4a145c417ea42444674a5
BLAKE2b-256 8c1f1c0c592601d293fc87ffdcd6fc33cab8f10104483021db35713cf23e512c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b9f078d536029f153101b870a5e28f348e47cd615a2534b5c4e49b18d0394b2
MD5 590b2459cdfa9572dbd7efdd9caa708a
BLAKE2b-256 39a32a180a602fbb9eb223d81e140524be4e132a50e2fc00c42cf4548b237a94

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5e6949d5910e272ea0af0820d695e762e8209fa97d248ba6187694cfa9db22c
MD5 45bb7528d7cbac2107b5a9c6a30a2422
BLAKE2b-256 edd063dd2b9b04cf4538d3249272abec16fca2258c149c58461530afd8752d52

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on materialsproject/pymatgen

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-2025.6.14-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.6.14-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79025fcb9947ac331c91a75a01c5b3e12431b2d7763992b17cc6751c010f4c49
MD5 d8dcf95a4d567d594c0f1e52a2cd0f37
BLAKE2b-256 030bdc77580a461d67fd753a3f5eca78d20c9c8e67b516e07829ab5f571d6850

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.6.14-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on materialsproject/pymatgen

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