---+ TCAD Simulation Information <br />%TOC% ---++ README first ---+++ KEKのPCでTCADを使えるようにする 1 VPN接続できるように申請する (参照 : https://wiki.kek.jp/pages/viewpage.action?pageId=132745689 )<br /> * 電子申請ポータル (ccPortal)のアカウントを作成する。( https://ccwww.kek.jp/ccsupport ) * ccPortalにログインして ネットワーク>>VPNから新規を選択して申請を進める。 * [[http://ccwww.kek.jp/ccsupport/network/vpn/asa/tebiki.html#02][手順]]に従い、クライアントを入手 * [[http://ccwww.kek.jp/ccsupport/network/vpn/asa/tebiki.html#04][手順]]に従い、接続 1 以下のフォームを使ってアカウント作成依頼(atlaspc07)を送る--> KEK 中村宛<br /> ----------------------------------------------------------------- <br /> 氏名 :<br /> 所属 :     <br /> 学年/職 : <br /> 指導教官 : <br /> CERNのアカウント名 :     <br /> 希望のアカウント名 (CERNのアカウントがない人のみ) : <br /> 使用目的 : <br /> --------------------------------------------------------------- 1 VPN接続をし、atlaspc7へloginする。以下のいずれかの方法 (わからない場合は中村または近くの人に聞いてください)<br /> * Vmware player を使ってCERN !CentOS 7 or !CentOS Stream 8 をインストールする。(推奨) * Xming等のXサーバーをインストールして、Windows Subsystem for Linux のUbuntuを使う。(非推奨 : TCADの可視化ソフトが表示できない問題あり) 1 Xが使えることを確認する $ xeyes <br /> -eyesが現れない場合は login の際に -X optionを付けてみる ( $ ssh -X atlaspc7.ke.jp ) 1 それでもXが使えないときはatlaspc7の上で以下を試す <pre>chcon unconfined_u:object_r:user_home_dir_t:s0 /home/`whoami`</pre> 1 TCADが使えるようにsetupする <pre>source /home/software/scripts/common.sh<br />source /home/software/scripts/vdec-license.sh<br />source /home/software/scripts/sentaurus.sh <br />export STDB=~/work/Silicon/TCAD<br />mkdir -p $STDB<br />swb &</pre> ---+++ To use CERN/CLIC license ---++++ Basic Settings ##setup.sh##################################<br />#!/bin/sh<br />STROOT=/afs/cern.ch/eng/clic/software/Sentaurus<br />export STROOT<br />export PATH=$STROOT/bin:$PATH<br />export LM_LICENSE_FILE="(Licence you have recieved)"<br />export STDB="(Path to directory for TCAD workspace)"<br />######################################### 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 * <b>TCAD Sentaurus Tutorial</b><br /> http://nadin.miem.edu.ru/Sentaurus_Training_2014/index.html * <b style="background-color: transparent;">SIMDET2016<br /></b> [[https://indico.in2p3.fr/event/12967/other-view?view=standard]] * <b>TCAD Examples from git</b><br /> https://gitlab.cern.ch/TCADExamples <br />Especially, example for Charge Collection is,<br /> https://gitlab.cern.ch/TCADExamples/ChargeCollection * <b style="background-color: transparent;">Example made by Mathieu Benoit<br /></b>/afs/cern.ch/work/m/mbenoit/public/SimplePixel.gzp<br />Can import from AFS. * <b style="background-color: transparent;">LHCb TCAD Twiki (by Asmund Schiager Folkestad)<br /></b> https://lbtwiki.cern.ch/bin/view/VELO/TCAD * <b>Asmund Schiager Folkestad's page</b><br /> http://afolkestad.com/index.html ---++ Tips ---+++ Radiation damage ---+++++ Surface damage To add surface charge, add the lines below to sdevice_des.cmd file. <verbatim>Physics(MaterialInterface="Oxide/Silicon"){ Charge(Conc=1e12) }</verbatim> Free electrons inside silicon bulk are attracted by these positive charges.<br />Using visualize, you can see the electron accumulation near surface. -- %USERSIG{HiromiSawai - 2016-06-28}% <br />%COMMENT%
This topic: Main
>
TCADSimulationInformation
Topic revision: r24 - 2023-06-18 - KojiNakamura
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback