Felix Hagemann
Felix Hagemann
I would also very much welcome the ability of manipulating colorbar properties. Thanks for bringing this up!
This is already in the making! #122 already has script that tests primitives, transformations, sets and read-in. Whenever we merge the new CSG with the already existing simulation code, the...
We should create "Test detector" for this covering basically all cases. This should be a dedicated PR tough. _Originally posted by @lmh91 in https://github.com/JuliaPhysics/SolidStateDetectors.jl/pull/206#discussion_r696703345_
To implement charge cloud effects in SSD, I am thinking about implementing new scalar fields for the electron and hole densities that evolve in time in `Event` rather than having...
Diffusion and self-repulsion can also be implemented by extending our current implementation with point-like charges. Then, charge clusters would be simulated as some distribution of point-like charges with weighted charge...
> Diffusion and self-repulsion can also be implemented by extending our current implementation with point-like charges. Then, charge clusters would be simulated as some distribution of point-like charges with weighted...
The runtime of an N-body problem classically scales with O(N²). However, faster runtimes of O(N log N) can be achieved with a good choice of algorithms, e.g. [Barnes-Hut simulations](https://en.wikipedia.org/wiki/Barnes%E2%80%93Hut_simulation).
What is still to be done for v0.7: - [x] Put the diffusion length to `MaterialProperties` (only for `HPGe` for now, `Si` can be added later) - [x] Handle charge...
Thank you. I saw that also changes in the I/O. Will this change allow to read in saved simulations (so no changes for the user)?
And what happens if two contacts have the same ID in the config file?