Creating Energy Band Diagrams for Solar cells and LED
Posted on Mon 11 September 2017 in Misc • Tagged with Python
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 …
Continue reading