This module evaluates trajectory data from md simulations and calculates the configurational entropy distribution.
Currently only binary mixtures are supported.
It is recommendet to use Juliaup to install julia and fix the default version to 1.10.9 (which is the version, the module was developed with).
Juliaup can be found here
Clone the repository and install the julia module:
git clone [repo]
juliathen install the module from the directory by entering the Pkg manager with ]
dev "./EntMix"this adds the directory as module directory and makes it editable. So a update of the module can be done by simply pulling the repository.
To be added in the future