TCAD Simulation Information


README first

KEKのPCでTCADを使えるようにする

  1. VPN接続できるように申請する (参照 : https://wiki.kek.jp/pages/viewpage.action?pageId=132745689 )
    • 電子申請ポータル (ccPortal)のアカウントを作成する。( https://ccwww.kek.jp/ccsupport )
    • ccPortalにログインして ネットワーク>>VPNから新規を選択して申請を進める。
    • 手順に従い、クライアントを入手
    • 手順に従い、接続
  2. 以下のフォームを使ってアカウント作成依頼(atlaspc07)を送る--> KEK 中村宛
    -----------------------------------------------------------------
    氏名 :
    所属 :     
    学年/職 :
    指導教官 :
    CERNのアカウント名 :     
    希望のアカウント名 (CERNのアカウントがない人のみ) :
    使用目的 :
    ---------------------------------------------------------------
  3. VPN接続をし、atlaspc7へloginする。以下のいずれかの方法 (わからない場合は中村または近くの人に聞いてください)
    • Vmware player を使ってCERN CentOS 7 or CentOS Stream 8 をインストールする。(推奨)
    • Xming等のXサーバーをインストールして、Windows Subsystem for Linux のUbuntuを使う。(非推奨 : TCADの可視化ソフトが表示できない問題あり)
  4. Xが使えることを確認する $ xeyes
    -eyesが現れない場合は login の際に -X optionを付けてみる ( $ ssh -X atlaspc7.ke.jp )
  5. それでもXが使えないときはatlaspc7の上で以下を試す
    chcon unconfined_u:object_r:user_home_dir_t:s0 /home/`whoami`
  6. TCADが使えるようにsetupする
    source /home/software/scripts/common.sh
    source /home/software/scripts/vdec-license.sh
    source /home/software/scripts/sentaurus.sh
    export STDB=~/work/Silicon/TCAD
    mkdir -p $STDB
    swb &

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).

以下TCADチュートリアルを参考にしてください。

TCAD workshop & Tutorial in Japan

第7回TCADワークショップ:演習シリーズ 2023 hybrid

Documents for Tutorial (Hands-on) : Tutorial7thTCADWorkshop

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

Documents for Tutorial (Hands-on) : Tutorial6thTCADWorkshop

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

Documents for Tutorial (Hands-on) : Tutorial5thTCADWorkshop

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

Documents for Tutorial (Hands-on) : Tutorial4thTCADWorkshop

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

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

Documents for Tutorial (Hands-on) : Tutorial3rdTCADWorkshop

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

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

Documents for Tutorial (Hands-on) : Tutorial2ndTCADWorkshop

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

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

Documents for Tutorial (Hands-on) : Tutorial1stTCADWorkshop

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 < r23 < r22 < r21 < r20 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r24 - 2023-06-18 - KojiNakamura
 
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