Skip to content

Lyncs-API/lyncs.quda

Repository files navigation

A Python interface to QUDA for Lyncs

license pylint black

QUDA is a library for performing calculations in lattice QCD on GPUs.

Installation

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 .		

Releases

No releases published

Packages

No packages published

Languages