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

When using a spectrum file in edknrc, if the SPEC IOUTSP input is missing from the input file, the code outputs some infinity numbers in the results. Although the command...

bug

As far as I can tell, [edknrc cavity dose output does not indicate the units of the results.](https://github.com/nrc-cnrc/EGSnrc/blob/9dca54412c15dd5188193eb51feb9de59b7d2c36/HEN_HOUSE/user_codes/edknrc/edknrc.mortran#L1864) In fact, neither the code documentation nor PIRS-702 mention the units of...

improvement

edknrc does not come with pegsless support out of the box. Extra source files need to be added to its makefile. I don't know if there is any good reason...

improvement

Malkov's EEMF_macros.mortran for including magnetic and electric field effects are distributed with the system but there is no documentation in PIRS701 about these macros which are faster and easier to...

improvement

### Discussed in https://github.com/nrc-cnrc/EGSnrc/discussions/1015 Originally posted by **piliop1** June 16, 2023 I use EGSnrc for KV energies (125KV). When I use ‘UBS’ and ‘None’ Bremsstrahlung splitting, I can see in...

bug
small

This reflects better the content of those files.

**Describe the bug** Segmentation fault error when loading a VHP geometry. **To Reproduce** 1. Define a `VHP geometry` 2. Load it in `egs_view` **Expected behavior** A proper VHP phantom should...

bug

**Describe the bug** When you run the same simulation repeatedly, the new particles are just added to the end of the existing phase-space, and the header is updated to correspond...

bug

The bound Compton scattering option `on` uses a rejection technique which is slightly less efficient than `norej`. Although `norej` is the default, unsuspecting users might expect `on` to be the...

There are many outputs for plots like ``` YTITLE='planar fluence/incident particle /cm\\S-2\\N'; ``` This should be ``` YTITLE='planar fluence/incident particle /cm\S-2\N'; ``` i.e., `\\S` --> `\S` and `\\N` --> `\N`....

bug