EGSnrc icon indicating copy to clipboard operation
EGSnrc copied to clipboard

Toolkit for Monte Carlo simulation of ionizing radiation — Trousse d'outils logiciels pour la simulation Monte Carlo du rayonnement ionisant

Results 172 EGSnrc issues
Sort by recently updated
recently updated
newest added

Fix bug in EGS_XYZRepeater hownear - Typo in hownear when particle in bounding box determining which of the repeated geometries to check: Using nz rather than nxy when computing index...

bug
critical

Fix a bug in `egs_circle_perpendicular` that made the geometry invalid for any cases where the circle was expected to face away from the z-axis. Anyone who used this geometry should...

bug
critical

Add the ability for dynamic geometries, including translation and rotation of any geometry. This is similar to `egs_dynamic_source`. Time indices are synchronized with any source that includes time indexes such...

improvement
gui

Fluence for the source collection was not calculated properly in the case of a collection consisting of N transformations, i, of a single base source. EGS_SourceCollection::getFluence() sums the results of...

bug
critical

Using DOSRZnrc with a vacuum region on the surface, I occasionally get dose deposited in the vacuum region which is impossible. The attached file takes some time to run but...

bug

Fix a compiler error and some warnings found when compiling with mingw on windows, gcc 13.2.0. Note that currently users need to add ` -std=c++14` manually by editing the g++...

installation
compilation

Fix a bug in egs_phsp_scoring where the electron (and positron) energy for IAEA phase-spaces was written as the total energy instead of the kinetic energy. This is a critical bug...

bug
critical

The macOS installation instructions, including the instructions to compile the Qt-based applications, should be updated for Apple Silicon. Here are my suggestions: 1. When installing gcc with brew, the brew...

improvement
installation
macos