QUDA is a library for performing calculations in lattice QCD on GPUs.
This package at the moment is not distrubuted via pip! (because we do not have a CI/CD for GPUs in place)
For installing the packages from source code, follow the following steps:
# Set the following variables appropriately
export QUDA_GPU_ARCH=sm_60
export QUDA_MPI=OFF
# Clone and install
git clone https://github.com/Lyncs-API/lyncs.quda
cd lyncs.quda
pip install -e .