Skip to content

CLQCD/contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contraction for LQCD correlation functions

Requires PyQUDA-Utils >= 0.10.9

Install

git clone https://github.com/CLQCD/contract.git
cd contract
mkdir -p build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMAND=ON -DGPU_ARCH=60
cmake --build . -j8 && cmake --install .
python -m pyquda_plugins -i contract.h -l contract -I $(pwd)/install/include -L $(pwd)/install/lib
cd ../..

Check

cd contract
mkdir -p .cache
mpirun -n 4 python baryon_2pt.py

About

Contraction for LQCD correlation functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published