HighPT packageHighPT can be easily installed in one of two ways:
HighPT is to run the following command in a Mathematica session:
Import["https://github.com/HighPT/HighPT/raw/master/install.m"]
This will download and install HighPT in the Applications folder of Mathematica’s base directory.
HighPT code must be specified every time before loading the package by:
PrependTo[$Path,"path/to/HighPT/directory"]
Here "path/to/HighPT/directory" corresponds to the path to the directory where the HighPT package is saved.
Older versions of the code can be downloaded from here and installed in the same way.
After installation, the HighPT package can be loaded in any Mathematica notebook with the command:
<< HighPT`
If you are new to HighPT, you can find information on all routines of the code in the documentation, the example notebooks, and in the reference article [arXiv:2207.10756].