Skip to content

Question about estimate_depletion_voltage() and depletion voltage in the experiment #373

Answered by fhagemann
zql2021 asked this question in Q&A
Discussion options

You must be logged in to vote

One thing that might help debugging:
if you run your simulations for a given depletion voltage under the assumed depletion voltage (make sure to use depletion_handling = true), you can check if it's depleted using is_depleted(sim.point_types). Plotting the point_types might help to find out where exactly your detector is still undepleted (search for yellow areas).

Another thing would be to check how you are defining the impurity density in the config file:

  • sometimes units get a bit mixed up in the config files. Are you sure that you are passing the impurity density values in the correct units? To be 100% sure, you can also explicitly add the units in the config file, e.g. here
impurity_…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@zql2021
Comment options

Answer selected by fhagemann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants