Skip to content
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 stopping power calculation #160

Merged
merged 11 commits into from Mar 7, 2021

Conversation

sethrj
Copy link
Member

@sethrj sethrj commented Mar 2, 2021

Implements range table calculation with off-the-end extrapolation; and corresponding inverse range solver; as well as a couple of other helper classes. Uses these solvers to implement calc_energy_loss.

@sethrj sethrj added the physics Particles, processes, and stepping algorithms label Mar 2, 2021
@sethrj sethrj requested review from pcanal and amandalund March 2, 2021 03:00
@sethrj sethrj added this to In progress in v0.1.0 via automation Mar 2, 2021
This should prevent accidental construction-from-temporaries like the
one causing test failures in ValueGridBuilder.
@sethrj sethrj moved this from In progress to Review in progress in v0.1.0 Mar 5, 2021
@sethrj sethrj requested review from pcanal and amandalund March 7, 2021 01:13
Copy link
Contributor

@amandalund amandalund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice @sethrj!

@sethrj sethrj merged commit 0389b7e into celeritas-project:master Mar 7, 2021
v0.1.0 automation moved this from Review in progress to Done Mar 7, 2021
@sethrj sethrj deleted the stopping-power branch March 7, 2021 02:52
@sethrj sethrj linked an issue Mar 15, 2021 that may be closed by this pull request
@sethrj sethrj added the enhancement New feature or request label Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request physics Particles, processes, and stepping algorithms
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Add process/element cross section calculation and sampling
3 participants