muon-spectroscopy-computational-project / pymuon-suite

Collection of scripts and utilities for muon spectroscopy
GNU General Public License v3.0
8 stars 7 forks source link

Build Status Codecov

pymuon-suite

Collection of scripts and utilities for muon spectroscopy.

Installation

Requires Python 3.8+. Install with pip or conda:

pip install pymuonsuite

conda install pymuonsuite

If you plan to read CASTEP .phonon files, you will also need to install Euphonic:

pip install euphonic

conda install euphonic

Help with Euphonic installation can be found in the Euphonic documentation.

spglib build failed during pip install

On some platforms, additional tools are needed to build the spglib Python module when installing via pip. On Windows, you may need to install Microsoft C++ Build Tools; on Linux you may need to apt-get install python-dev or yum install python-devel according to your distribution. This should not be necessary if installing via conda, and so we recommend using conda if you want to avoid installing these tools.

Further help with Spglib installation can be found in the Spglib documentation.

Command line scripts

The following is a list of currently supported command line scripts. For any of them, use <script> --help to see usage information.

For more in-depth information about each tool and their usage, check the Wiki.