Installation

The easiest way to install chemparseplot is via pip:

pip install chemparseplot
# For plotting
pip install matplotlib

Local clones of the GitHub repo are best served setting up the maximally reproducible development environment:

# Probably in $HOME/Git/Github
git clone git@github.com:HaoZeke/chemparseplot
cd chemparseplot
# For a reproducible python version
pixi shell
pdm install -dG:all

Auxiliary Software

Since chemparseplot is meant to facilitate working with the results of computational chemistry / atomic physics codes, some links to commonly used tools are enumerated below. Note that technically it is the outputs of these codes which is required, not the codes themselves.