
TCAD Simulation Information | ||||||||
| Deleted: | ||||||||
| < < | How to use Sentaurus TCAD (Technology Computer-Aided Design). | |||||||
| Deleted: | ||||||||
| < < | LinkToNakamuraLogPage | |||||||
README first | ||||||||
| Added: | ||||||||
| > > |
KEKのPCでTCADを使いたい場合
| |||||||
To use CERN/CLIC license | ||||||||
| Changed: | ||||||||
| < < | Basic Settings | |||||||
| > > | Basic Settings | |||||||
|
##setup.sh################################## #!/bin/sh STROOT=/afs/cern.ch/eng/clic/software/Sentaurus export STROOT export PATH=$STROOT/bin:$PATH export LM_LICENSE_FILE="(Licence you have recieved)" export STDB="(Path to directory for TCAD workspace)" ######################################### How to install SLC6 32bit => DooR | ||||||||
| Added: | ||||||||
| > > |
How to use Sentaurus TCAD (Technology Computer-Aided Design).LinkToNakamuraLogPage | |||||||
References
TipsRadiation damageSurface damageTo add surface charge, add the lines below to sdevice_des.cmd file. | ||||||||
| Added: | ||||||||
| > > | ||||||||
Physics(MaterialInterface="Oxide/Silicon"){
Charge(Conc=1e12)
}
Free electrons inside silicon bulk are attracted by these positive charges.Using visualize, you can see the electron accumulation near surface. -- | ||||||||