fastatomstruct 1.0.1

A Python package for the analysis of atomic structures and dynamics
Documentation
1
2
3
4
5
6
7
FROM fedora:41

RUN dnf update -y \
    && dnf install python3-pip python3-mpi4py-openmpi -y \
    && pip install ase fastatomstruct \
    && dnf clean all \
    && pip cache purge