Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesourcerer8/OpenSourceTCAD
Easy access to OpenSource TCAD Tools
https://github.com/thesourcerer8/OpenSourceTCAD
Last synced: about 2 months ago
JSON representation
Easy access to OpenSource TCAD Tools
- Host: GitHub
- URL: https://github.com/thesourcerer8/OpenSourceTCAD
- Owner: thesourcerer8
- Created: 2020-08-13T15:51:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T07:25:46.000Z (about 2 years ago)
- Last Synced: 2024-08-03T03:06:37.217Z (5 months ago)
- Language: Dockerfile
- Size: 2.52 MB
- Stars: 36
- Watchers: 6
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_photonics - TCAD docker containers
README
# OpenSourceTCAD
Easy access to OpenSource TCAD ToolsThe repository contains Docker scripts to get various TCAD Tools running:
* Charon (6.5 GB)
* DevSim (800 MB)
* Genius (1.8 GB)To be added:
* ViennaMOS
* FastHenry
...# Installation and Usage:
If you have Debian/Ubuntu Linux you can use the install-ubuntu.sh script, which installs docker and builds all the TCAD tools:
Warning: The build process takes approximately 10 hours../install-ubuntu.sh
If you want to install just one of the tools, install the docker.io package, and then go to the directory of the tool and run "sudo bash build.sh".
On other Linux distributions, please install Docker.io and afterwards run sudo bash build.sh in each tool directory you want.# Genius
cd Genius
sudo bash bash.sh
#bin/genius.LINUX -i
bin/genius.LINUX -i examples/MOS/2D/nmos1_quad.inp
paraview nmos_quad.vtu
# Now click on the Apply button on the left and then click on the Combobox in the upper left area and select electrical_field
Genius User Manual: https://www.i-vis.co.jp/pdf/cogenda/User_Guide.pdf# DevSim
cd DevSim
sudo bash bash.sh
#python3
cd testing
python3 mos_2d.py
DevSim User Manual: https://devsim.com/devsim_papers/devsim.pdf# Charon
cd Charon
sudo bash bash.sh
#charon_mp.exe --i=
cd /tcad-charon/test/nightlyTests/bjt1dbasebc
charon_mp.exe --i=2c2907.dd.equ.xmlCharon User Manual: https://charon.sandia.gov/documentation/Charon_UserManual.pdf
Other opensource TCAD systems:
* https://www.iee.et.tu-dresden.de/iee/eb/forsch/AK-Bipo/2019/7-MOS-AK-Association_wgr_BipAK19.pdf