Skip to main content

Python Materials Genomics is a robust materials analysis code that defines core object representations for structures and molecules with support for many electronic structure codes. It is currently the core analysis code powering the Materials Project (https://materialsproject.org).

Project description

CI Status PyPI Downloads Conda Downloads Coveralls pre-commit.ci status

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, 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 own 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 extremely fast and are in fact comparable to codes written in other languages. 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.

Getting pymatgen

Before installing pymatgen, you may need to first install a few critical dependencies manually. Please refer to the official pymatgen page for installation details and requirements, including instructions for the bleeding edge developmental version. For people who are absolutely new to Python packages, it is highly recommended you do the installation using conda, which will make things a lot easier, especially on Windows:

conda install --channel conda-forge pymatgen

In line with the Scientific Python stack, in particular numpy, pymatgen support a minimum Python version of 3.8 from v2022.01.08.

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

Some extra functionality (e.g., generation of POTCARs) do require additional setup (see the pymatgen page).

Change Log

Please check GitHub releases and commit history for the latest changes. A legacy changelog is still up at https://pymatgen.org/change_log.

Using pymatgen

Please refer to the official pymatgen page 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 pymatgen's documentation 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 of the Materials Virtual Lab started Pymatgen in 2011, and is still the project lead.

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-2023.1.9.tar.gz (9.6 MB view details)

Uploaded Source

Built Distributions

pymatgen-2023.1.9-cp310-cp310-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

pymatgen-2023.1.9-cp310-cp310-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ x86-64

pymatgen-2023.1.9-cp39-cp39-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pymatgen-2023.1.9-cp39-cp39-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.9 macOS 11.0+ x86-64

pymatgen-2023.1.9-cp38-cp38-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

pymatgen-2023.1.9-cp38-cp38-macosx_10_15_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: pymatgen-2023.1.9.tar.gz
  • Upload date:
  • Size: 9.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.15

File hashes

Hashes for pymatgen-2023.1.9.tar.gz
Algorithm Hash digest
SHA256 93238f082521005502f4634bd0cdafbbbfb4ebadd2d0631af9c3247d0965e4fb
MD5 9866cc9c4480a01532a6e6e126fad8ba
BLAKE2b-256 778e652c09d9ae588b754cdaaba0110d5a79dafea016d2941873d0e1dc05a41d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymatgen-2023.1.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0e508ffc96eb425dd3d4604242727483bbbb31f15a38a60eddb19f33709aed42
MD5 0d8015896db607e0c1812c39b205a3cd
BLAKE2b-256 ae97dd0f1646cc3a8d3ac3b9f794d339d616d20771b572ff8138586091f2f638

See more details on using hashes here.

File details

Details for the file pymatgen-2023.1.9-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2023.1.9-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 157eec2e6f82b402ee33a6d7e3c8e9389691ea136dee23ba556f2d8ca35b4b04
MD5 39e1459b64a1a6c052e7820835d3463d
BLAKE2b-256 3328d34c77e4b1ee8a4adcf773632d2d0a7992cfbd9fbb56fb8deba3e4414941

See more details on using hashes here.

File details

Details for the file pymatgen-2023.1.9-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen-2023.1.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 66f00550971cfd1de4da87e107c58939752982c502c8c276f7af7f0e82b0bbb8
MD5 b7bc8ac568a02d22916d45f26eb39cec
BLAKE2b-256 fca88831f4f35291fb39e1513e6ff4f42e6544f17f6f12fc894d27172a616c7e

See more details on using hashes here.

File details

Details for the file pymatgen-2023.1.9-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2023.1.9-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 36c14d61cc06b91e5bce6da6d6d42aa497ebef3eb236d0a5bb69ce98298b4e2f
MD5 6b57ff228aa4607b6f1ca3aedfcb5d02
BLAKE2b-256 9db72d3b0eeae11fbac9227582b12c10fc97b97cfdb2288e18db6757b7d60161

See more details on using hashes here.

File details

Details for the file pymatgen-2023.1.9-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for pymatgen-2023.1.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3e5f14529a67ba5fa53194a1776c89c124aa753fb3f7c9401b61fc79c203364e
MD5 7e993b516db94fbcf115a7c08461ae05
BLAKE2b-256 f532ec0e043f1857211097fa6bc8b9d8efb7b65ba094030609cdbccbb353df9a

See more details on using hashes here.

File details

Details for the file pymatgen-2023.1.9-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pymatgen-2023.1.9-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 30f6ecdbca03754948a1b358bdc515d2afc1f6e6482bfb63b2414e76c19bdddc
MD5 6d3d84701057933afe87fd01b7160f09
BLAKE2b-256 ac90a5eb335a7ffb1723aabd44399043fbd16112af8c4cd35a993316e2e2b195

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page