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 release

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.16.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.16-cp312-cp312-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

pymatgen-2025.4.16-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.16-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.16-cp312-cp312-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.9+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

pymatgen-2025.4.16-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.16-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.16-cp311-cp311-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

pymatgen-2025.4.16-cp311-cp311-macosx_10_9_universal2.whl (4.0 MB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pymatgen-2025.4.16-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.16-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.16-cp310-cp310-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pymatgen-2025.4.16-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.16.tar.gz.

File metadata

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

File hashes

Hashes for pymatgen-2025.4.16.tar.gz
Algorithm Hash digest
SHA256 e9444093c1a19c6cc486824f87d5da6172af77d65f81afe585deb86a1a68e012
MD5 1d6451de4a0c0f29c2db362ea1ae1862
BLAKE2b-256 aad7e472c95526fd8ff790aaca186f0f706419d1f8f3d3bd394b98e1c17ca0f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 44e29fbba2e620749d755caef4e32a1f40cec2aa897661ec5322a5cc27e5e167
MD5 a71302183a3b35d0982439fb7e644503
BLAKE2b-256 c6ce6f457ed96f51225b56f52955ed0025dd45e47511240a77d3c53db9a18b95

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pymatgen-2025.4.16-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.16-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 cfb45c9e31707c89f9c2643de4703711252d7456c32d5708dc2f712d97cdaedf
MD5 5c8d19860b8cfd806ed0ebc752d77bc4
BLAKE2b-256 c224f61dfdce51b260b4ed397046ea2abe9cc3b191a1ef67512b2b6dfb219fba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a42f7256369c068853b5506994f51470a041d2d27a4dcb3b3264ccba0b56881
MD5 0636838fde7da51a32bd544e2b8c577d
BLAKE2b-256 9074ad29133bd915dc14977056534aa973171104bba6b545089c8aeb8c9bb9ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ffda7a307f7f6802bf6cbc1c196316d69f763650736893239f045e18a1ae424
MD5 6199998547c88742e0ab2ab57188c294
BLAKE2b-256 73d1ad57aef694227f6acfd284f74062946a0dd6e05b5e7f38489bb641276316

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 085e7e01d8fd85ae629ab461f7f41acb03892e0f37c65fe92273398197956699
MD5 749b57e2f7bf24d399220bc46c265442
BLAKE2b-256 f4a28aa10018fd7eda72c4c559199bf266c7d90b1e11d9c5988b026455573a40

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 256ba79654693b4dec18054df3dc276078e357f16fc1c722f5bc60869f20a48e
MD5 f16e003bb2478fbaec6b83934511c082
BLAKE2b-256 6550880d4051ec715f5ae0de823bf89d09f7cd070a60773d8469eeedca49cb2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 af2b6da03ae3e6da9eb81a73451c608293162a0be4fbfdeb304ea5d71d9b894d
MD5 89f80dba45be64e66a4deabeb4440ef5
BLAKE2b-256 3eaf94173b1edc69f71f588b395a9edf259c05d8253abe3383e63cb7856f0c35

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pymatgen-2025.4.16-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.16-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bbd14acf7efe4a1110e547c54e33a62440d032c2c913ce2f2e48d4acf405f13c
MD5 a81545df1f096a7593f44f3d0014b1b1
BLAKE2b-256 b49541400ca71524f10dc2f0cf4e45efcadb45cb3ac9c5fa9f621375fabdc0f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efd959e8d93c766c17394fd8e9420be674b14c93858fe63798899a1af144a346
MD5 a6af06969d16954921f77213ae62b354
BLAKE2b-256 a9cdddbfefab00c18076f1b63c2127dadda0fc3c43639ba68eb6ea3349be7796

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 486e440f0f7c21399191164985b8cffd223662ae4ae7744a598c9baaf5354734
MD5 416f71639d22a0e521add6b62d24ac9e
BLAKE2b-256 1d6d7146a05453c8024c4b15124318741a06287e05a542b86aaa020775248a8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 289a12955fa7e19dc340d7b3331775de9ec85dee99738691876f1f193ad36eff
MD5 df08f66cf540530177c29aeb95a65c5a
BLAKE2b-256 bfb954081faca01c09d48bd2098c7aa584326149699e8c08e492aafb8cdae7eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.16-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.4.16-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e70c9370ed835d1aee317b31e1b8949aa42da3e376bc5765e1112694dffb61c
MD5 3c86bd98187f474e8a555117541424b5
BLAKE2b-256 c7cb6847667f8062f2d770a7ef27f234a6ef995cd3de3cf65427be89a687647b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.16-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.16-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 947d29967b6f071da2f55bb92265371f8d760baf5f8548be096628fe1e452248
MD5 68a1370f91e6c0aeae3451df93ef453d
BLAKE2b-256 58afd4279766ad68188f2a37e8bb8da9356a849ab2e883d09bae532da008edec

See more details on using hashes here.

File details

Details for the file pymatgen-2025.4.16-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 45710254e82a5b169022fdfca36c83d53b2fd14a7f8bd2d2bdcf05d5adf9e30f
MD5 1eb98de10bd1ce62bfdb5d85454cdffb
BLAKE2b-256 1133e64b79f5b9d4fef725e9b460ffeebcfefc390bbfc91b9509eedc185446c3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pymatgen-2025.4.16-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.16-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e01772df1c780df36bf9079fdda0e9bb06630005c92193dff283204970f1eb48
MD5 3e257933e900f32d486be67113940133
BLAKE2b-256 673df7e6b3348a0b2d0278cb61bb3d47a119e904016d216f54e2b841451bb6e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 037b73825991f752dc73bea7dbd8a3d81776e1e631d0cfa136082aca48c969bc
MD5 aeba249f35fd8fac13eeb8f2e5137610
BLAKE2b-256 ced8bba25e2382d238f9f456b7e7d354a8763c3bf4a6dabdc305c4c04656ab8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e1d616291f0019a8523cdb927e78b4821aad8043e300ed8c26906200c744d860
MD5 16df3c3e33b836ca6698a5ed059db959
BLAKE2b-256 8bad961962d6103d685b99af9e29abd52c84a420573c6f30e592302c9ee5df65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 121b138ea130e177522ec55363f7244348cb97ce54b041e848eaf957d7d396f0
MD5 335f6072ca92541c4aa4885af02c0f9e
BLAKE2b-256 f1516231931747e290ae49f3fc262fd208a628168f46544004f031cace193295

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.16-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 979fcda687a29cb6e24c3ba64c4fbd0446ae05a2be55e496931cb587f91e5360
MD5 d6c77406b86686b3436fb6d4fc14c39c
BLAKE2b-256 3021a817253075202577fb6fdd1b1d49c3b67c979b779104cb6db03c6a402529

See more details on using hashes here.

Provenance

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