Analyze and run your tristan-MP simulations with less boilerplate code. tristanUtils consists of two main utilities: automater.py a python script that will submit tristan scripts using the slurm workload manager & a python 3 class TristanSim which exposes the data saved by tristan-MP.
tristanUtils consists of three utilities that make running & analyzing tristan-MP simulations easier.
First is automater.py, a python script that makes running many SLURM jobs much simpler.
The second is TristanSim, a python 3 object that contains all of the data in your HDF5 outputs as attributes which are lazily evaluated.
Finally, I’ve included some helper functions that make plotting easier.