Skip to content

Pymatgen

Overview

Pymatgen (Python Materials Genomic) is an open-source Python library for materials analysis.1

Installation

First create and activate a new conda environment named "pymatgen" with the latest version of Python installed.

Bash
conda create -n pymatgen python
conda activate pymatgen

Install Pymatgen via PyPI.

Bash
pip install pymatgen