-
Notifications
You must be signed in to change notification settings - Fork 34
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
Feature/qed disconnected #128
Open
RChrHill
wants to merge
24
commits into
aportelli:develop
Choose a base branch
from
RChrHill:feature/QEDDisconnected
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e177cfb
to
5e0e7e1
Compare
Closed
…sconnected QED contractions
Co-authored-by: Raoul Hodgson <[email protected]>
Add linear combination module
Update cshift for both propagator and gauge fields
…rt to MSource::Point
…gerShort, tidy up QEDBurgerShirt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds modules for computing QED Disconnected diagrams.
New modules:
Evaluates the QED-IB burger diagram with an analytic photon propagator + point-source propagators, with the option to exclude contributions below a certain distance.
Evaluates contributions to the QED-IB burger diagram with an analytic photon propagator + stochastic solve propagators within a maximum distance.
Evaluates the QED-IB specs diagram with an analytic photon propagator + quark propagator loops.
Evaluates the QED-IB tadpole sub-diagram with an analytic photon propagator + quark propagator loops. Intended to be used with e.g. MSource::SeqAslash as the
emField
.Takes two propagator fields solved on spin-colour-diagonal noise sources, alongside their masses, and computes their difference as a split-even estimator.
Creates an analytic Feynman gauge QEDL-IR photon propagator in momentum space.
Cshifts a propagator field or gauge field by a position vector. The position vector can be passed as a space-separated int string, or it can be the name of an int vector in the Hadrons environment.
Computes the sum of PropagatorFields with coefficients.
Stores an integer vector in the Hadrons environment.
Creates a random coordinate vector for the default lattice size and stores it in the Hadrons environment.
Modified modules:
Renamed all "weight" functions to "FeynmanProp" functions.
@rrhodgson has optimised out the FFTs for inducing a momentum phase, substantially speeding this module up on GPUs. This module has also been extended with an extra template parameter that will enable the computation and storage of the trace of all disconnected loops computed by this module in a vector.
Updated for modified EmField compatibility.
Updated for modified EmField compatibility.
Updated for modified EmField compatibility.
Added a reader for
ComplexField
s.Added a writer for
ComplexField
s.Added support for taking the point source position from the environment as a named object.