Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 543 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 543 Bytes

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