-
Notifications
You must be signed in to change notification settings - Fork 176
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
feat: Manual Propagator
initialization and AnySurfaceReached
aborter
#3208
Conversation
Propagator
initializationPropagator
initialization and AnySurfaceReached
aborter
📊: Physics performance monitoring for 742743aphysmon summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3208 +/- ##
=======================================
Coverage 47.59% 47.59%
=======================================
Files 507 507
Lines 29135 29137 +2
Branches 13976 13976
=======================================
+ Hits 13866 13869 +3
- Misses 5268 5269 +1
+ Partials 10001 9999 -2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, I do not yet start merging to wait for @ssdetlab approval
Hi @andiwand, @benjaminhuth. The changes look reasonable to me. Maybe add a small comment clarifying that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's get it in!
…ter (acts-project#3208) This allows to manually initialize the propagation so `propagate(state)` can be called multiple times without destruction of the state in-between. I also added an `AnySurfaceReached` aborter which, in combination with the other change, allows users to jump from surface to surface using the same propagator state without any resets.
…ter (acts-project#3208) This allows to manually initialize the propagation so `propagate(state)` can be called multiple times without destruction of the state in-between. I also added an `AnySurfaceReached` aborter which, in combination with the other change, allows users to jump from surface to surface using the same propagator state without any resets.
This allows to manually initialize the propagation so
propagate(state)
can be called multiple times without destruction of the state in-between. I also added anAnySurfaceReached
aborter which, in combination with the other change, allows users to jump from surface to surface using the same propagator state without any resets.