-
If semiconductor (pCdTe) is defined as constant impurity and Passives has charge density defined as Pt and Al charge density , how to plot 1D charge density plot of whole detector ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I am not sure if we have simple way to determine. However, some other comment: |
Beta Was this translation helpful? Give feedback.
I am not sure if we have simple way to determine.
You can sample the charge density values along all objects using e.g.
SolidStateDetectors.get_ρimp_ϵ_ρfix
and add them all together in the end to plot them.However, some other comment:
if your passives are identical with the contacts, the charge you give them might not have an influence.
In the simulation, the grid points marked as "contact" will be assigned fixed potential values that will not be updated during the course of the simulation. I would there not be surprised if your results looks identical to the case where your passives might not have any charge density assigned to them.