mspraggs / pyQCD

pyQCD provides a Python library for running small-scale lattice QCD simulations on desktop and workstation computers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create and expose functions to invert action on a source

mspraggs opened this issue · comments

Exposing a function to be able to invert on a single source would create a flexible API for python users, who could potentially then create their own sources and propagator computation routines. For example, there's currently no Z2 wall source in pyQCD. The end user could create such a source and supply it to the inversion routine.

This is now a feature for all 4D actions and the generalised dwf fermion action.