- Mon 11 September 2017
- Misc
Creating Energy Band Diagrams for Solar cells and LED
Energy band diagrams are used to visulize the electron and hole transport in Solar cells and LED research. I want to quickly draw them and came up with a python module. Here's an example on how to use this code. from Band_diagram import metal, semiconductor, plot # Define the metals and …