Southampton-RSG / milc_qcd

MILC collaboration code for lattice QCD calculations
Other
0 stars 0 forks source link

Trace creation of propagator #3

Open smangham opened 2 months ago

smangham commented 2 months ago

We need to identify where the propagator is created. ks_spectrum/lattice.h is where the lattice sites are defined, and these then use hisq (Highly Improved Staggered Quarks) to generate the fermion matrix, then inverts it. We need to find the step before the inversion. I should try making a more specific property call graph, using the function call graph I've generated, to figure out where it comes from.

Likely to involve:

smangham commented 2 months ago

Starting with main() in ks_spectrum/control.c:

So reminder to self: The propagator we're interested in is based on the fermions (1/2 integer spin).

So the possible propagator points are: