|
| 1 | + |
| 2 | + Geant4 11.1 - patch-03 Release Notes |
| 3 | + ------------------------------------ |
| 4 | + |
| 5 | + 10 November 2023 |
| 6 | + |
| 7 | +List of fixes included in this public patch since the public release 11.1.2: |
| 8 | + |
| 9 | + o Configuration: |
| 10 | + ------------- |
| 11 | + + CMake |
| 12 | + o Export non-cache variables to Geant4PackageCache to support CMake>=3.27. |
| 13 | + Addresses problem report #2556. |
| 14 | + |
| 15 | + o Externals: |
| 16 | + --------- |
| 17 | + + CLHEP |
| 18 | + o Added missing shootArray() implementation in RandPoissonQ. |
| 19 | + + G4tools |
| 20 | + o Updated to version 6.1.1; fixed compilation warnings on Intel/icx |
| 21 | + compiler and clang-15. |
| 22 | + + PTL |
| 23 | + o Disabled optimization of ThreadPool::execute_thread() on Apple/Intel |
| 24 | + builds. Addressing problem report #2564. |
| 25 | + |
| 26 | + o Global: |
| 27 | + ------ |
| 28 | + + Updated date and version for 11.1.3. |
| 29 | + |
| 30 | + o Intercoms: |
| 31 | + --------- |
| 32 | + + Added missing converter LtoS() in G4UImessenger. |
| 33 | + |
| 34 | + o Physics Lists: |
| 35 | + ------------- |
| 36 | + + constructors/decay |
| 37 | + o G4RadioactiveDecayPhysics: replaced G4RadioactiveDecay with |
| 38 | + G4Radioactivation to allow running also in biasing mode. |
| 39 | + |
| 40 | + o Processes - Electromagnetic: |
| 41 | + --------------------------- |
| 42 | + + dna |
| 43 | + o Use std::erfc() to avoid precision loss. |
| 44 | + Fix imported from GitHub PR#58 (https://github.com/Geant4/geant4/pull/58). |
| 45 | + o Removed unused header inclusion. |
| 46 | + + low energy |
| 47 | + o Fix for (rare) infinite loops in G4PenelopeComptonModel. |
| 48 | + Reported in GitHub PR#61 (https://github.com/Geant4/geant4/pull/61). |
| 49 | + + utils |
| 50 | + o In G4TransportationWithMsc, always update momentum direction. |
| 51 | + o Fixed computation of Birks saturation for compounds in G4EmSaturation. |
| 52 | + Addressing problem report #2572. |
| 53 | + + xrays |
| 54 | + o Added protection against potential infinite loops in G4Cerenkov. |
| 55 | + Addressing problem report #2555. |
| 56 | + |
| 57 | + o Examples: |
| 58 | + -------- |
| 59 | + + extended/parameterisations/Par04 |
| 60 | + o Bump tensorflow to 2.11.1. |
| 61 | + Fixes GitHub PR#55 (https://github.com/Geant4/geant4/pull/55) |
| 62 | + and GitHub PR#60 (https://github.com/Geant4/geant4/pull/60). |
| 63 | + |
| 64 | + ---------------------------------------------------------------------------- |
| 65 | + |
| 66 | + Technical Notes |
| 67 | + --------------- |
| 68 | + |
| 69 | + o This patch should be applied on top of release 11.1 series. |
| 70 | + o Technical notes distributed for release 11.1 are also applicable and |
| 71 | + valid for this patch. |
| 72 | + |
| 73 | +The code and rebuilt binary libraries for release 11.1.3 are available |
| 74 | +through the Geant4 "Download" Web page. |
| 75 | + |
| 76 | +Please refer to the Geant4 User Documentation for further information about |
| 77 | +using Geant4. |
0 commit comments