Skip to content

tillhanke/EntMix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entropy of Mixing Calculation based on MD Trajectory

This module evaluates trajectory data from md simulations and calculates the configurational entropy distribution.

Currently only binary mixtures are supported.

Installation

Install Julia

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

Install Module

Clone the repository and install the julia module:

git clone [repo]
julia

then 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.

Usage

To be added in the future

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages