ATLAS SILVACO - extract time dependent carrier concentration

Status
Not open for further replies.

ttasmin

Newbie level 2
Joined
Nov 11, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,293
ATLAS SILVACO

Hello,

Can anyone tell me How can I extract time dependent carrier concentration (electron/ hole concentration as a function of depth and time) in ATLAS?
I am trying the following code but it didn't work.

solve init
save outf=Atlas.str
method newton tol.time=1e-3 2NDORDER DT.MAX=0.5e-12 DT.MIN=0.2e-12 AUTONR carriers=2
method trap

solve vcathod=0
log outf=trans.log master

solve vcathod=6.0 ramptime=1e-12 tstop=2e-12 tstep=0.5e-12

save outf=Si.str
extract init infile="Si.str"
extract name="Hole Concentration" curve (depth, impurity="Hole Conc" material="all" mat.occno=1 x.val=0.5 ) outfile="HC_0.dat"
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…