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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

pymatgen-2025.4.20-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.4.20-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.12macOS 10.9+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10macOS 11.0+ ARM64

pymatgen-2025.4.20-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.20-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b424de1f3cfebad80a151f1d7bc02b85c89ba58f8d2443b27d45e424e04738aa
MD5 df281fb836b3ca7e2668d9be96423582
BLAKE2b-256 df530826c4ecca55e0e2ee7d7987d37ab1cd5a038eba073cce7c61ae021d2bd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.20-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.4.20-cp313-cp313-win32.whl.

File metadata

  • Download URL: pymatgen-2025.4.20-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.4.20-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 87c0e2c72e98a657effd29754a343809100d1452f399d03cd7a9efd3180eea2f
MD5 90f0b9aa680a0ea6a0e0b73456b7b040
BLAKE2b-256 493280cbac096ef17b3b42abdefbd235dbbe1ae3540bcd8742ed0e13d9131f26

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.20-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.4.20-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2cb9edb643c63b068ab80b9b38767f5054a67f25d4ca555c2227252b261e4f6
MD5 cd0405997b5e3034eb30e809f217b722
BLAKE2b-256 05a4e539f5ea45bd590552ec0ccaefd22ec8e79afbde9ab75a5737db4f81a88c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.20-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.4.20-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ecfbe1aa7767d415ebd7ec22ae2f678002391f43bc7cdcadfdc6f781943a13b4
MD5 5db1102f58b6c5fe53e08ca67ca00375
BLAKE2b-256 cb4e445103c6fcad5bc5521b0382a0128b413addfe3530808edc5247f95cc28a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.20-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.4.20-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb7423e3ee8c1be214189e64040384560e84148c31618dc13058b406e80d0465
MD5 7aaed4c52130aeeccbe1737c3e3e3eed
BLAKE2b-256 626a5de3c5886711c8844cd3de52d0325ea907dbf5fb8c4a309c8ba7d817542b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.20-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.4.20-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c2a56cb24057d13a1db17eade91e3e2d555935b7c6e8c5429aae792ca1c67b8b
MD5 bd10e462d992307a75424f5a9908e3ea
BLAKE2b-256 841c4d1df972ba3eaf2b1fcd61bf8d9f0f1e41f34cd9c2adf0710263475ca545

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 19fb2502258f8569284b3c0734a8378495a99f8b75c7bc48a9a52b25828bf9ec
MD5 625a811bd532b663bebd428ec871e50a
BLAKE2b-256 1df7b58b37193230334b123306e57948b11993927db434c7b6a585b69ad6fbf2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pymatgen-2025.4.20-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.20-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2bbda86b8644587c9d930ccaafe8e60fbb109d0b470cb38a94edf8307fd586f3
MD5 1ee8f9b652a4b43344df9378311ca9b0
BLAKE2b-256 2f94f8830606604228833ea97df25db563d7cde541b833862b6f1de5fbe8c67b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 baadca1a59db108bd9ad52a109ad9f9445ad4789ce6eece0c8d553447f087b93
MD5 7c2217ce2911cb198e268c0c11022a17
BLAKE2b-256 56346a8d5fb9dfb3315ae3b58a8ee2cd24527668c8601ed0fe321bebd1d5a4a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fc906f15d77b0efe10328f55840bdf0e167c5c17c6390ca2f39c48442eb88887
MD5 2d50c111bb22ba934721d9ba990d9641
BLAKE2b-256 3d6b3a7dba46fc1862cf1f56214614bcd06b5f17ce7fee05182bbbb5313b6378

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b5c233b67c86e8757365c89798b2e1e4f8be8c1c5ae6c67fe74bcb147005df2
MD5 441026bcff311a3268a7981e965a9049
BLAKE2b-256 4b40e3a4ce16fa3ff5181edbf40b4e15bd79b5cffbb4eb133f5baae1dd7b8c9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymatgen-2025.4.20-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.20-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1ef9cc9fcaa14c21f1ecb3acbd3430ffdbe2ff3b29e6448953c6c6cc6ee8a313
MD5 aa16c8a4a361ffdad9b8eec51f56c4bf
BLAKE2b-256 a346989eff347f201d9cd98a6ac00d554d2c6a12bbff9715cf30cdf736a637e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4c013a044b3c22c1b8b8ebcc127fb63826580885e1d4d670e1c522a1d5014af8
MD5 da85fc5508a81250708c20fbf89a1a1b
BLAKE2b-256 beff5a1f31ad94ef02906007b53d923439a968454df7d38879309166f093c6ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 01a3c09c9646bd62e2a31c1d2496b64591627b56459e168098bbd05d66ac2aab
MD5 def2ebcc3f58cda00104620a0e9ec833
BLAKE2b-256 cbf45ffb27f847c4f79ba24581fa5247c11d229940ffcf3e24a2e57b7577cee0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pymatgen-2025.4.20-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.20-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 73ecdf01bae747d1f8eda08957d4b3cae578c3443f9954c3f6f04dbdbfd77847
MD5 4891d21607b1ec33e03a052da4d2ac51
BLAKE2b-256 da97595ea4b6942047d65fc55d1af1237a5ed06c921e295dea24d32c5d57c1df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff1a5dbb0ccbc194cea38a7513b6e5a3f2f5eaf5266b0d9e83074dbe7769cf0a
MD5 8feabad4f36f38a50e834e008d540aa0
BLAKE2b-256 60f7266cdb10cc5715f338c071715765eebc4f5cc096d84d49f791e88a59775b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 19d20b57ba35b2852fd4b441b98bf7bbea2dcb46bd868c40762a01b6e63f52da
MD5 b66b59ed152395bd6548e615011f0add
BLAKE2b-256 c66e3f0c2dd2bc710b9d8252ea4f8f4c6883748a4c8c9fd129d9ac55e4cd3282

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e05dd6613f5c3cdf315676d7c3fc52575cb79724eaf9460d6818369f629a322
MD5 2ddd22663235cec4f3f1071a12153a89
BLAKE2b-256 23136d6208d9119dff171ac618ad54627db9adebd40ec129cc143ab821e00a89

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bcf92906f8ebb68929be262fc885f5a4ba3acbd2690638abd1a6b3375e8ca7dd
MD5 6041d3875eca9c49c97810ae20af7787
BLAKE2b-256 17edac966a3893d56a028756d61de937eaf9a8e2d1c826772df04219a7f45d1f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 42212d6d54f0d1418c08e944a1360564f9fdcdd60fad36fe2aa42ed2ee4e2421
MD5 9e8a775fceead8569eadc0e5db30caef
BLAKE2b-256 65e97903fcc7816b18a5e190b13d94102861623e1164b921067f2fe139ffde80

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pymatgen-2025.4.20-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.20-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7c222de72cd8587aa438665fbe60d8aea20891e00728bfdc2279f581f6cd8f4b
MD5 3c054c1f206377adee70dde9cdcb6b19
BLAKE2b-256 1fec23866568d3e9d7dd9969ff97d76f48f80bd901e20c7eb9d105f72afb6617

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4bdb11ccb9045d4db501114f080f4be2f11493403e45d11a91fb782e506d44ab
MD5 1adcc89ee823b4816222e2651c74c48f
BLAKE2b-256 2b8aebd06b2b7c4864d5e22913c5fa07f25ab13e15e651330cfa41848ffbec45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6408c2d196866a0d7318cff4d07e47a1094e8170d7754ea0a3121a66e15cb0a
MD5 c8a1a93b585e88fa0a70c73bb06d6b3c
BLAKE2b-256 3e1338b103a4b719b74333e73eb657d008134ee45140c731fc3f1bbf5c58a0bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db7db5c0edfd9187335376639083c5d72d0753c8ec932c21f420b7018d08d14a
MD5 47dcf039057c1417d8b05f1b9493c607
BLAKE2b-256 577e05179d82e49cb7e854503501fbd34cc1689f3c15ff28a30e7d30bdd6e1d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.4.20-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad829ebe70f9d3a2036dc3b78743f187b43c507e309a7bc73465cfe1ca883cdd
MD5 cd609cb971bb66dd9745e6481fab1535
BLAKE2b-256 d2ab11fc72a965cf249a85def07eb8c2215334be9fdfe26c8a8af0a21e442160

See more details on using hashes here.

Provenance

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