-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add Propagators #28
Merged
Merged
Add Propagators #28
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
szabo137
force-pushed
the
dev-propagators
branch
from
October 18, 2023 21:33
9911189
to
50f0382
Compare
…dentally added), temporarly solution
… 0.9, (keep existing compat) (QEDjl-project#26) This pull request sets the compat entry for the `DocStringExtensions` package to `0.9`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Note: Consider registering a new release of your package immediately after merging this PR, as downstream packages may depend on this for tests to pass. Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Uwe Hernandez Acosta <[email protected]>
This PR add the CHANGELOG of the release of version `v0.1.0` to `dev`. Since this was already reviewed, it can be merged, if the checks all pass. --------- Co-authored-by: Uwe Hernandez Acosta <[email protected]>
szabo137
force-pushed
the
dev-propagators
branch
from
November 7, 2023 13:27
cd9d575
to
a2ea371
Compare
@AntonReinhard This should be ready for review now. Could you please have a look on this? |
AntonReinhard
requested changes
Nov 8, 2023
Co-authored-by: Anton Reinhard <[email protected]>
AntonReinhard
approved these changes
Nov 13, 2023
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.
This PR adds a simple implementation of fermion and boson propagators.
This should be merged before #18 because the latter will use the functionality.
TODOS:
QEDbase
with releasev0.1.5
(cf. Release 0.1.5 QEDbase.jl#39)