Simulations of CIGS solar cells in Julia
To run a program you can write for example in julia enviroment:
include("Example_CIGS_Schottky_1D.jl");
Example_CIGS_Schottky_1D.main(voltageMin=-0.3, voltageMax=0.1, plotting=true,test=false,verbose=true,n=4)