├── CITATION.cff ├── README.md ├── SEMIDV_User_Manual.pdf ├── examples └── DeviceLab.ipynb └── semidv ├── Device.py ├── Material.py ├── Solve.py ├── Visual.py └── __init__.py /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chientingtung/SEMIDV/HEAD/CITATION.cff -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chientingtung/SEMIDV/HEAD/README.md -------------------------------------------------------------------------------- /SEMIDV_User_Manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chientingtung/SEMIDV/HEAD/SEMIDV_User_Manual.pdf -------------------------------------------------------------------------------- /examples/DeviceLab.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chientingtung/SEMIDV/HEAD/examples/DeviceLab.ipynb -------------------------------------------------------------------------------- /semidv/Device.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chientingtung/SEMIDV/HEAD/semidv/Device.py -------------------------------------------------------------------------------- /semidv/Material.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chientingtung/SEMIDV/HEAD/semidv/Material.py -------------------------------------------------------------------------------- /semidv/Solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chientingtung/SEMIDV/HEAD/semidv/Solve.py -------------------------------------------------------------------------------- /semidv/Visual.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chientingtung/SEMIDV/HEAD/semidv/Visual.py -------------------------------------------------------------------------------- /semidv/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chientingtung/SEMIDV/HEAD/semidv/__init__.py --------------------------------------------------------------------------------