Skip to main content

Utility scripts based on PyQUDA

Project description

PyQUDA

Python wrapper for QUDA written in Cython.

This project aims to benefit from the optimized linear algebra library CuPy in Python based on CUDA. CuPy and QUDA will allow us to perform most lattice QCD research operations with high performance. PyTorch is an alternative option.

This project is based on the latest QUDA develop branch. PyQUDA should be compatible with any commit of QUDA after https://github.com/lattice/quda/pull/1489, but leave some features disabled.

Feature

  • Multi-GPU supported
  • File I/O
    • Read gauge and propagator in Chroma format
    • Read gauge and propagator in MILC format
    • Read/write gauge and propagator in KYU format
    • Read/write gauge and propagator in XQCD format
    • Read/write gauge and propagator in NPY format (numpy)
  • Quark propagator
    • Isotropic/anisotropic Wilson fermion action with multigrid support
    • Isotropic/anisotropic Clover fermion action with multigrid support
    • Isotropic HISQ fermion action
  • HMC
    • Isotropic Wilson gauge action
    • Isotropic Symanzik gauge action
    • 1-flavor isotropic clover fermion action
    • 2-flavor isotropic clover fermion action
  • Gauge fixing
    • Rotation field with over-relaxation method (waiting for QUDA merge)
  • Gauge smearing
    • 3D/4D APE smearing
    • 3D/4D stout smearing
    • 3D/4D HYP smearing
  • Fermion smearing
    • Gaussian smearing
  • Gradient flow
    • Wilson flow
    • Symanzik flow

Installation

Refer to https://github.com/CLQCD/PyQUDA/wiki/Installation for detailed instructions to install PyQUDA from the source.

Benchmark

Refer to https://github.com/CLQCD/PyQUDA/wiki/Benchmark for detailed instructions to run the PyQUDA benchmark.

Documentation (draft)

https://github.com/CLQCD/PyQUDA/wiki/Documentation

Development

We recommend building PyQUDA using in-place mode instead of installing PyQUDA for development.

git clone https://github.com/CLQCD/PyQUDA.git
cd PyQUDA
ln -s pyquda_core/pyquda pyquda
cd pyquda_core
export QUDA_PATH=/path/to/quda/build/usqcd
python3 setup.py build_ext --inplace

Now you can modify Python files in the project and immediately get the new result by running scripts. Adding the root directory to sys.path is needed if you are running scripts from other directories.

Maintenance

Function definitions (mainly in quda.in.pxd and pyquda.in.pyx) and most docstrings (mainly in pyquda.pyi and enum_quda.in.py) should be manually updated as they cannot be autogenerated now. This also means PyQUDA should work well with future versions if the API remains unchanged.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyquda_utils-0.9.0.dev3.tar.gz (22.2 kB view details)

Uploaded Source

File details

Details for the file pyquda_utils-0.9.0.dev3.tar.gz.

File metadata

  • Download URL: pyquda_utils-0.9.0.dev3.tar.gz
  • Upload date:
  • Size: 22.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.2

File hashes

Hashes for pyquda_utils-0.9.0.dev3.tar.gz
Algorithm Hash digest
SHA256 acb3fda827a9d5d74d6e235a43e8b591b6cbe19e5d1e1e5308612097856434bd
MD5 4f69caeeb35d394a743bcdb2a27db7f7
BLAKE2b-256 9a6a5335b2bcd0c22169b5e6125dcb5cc61f810e534781324af71a403265bbe3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page