Releases: tudo-astroparticlephysics/PROPOSAL
Releases · tudo-astroparticlephysics/PROPOSAL
v7.6.2
v7.6.1
v7.6.0
Physics improvements
- Create MoliereInterpol parametrization for multiple scattering (PR #362)
- Add better rho sampling for triplet production (e-> e e e) (PR #347)
- Add new sampling method (
Sauter
) for photopair (PR #346) - Add new parametrizations of photoproduction based on CORSIKA 7 (PR #353)
Bugfixes
- Fix default ionization cross sections for electrons and positrons (PR #359)
- Solve "No InteractionType::Decay type added to Secondaries if particle decays at rest mass" (PR #363)
Installation
- Update repository for conan2 (PR #365)
Documentation
- Add missing documentation for photonuclear cross sections (PR #360)
Miscellaneous
- Fix execution of tests in new CI (PR #366)
v7.5.1
v7.5.0
Physics improvements
Functionality
- Add maximum number of iteration steps in Propagator::AdvanceParticle (PR #338)
Installation
- Allow installing proposal via conan build (PR #325)
- Adds legacy find_package() style variables (PR #330)
- Update pybind11 version in conanfile to support python 3.11 (PR #339)
Documentation
- Specify compatible compiler versions in README.md (PR #324)
- Update outdated jupyter notebooks (PR #329)
Miscellaneous
v6.1.8
v6.1.7
v7.4.2
v7.4.1
v7.4.0
Physics improvements
- Inclusion of the photoeffect as an interaction type for photons (#296)
- Adapt LowerEnergyLim of Compton (#307)
- Change KinematicLimits of BremsElectronScreening (#308)
Bugfixes
- HitGeometry unreliable with multiple scattering (#289)
Runtime improvements
- Avoiding unnecessary calculations in
CrossSectionDNDXInterpolant::Calculate
(#295) - Add onedimensional rate interpolant (#298)