Kassiopeia icon indicating copy to clipboard operation
Kassiopeia copied to clipboard

Simulation of electric and magnetic fields and particle tracking

Results 11 Kassiopeia issues
Sort by recently updated
recently updated
newest added

## The issue When compiling Kassiopeia with OpenCL enabled, currently the resulting code is bound to the given OpenCL devices during compile time. This is the only reason we can't...

As reported in issue #84 there appear many compiler warnings when building MagfieldCoils.cxx (mostly [-Wmisleading-indentation] and [-Wunused-variable]. This pull request removes the warnings and further applies .clang-format to MagfieldCoils.cxx and...

This change is implementing Mott scattering of high energy electrons off of Helium nuclei. I uploaded the files from my Kassiopeia setup on my local machine into a repo I...

Some controls/interactions showed warnings about being added twice even if just the same parent type was added twice. This is an alternative approach to #76 , just showing the messages...

Currently we have a lot of documentation in https://github.com/KATRIN-Experiment/Kassiopeia/tree/main/Kassiopeia/XML/Complete . That is not easily findable through our web documentation at https://katrin-experiment.github.io/Kassiopeia/ , which should be fixed.

A minor improvement: The toolbox doesn't need to be a member of `KSRoot`.

GoogleTest fails to compile on recent clang versions (see #85 ). GoogleTest currently considers to add a new dependency to the central Google base library "abseil" ( https://github.com/google/googletest/issues/2883 ). Since...

good first issue

There are multiple open FIXMEs in the code. One significant one is the new `MagfieldCoils` implementation: It still shows compiler warnings that may hint to relevant issues. This is hidden...

The message to be changed was introduced to warn the user in the special case when terms/controls of the same type are added twice (e.g. when a term_propagation is added...

I'm trying to simulate an electron gun with a simple setup that includes two electrodes with one with a hole. The electrons generated from the cathode are accelerated to the...