Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.47 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.47 KB

Lattice Monte Carlo simulations of Liquid Crystal symmetry models

This package provides methods for running Monte Carlo simulations of lattice symmetry models that describe some types of liquid crystals. It is a follow-up on previous code that was used for obtaining results for my PhD dissertation, "Lattice Models of Biaxial, Tetrahedratic and Chiral Order". The aim is to reproduce all the results using well-tested code written in modern Python.

Installing

Python 3.7 is required. PyPi packages are coming. Until then, after cloning the package can be installed in development mode in a virtual environment:

pip install --upgrade -r requirements.txt

References