Back (Current repo: kronig-penney)

simple Kronig-Penney band structure calculator
To clone this repository:
git clone https://git.viktor1993.net/kronig-penney.git
Log | Download | Files | Refs

kp.h (73B)


#include <complex.h>

void gen_data(double b, double V_0, double Delta);