vix.ing · top · new · best · stats · spec

Use QUDA for lattice QCD calculation with Python

2024/11/13 by X. S. Jiang, Chunjiang Shi, Jiang, Xiangyu +7
Computer Science · Physics and Astronomy · #Computational Physics and Python Applications #FOS: Physical sciences #High Energy Physics - Lattice (hep-lat) #High-Energy Particle Collisions Research #Particle physics theoretical and experimental studies

paper · pdf · doi:10.48550/arxiv.2411.08461

openalex publication_date 2024/11/13 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

We developed PyQUDA, a Python wrapper for QUDA written in Cython, designed to facilitate lattice QCD calculations using the Python programming language. PyQUDA leverages the optimized linear algebra capabilities of NumPy/CuPy/PyTorch, along with the highly optimized lattice QCD operations provided by QUDA to accelerate research. This integration simplifies the process of writing calculation codes, enabling researchers to build more complex Python packages like EasyDistillation for specific physics objectives. PyQUDA supports a range of lattice QCD operations, including hybrid Monte Carlo (HMC) with N-flavor clover/HISQ fermions and inversion for the Wilson/clover/HISQ fermion action with the multigrid solver. It also includes utility functions for reading lattice QCD data stored in Chroma, MILC, and χQCD formats. Type hints are supported by stub files and multi-GPU support is provided through mpi4py.

Related