-
Dear Sir, I have been using SolidStateDetectors for some simulations recently, but it seems that there are some issues with the visualization results of the electric field and weighting potential.
This is my config file below |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I haven't run your simulations yet, but some first thoughts:
You can choose a different cross-section using e.g. |
Beta Was this translation helpful? Give feedback.
I haven't run your simulations yet, but some first thoughts:
id
12 lie in the cross-section ofx = 0
. Maybe you are looking at a cross-section, where the weighting potential is actually (close to) zero.skip_contact
keyword. To get nice looking field lines, you might need to tune the plot using keyword arguments. You can look at the source code here: https://github.com/JuliaPhysics/SolidStateDetectors.jl/blob/main/src/PlotRecipes/ElectricField.jl#L90-L96There is also some documentation here: https://juliaphysics.github.io/SolidStateDetectors.…