Skip to content
Failed

Changes

Summary

  1. Add celer-geo app for visualizing geometry (#1201) (details)
  2. Fix polar angle sampling and Mott factor in Wentzel distribution (#1212) (details)
Commit 61907d90c34c71c6bf60c50a8e4b661589cde05d by noreply
Add celer-geo app for visualizing geometry (#1201)

The file was modified app/CMakeLists.txt (diff)
The file was addedapp/celer-geo/celer-geo.nojson.cc
The file was modified app/celer-sim/Runner.cc (diff)
The file was addedapp/celer-geo/test-harness.py
The file was addedapp/celer-geo/GeoInput.cc
The file was addedapp/celer-geo/Types.hh
The file was addedapp/celer-geo/README.md
The file was addedapp/celer-geo/Runner.cc
The file was removedapp/demo-rasterizer/simple-driver.py
The file was addedapp/celer-geo/CMakeLists.txt
The file was removedapp/demo-rasterizer/demo-rasterizer.cc
The file was addedapp/celer-geo/Types.cc
The file was removedapp/demo-rasterizer/visualize.py
The file was addedapp/celer-geo/celer-geo.cc
The file was removedapp/demo-rasterizer/CMakeLists.txt
The file was addedapp/celer-geo/Runner.hh
The file was addedapp/celer-geo/GeoInput.hh
The file was modified doc/main/usage.rst (diff)
The file was modified app/celer-g4/CMakeLists.txt (diff)
Commit a082c3298192af2b3d7cd4cdf72b195ae499c627 by noreply
Fix polar angle sampling and Mott factor in Wentzel distribution (#1212)

* Update Wentzel distribution test results and use VEC_SOFT_EQ intead of SOFT_NEAR

* Add lower energy point in Wentzel distribution test

Fails with:
```
BernoulliDistribution.hh:69:
celeritas: precondition failed: p_true >= 0 && p_true <= 1"
```

* Fix Mott factor and update tests

* Fix sampling of cos theta and update test

* Remove Coulomb scattering 100 MeV low energy limit and test more incident energies
The file was modified src/celeritas/em/interactor/detail/PhysicsConstants.hh (diff)
The file was modified src/celeritas/em/interactor/CoulombScatteringInteractor.hh (diff)
The file was modified src/celeritas/em/distribution/WentzelDistribution.hh (diff)
The file was modified src/celeritas/em/model/CoulombScatteringModel.cc (diff)
The file was modified test/celeritas/em/CoulombScattering.test.cc (diff)