Dear Sir,
Actually I want to clarify myself about the doping of the central region of a device configuration.
In the release note of 13.8, it is saying that,
"Doping can also be introduced in the central region (earlier it was only possible to do for the electrodes) via so-called compensation charges. This allows for simulations of a wide variety of semiconductor devices, like p-n junctions, p-i-n doped Si nanowires, etc, without the need to introduce explicit dopant atoms. Doping charge can now be set in Scripter; the compensation."
Now, when I open a Scripter of a device configuration, I can only see options to put charge in the electrodes not in the central region. So, I am confused here about the doping of the central region.
So, I was going through the manual to understand the compensation charge from "
http://quantumwise.com/documents/manuals/latest/ReferenceManual/index.html/ref.atomiccompensationcharge.html".
It is written that "For a device configuration the atomic compensation charge of the equivalent electrode atoms should be similar to the electrode. For the rest of the atoms there are no requirements, and the atomic compensation charge can for instance be used to model a certain doping distribution of the device."
So, basically I want to know the exact procedure to put charge in the central region in ATK. Previously, for the electrodes the commands was like
# -------------------------------------------------------------
# Calculator
# -------------------------------------------------------------
#----------------------------------------
# Electrode Calculators
#----------------------------------------
left_electrode_calculator = LCAOCalculator(
charge=0.001,
)
right_electrode_calculator = LCAOCalculator(
charge=-0.001,
)
#----------------------------------------
# Device Calculator
#----------------------------------------
So what will be the command to put charge in the central region also?
If it is done by just putting charge in the electrodes, then that charge will be copied only for the equivalent atoms of electrodes in the central region and not the whole central region, am I right? If so, can you please explain, how this charge is being added to the equivalent atoms in the new version of ATK with respect to the previous one where it will not take care of the charge on the equivalent atoms?
Is it not possible to put charge in whole central region?
Thanks
Ramkrishna