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.

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.1.9.tar.gz (3.1 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.1.9-cp312-cp312-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

pymatgen-2025.1.9-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.1.9-cp312-cp312-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pymatgen-2025.1.9-cp311-cp311-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

pymatgen-2025.1.9-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.1.9-cp311-cp311-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pymatgen-2025.1.9-cp310-cp310-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pymatgen-2025.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pymatgen-2025.1.9-cp310-cp310-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file pymatgen-2025.1.9.tar.gz.

File metadata

  • Download URL: pymatgen-2025.1.9.tar.gz
  • Upload date:
  • Size: 3.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.10

File hashes

Hashes for pymatgen-2025.1.9.tar.gz
Algorithm Hash digest
SHA256 1c9d5d3bed32645418bf4d53dbbad75c40b0ed47f5907c00e00bffcf1883c928
MD5 e8188e6019fdf9762061f2e70ff58d6e
BLAKE2b-256 0e8b6a63dc5f2d7574ef20524efeb66f5562a9d533265cc8a3274ad55cde05c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymatgen-2025.1.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 78ccda47af288cb4d504ef66b0976c17b0a5d34b9afd098a55e537ba87c220a9
MD5 8f8e3d1557c04e66868813ebf105e609
BLAKE2b-256 bfd1209b79fdf6554e13796de839e4e7e9958afb634608fed4a1fc6738254ff4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pymatgen-2025.1.9-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.0.1 CPython/3.12.8

File hashes

Hashes for pymatgen-2025.1.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d97e394f905602760eb51f57565dca2775639a1d852128a3db26f47c776dbaa1
MD5 8d0227526df6e264d0cc7634fab9cef9
BLAKE2b-256 c443f3bd39dcb7bff489ed4bd3c8ab4ab6c828146e42e4832c96e12be06fd7ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13e2ea561fd4a8fe5ef000ef115e816a8a02859ed07310c6c1579df586dada4d
MD5 51d5e2598c197b4e1ae80b6b2e9ff019
BLAKE2b-256 092f5e37f0a0735825fec8b9cc8745d4feadf44e184fda9955fc7ffdc9ab9bb4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.1.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3160d7e863fca38423d9cf8083ae166a3da5048798e728c1c4a3fd4d8c298e5f
MD5 e56ec64746529fb890411e9c70ab7fe3
BLAKE2b-256 cb68689e46b7533829bd642b54158db638b0f3c899af89557df46004f476c28a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.1.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1c7f1fd3e583126d8770829652129130237b5b6ecd1605ea0044c27e18c17ef5
MD5 4ee73f17c6111d4ea4cf48863ceccead
BLAKE2b-256 37651a55e2741c7ea5656839bfc6deadcc1bfef897295c1cdf0a6a1e497c9c97

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pymatgen-2025.1.9-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.0.1 CPython/3.12.8

File hashes

Hashes for pymatgen-2025.1.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a12cb5759bee3e2ac9c5ea480a79ee0b871dad356c0773fef4e8349368ccbd7f
MD5 a34ed0ea4ba7c6f26f7b5a84c2c66eae
BLAKE2b-256 89971f3b8afc641d7176ddafac801b8d32ec709986177c91cc5c97834f098dd8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 140afd553e69bc08b389ea85e955a1e0f5d0539a981652d83b9af001a80517a2
MD5 3eba984b4cbbc8718439738aa01e447c
BLAKE2b-256 1844a09b342ab99de37388c4d0999beb8f55d41cf7157492dc1d15e45318815f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.1.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b78a8c32bcb44d35f6dcfa18b0082461b22280ee8fd61bc9b930a4e4221ff71d
MD5 a2b22056f16f1caae4a6ae527289284e
BLAKE2b-256 3d4a2d5e07dd0a8563cbaf57dcf82d746641567aca776016931656735abe442e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymatgen-2025.1.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e4adb150441738792705c826fc4e528238f7f6d436184b52a018a97222990745
MD5 d8ad51dc7c44a754f87d08f80e381f29
BLAKE2b-256 eabcae6236ac79e40cf26cf2bf64da376c3d753fadb4338b08fb45d1e76bf26c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pymatgen-2025.1.9-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.0.1 CPython/3.12.8

File hashes

Hashes for pymatgen-2025.1.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a00ff61f1978fbd4d4e5e2c876ef764cd4a545282aa90edf954a31acf4288cd6
MD5 e04be7b0ba7235afd4c686a73c7b85e7
BLAKE2b-256 8cb33fc2cf451e7d7b7e88005e859e3530ffeef3f2560971356d7e433ed53e41

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a825de801f147775be317aee39e5e56dbcbf1a16cf6eb86ffdfc8d028a7ea3c
MD5 5b32460cd2bf8353e566645fcce50c46
BLAKE2b-256 ce264b0c8b317485b2ce95480cb58680bbaf5a531648127fdd6e78e32f738dd2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pymatgen-2025.1.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2a896d70705a10d5ce474edc17a4492a2ef196b44373389df8fb0027f69c521
MD5 0859705ce97623a5633aff10813b9a2d
BLAKE2b-256 76ed29e18985b2cdd5b8032fdd7d737f8b438818034000d9f851c9cd5848a3b1

See more details on using hashes here.

Provenance

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

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