TCAD Simulation Information


README first

KEKのPCでTCADを使いたい場合

  1. VPN接続できるように申請する
    • 申請書を記入し、計算科学センター事務室に提出
    • アカウントとパスワードが書かれた紙を受け取る
    • 手順に従い、クライアントを入手
    • 手順に従い、接続
  2. 以下のフォームを使ってアカウント作成依頼(atlaspc07)を送る--> KEK 中村宛
    -----------------------------------------------------------------
    氏名 :
    所属 :     
    学年/職 :
    指導教官 :
    CERNのアカウント名 :     
    希望のアカウント名 (CERNのアカウントがない人のみ) :
    使用目的 :
    ---------------------------------------------------------------
  3. VPN接続をし、atlaspc7へsshする
  4. TCADが使えるようにsetupする
    source /home/software/scripts/common.sh
    source /home/software/scripts/vdec-license.sh
    source /home/software/scripts/synopsys2016sp2.sh # old version (2013) can be used by synopsys.sh. (not recommended.)
    export STDB=~/work/Sentaurus
    mkdir -p $STDB
    swb
  5. Xが使えないときは以下を試す
    chcon unconfined_u:object_r:user_home_dir_t:s0 /home/`whoami`

To use CERN/CLIC license

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

How to use Sentaurus TCAD (Technology Computer-Aided Design).

LinkToNakamuraLogPage

TCAD workshop in Japan

第1回TCADワークショップ @ KEK

Agenda : https://indico.cern.ch/event/735960/

Documents for Tutorial (Hands-on) : Tutorial1stTCADWorkshop

第2回TCADワークショップ @ KEK

Agenda : https://indico.cern.ch/event/748502/

Documents for Tutorial (Hands-on) : Tutorial2ndTCADWorkshop

第3回TCADワークショップ @ KEK

Agenda : https://indico.cern.ch/event/768445/

Documents for Tutorial (Hands-on) : Tutorial3rdTCADWorkshop

第4回TCADワークショップ:演習シリーズ 2020 by Vidyo

Documents for Tutorial (Hands-on) : Tutorial4thTCADWorkshop

第5回TCADワークショップ:演習シリーズ 2021 by Zoom

Documents for Tutorial (Hands-on) : Tutorial5thTCADWorkshop

References

Tips

Radiation damage

Surface damage

To add surface charge, add the lines below to sdevice_des.cmd file.

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.

-- Hiromi Sawai - 2016-06-28


Edit | Attach | Watch | Print version | History: r24 | r21 < r20 < r19 < r18 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r19 - 2021-04-19 - KojiNakamura
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback