tmLQCD is the simulation library used by the Extended Twisted Mass Collaboration (ETMC). tmLQCD is a freely available software suite providing a set of tools to be used in lattice QCD simulations. This is mainly a (P/R)HMC implementation for Wilson and Wilson twisted mass fermions and inverter for different versions of the Dirac operator.
The code is fully parallelised and ships with optimisations for various modern architectures, such as commodity PC clusters and the Blue Gene family.
The package can be installed via pip
:
pip install [--user] lyncs_tmLQCD
For compiling tmLQCD, a fortran compiler, flex, openblas and lapack are required.
These can be installed via apt
:
apt install -y flex libopenblas-dev liblapack-dev gfortran
OR using conda
:
conda install -c anaconda openblas
conda install -c conda-forge flex lapack fortran-compiler