
TCAD Simulation InformationREADME first | ||||||||
| Changed: | ||||||||
| < < | KEKのPCでTCADを使いたい場合
| |||||||
| > > | KEKのPCでTCADを使えるようにする
| |||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| Deleted: | ||||||||
| < < | export STDB=~/work/Sentaurus
mkdir -p $STDB
swb
| |||||||
To use CERN/CLIC licenseBasic 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 How to use Sentaurus TCAD (Technology Computer-Aided Design).LinkToNakamuraLogPageTCAD workshop in Japan第1回TCADワークショップ @ KEKAgenda : https://indico.cern.ch/event/735960/第2回TCADワークショップ @ KEKAgenda : https://indico.cern.ch/event/748502/第3回TCADワークショップ @ KEKAgenda : https://indico.cern.ch/event/768445/第4回TCADワークショップ:演習シリーズ 2020 by VidyoDocuments for Tutorial (Hands-on) : Tutorial4thTCADWorkshop第5回TCADワークショップ:演習シリーズ 2021 by ZoomDocuments for Tutorial (Hands-on) : Tutorial5thTCADWorkshop | ||||||||
| Changed: | ||||||||
| < < | 第6回TCADワークショップ:演習シリーズ 2021 by Zoom | |||||||
| > > | 第6回TCADワークショップ:演習シリーズ 2022 by Zoom | |||||||
| Documents for Tutorial (Hands-on) : Tutorial6thTCADWorkshop | ||||||||
| Added: | ||||||||
| > > | 第7回TCADワークショップ:演習シリーズ 2023 by Zoom only or hybridDocuments for Tutorial (Hands-on) : Tutorial7thTCADWorkshop | |||||||
References
TipsRadiation damageSurface damageTo add surface charge, add the lines below to sdevice_des.cmd file. | ||||||||
| Deleted: | ||||||||
| < < | ||||||||
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. -- | ||||||||