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

The minimum Python version is 3.10. 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.

Soliciting contributions to 2nd pymatgen paper

If you are a long-standing pymatgen contributor and would like to be involved in working on an updated pymatgen publication, please fill out this co-author registration form or contact @shyuep, @mkhorton and @janosh with questions.

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 Distribution

pymatgen-2025.4.10.tar.gz (3.2 MB view details)

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

pymatgen-2025.4.10-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.4.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

pymatgen-2025.4.10-cp312-cp312-macosx_10_9_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

pymatgen-2025.4.10-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.4.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pymatgen-2025.4.10-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.4.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

pymatgen-2025.4.10-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.4.10.tar.gz.

File metadata

  • Download URL: pymatgen-2025.4.10.tar.gz
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.13

File hashes

Hashes for pymatgen-2025.4.10.tar.gz
Algorithm Hash digest
SHA256 f6695cbd35d97c4127649ff7c4aa5c27fe5b45c2b9404847d0c8def58fd8400c
MD5 2f38e3dda06fd8bda05e2c6a7b877aa7
BLAKE2b-256 fca08c4e29c24ea5ceb3cc5d5da47f436e080a973a673d831826df6776fa9ff0

See more details on using hashes here.

File details

Details for the file pymatgen-2025.4.10-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c7a5fadec8772015965d20c0b4bcca89ea466b4100cd69cf94eb29593992aac4
MD5 eb5fc2da0a841078ffc1a18b31611080
BLAKE2b-256 73367829b53625b2daa23c6c7dd17f2ce1c0f1702e5ae03049c30e1cec7873cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp312-cp312-win32.whl.

File metadata

  • Download URL: pymatgen-2025.4.10-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.4.10-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e0786c230e59b855edc959272c078c169b805f02fc5d7778ea312e3993d459f9
MD5 161f7624c3e0f1677094ac944d7723fb
BLAKE2b-256 3cb3904599393f893f3b09b407af024354d3736427926a0e23be850938d9282c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24e2064fbd2ab313792c9e310f04477a04e7d7c246c89fe406c1ecc9d5f72e7c
MD5 96ad42b7011e1656c6df9872090d403f
BLAKE2b-256 a445be7c91e4a349e77863a492fc6521f9207699883ccc32856f1b7c4d81da01

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1bd7fbd44b6e185030978606c6f11e724c9755729c941bf3a590ad2e6ceb9dbf
MD5 bf9d7c6bf792fab3b516dc8fbd51aeeb
BLAKE2b-256 51a4693a094b994448fd90546ae6856846aafe240dd9e467f7f4cf6c39a816a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 614d4f8a4be73b05fda0f2ea6822080beb70be16e2146711a9aed98a369da1e8
MD5 52ddaea6dd328ab85726c2cafeeaf691
BLAKE2b-256 42258292eec10613bb7682d7f9d7f1798568f7a90bbc39abb9b48356746f8b63

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d6644ef744b7b6c47f6e802fdb038514e3dcd6e209ab2fcb45c55a2185d5edaf
MD5 a3f2eef045357fb8203cc457088540ee
BLAKE2b-256 458dea4a7e3df98b51d0f3a6c88ce3491f2c5675dd2061933125c81c45c95cc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-cp312-cp312-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.4.10-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2cc68aceffec2a105e0e25aa0b15e42de9dbd5d16af0d017c82558778ce8a7a9
MD5 b6632bfbf351dc90a495e3c1ef3f51a4
BLAKE2b-256 5ce6d1d5b3a0c76a610e4c48f74844826be839e953c49e016b996bf29cbecc09

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp311-cp311-win32.whl.

File metadata

  • Download URL: pymatgen-2025.4.10-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.4.10-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ee36cab5a77df890d7ab1417d77eed206b7a1e1031161bc7915820ced0c2c671
MD5 65f44519265f4d697111e22e6ea94008
BLAKE2b-256 80d4a176c3fc148e17ae0da2a7ba32d680ec8fba93d53bd45d42e12325a8b2d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33919180f61d43287c918ff4a14924145d41c92ffacb749206b5ec0e8e064374
MD5 d7fe2c8c27a734367ad3ef868f5af662
BLAKE2b-256 35a214c438b7f18f5db501729fa89da14d5b0abdc207b62356f90fcd2d9959f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf970223c5cb9ff6b0373561e338b5fb27e4c68893ca63046b72b25b92cf164a
MD5 23bea25e535dfafd92e2a32ae69dadab
BLAKE2b-256 32ef87653e8391a904180daa94a94fc59354f0e5b804e1e6426e99d63e31d7ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c152b8447e47dc276dc9ed103e86171a530ffb89ab19933c4308db64d4c0a16
MD5 cddbaddc57f6b27d45a2732673902f62
BLAKE2b-256 dcaa4ab0ff26fadbedf6f94a42d2a5ef1dee771762893365d0a59fd1102f5cc8

See more details on using hashes here.

File details

Details for the file pymatgen-2025.4.10-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 89a516837cd7a65a8c57962f56031b87cdd4082e74f87fdf8a77bc0e7388a2f6
MD5 6dc1dc789fbfa64ed62bcd05f2c68477
BLAKE2b-256 539176b781f9f5126af45f0fd86549c8cc643211307797fa7f28e16c5895df2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4f5a388a1c21ad604f2230195f855566fe75d8da79650238546248d367a18aaf
MD5 abc96a1ce75a8016c1d9428fa69c6f90
BLAKE2b-256 5275cee12552c29358b8ace28d8871c07b783887335d824a0fa9acc82663322d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp310-cp310-win32.whl.

File metadata

  • Download URL: pymatgen-2025.4.10-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.4.10-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3b68feb20864b04af1fdfff4e448c84339d68cbb875777dd16a13aa84ff29098
MD5 3dd7c8c638bb7e7d41c0c9cc706cbd35
BLAKE2b-256 28ed36522e57e78155801d08210f1d4147dc4310a081de8242a69524af45d705

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3853b12f048506c507573f9f2e29c9a072ecd44500325c1758651088a79221d5
MD5 69e31f26a2d628d6771d1b754a2942c9
BLAKE2b-256 e0d42545aa7fd9dd05e5afed6b14e45fff571d349cb5c23e62f8d4f14e2f489d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b351e0fb277ae61671553e5fd1002f3a06685d61cc8ebe6ddbfbb1dd436f18c
MD5 6f3733ebb13e104ff2df74687720f626
BLAKE2b-256 5353ace0c75de48101830ab0fb6939976714c37e0a93eef92fa9a70f752d19f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8c45ec5ca4bab6b82a2b578efafeb9eed7e87539cffaf1336c9e96e477abb17
MD5 a9ac3905df3acb99ee4a45cb89f8863a
BLAKE2b-256 0c98d1998f7ba527325c4c62433089aa65eb6a9756107e3c73a6a1d275ed3d02

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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.4.10-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.10-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c9eb5315e63580cb399210ac12ff4c32b892cf4414c867e5811b68b5715f476
MD5 c76dd58e4cd3cc86ad7f8e3a4b4d3a60
BLAKE2b-256 64acfb74171c1e8bee5ec2f19485b6e3629a487711b2b5a2384da62383273cb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.10-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