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 I run beamnrc on Windows, the used mesh module component shows 'can not get here',what does that mean? ![图片](https://user-images.githubusercontent.com/114200268/191877744-ab040a28-ed2f-4d1f-ab66-8c307be6d44e.png)

A segmentation fault occurs when only an electric field is specified: ``` Electric Field = 1000,0,0 EM ESTEPE = 0.2 ``` the error is resolved when you provide a zero...

bug

This must have been an oversight when these compile variables were introduced! I would suggest merging this ASAP.

compilation

Sources in egs++ have descriptions associated with them. But some sources use shapes and those shapes are not described. Say you have two parallel beam simulations with a cylinder shape...

improvement

Fix compilation failure of BEAMnrc accelerators since the addition of git has logging and compile time logging in PR #414. This also adds back printing of the git hash, which...

compilation

The PIRS-898 manual refers to these calculations using the stopping power at the bottom of the beam which is not what is currently implemented. This was the initial implementation but...

documentation

This adds the configuration necessary to build and run EGSnrc in a Development Container. I have successfully tested this in the following environments: - [x] GitHub Codespaces - [x] MacOS...

improvement

This adds support for building on Linux aarch64 I was specifically testing in Docker on MacOS with Apple Silicon. I tested with Debian and Ubuntu base images. * [`HEN_HOUSE/scripts/config.guess`](diffhunk://#diff-8eb1825d07f152323a716762643133f58e783dff2708dbe0394743e7a20da225R833-R835): Added...

improvement
installation

For efficiency, transport in vacuum assumes that electrons necessarily travel in a straight line to the next region, but this is not valid when there is a magnetic field. The...

This builds on PR #1022 by adding similar support of motion for shapes. This is useful if you're using a shape to define a source shape (e.g. a collimated source...

improvement