-
Notifications
You must be signed in to change notification settings - Fork 5
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 cross section and probability #87
Merged
AntonReinhard
merged 3 commits into
QEDjl-project:dev
from
szabo137:add-cross_section_and_probability
Jun 28, 2024
Merged
Add cross section and probability #87
AntonReinhard
merged 3 commits into
QEDjl-project:dev
from
szabo137:add-cross_section_and_probability
Jun 28, 2024
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
Will fix issue #86 |
AntonReinhard
approved these changes
Jun 28, 2024
CI_INTG_PKG_URL_QEDprocesses: https://github.com/AntonReinhard/QEDprocesses.jl#2394818fcc9e04cae6359b069d6258eeb46bd70d
szabo137
force-pushed
the
add-cross_section_and_probability
branch
from
June 28, 2024 12:03
fb4c800
to
ff65f11
Compare
@szabo137 Good to merge from my side. Is it still a draft for a reason? |
szabo137
pushed a commit
to QEDjl-project/QEDprocesses.jl
that referenced
this pull request
Jun 28, 2024
The implementations of the cross sections and probability functions for abstract processes have moved to QEDbase, see QEDjl-project/QEDbase.jl#87. They are therefore now deleted here. Fixes issue QEDjl-project/QEDbase.jl#86
This was referenced Jul 5, 2024
AntonReinhard
pushed a commit
to AntonReinhard/QEDbase.jl
that referenced
this pull request
Jul 11, 2024
This adds generic implementations for total and differential cross-sections and probabilities based only on the interfaces. Most of the functionality is copied from `QEDprocesses`, but adjusted to use `AbstractPhaseSpacePoint` and such. --------- Co-authored-by: Uwe Hernandez Acosta <[email protected]>
AntonReinhard
pushed a commit
to AntonReinhard/QEDbase.jl
that referenced
this pull request
Jul 11, 2024
This adds generic implementations for total and differential cross-sections and probabilities based only on the interfaces. Most of the functionality is copied from `QEDprocesses`, but adjusted to use `AbstractPhaseSpacePoint` and such. --------- Co-authored-by: Uwe Hernandez Acosta <[email protected]>
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 adds generic implementations for total and differential cross-sections and probabilities based only on the interfaces.
Most of the functionality is copied from
QEDprocesses
, but adjusted to useAbstractPhaseSpacePoint
and such.