forked from milc-qcd/milc_qcd
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trace creation of propagator #3
Comments
Starting with
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:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to identify where the propagator is created.
ks_spectrum/lattice.h
is where the lattice sites are defined, and these then usehisq
(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:
ks_spectrum/lattice.h
generic_ks/
hisq.h` ???includes/generic_ks_includes.h
lo_prop_ks.c
The text was updated successfully, but these errors were encountered: