NanoStructures  1.0
DMFT solver for layered, strongly correlated nanostructures
complex.h
1 #ifndef COMPLEX_H
2 #define COMPLEX_H
3 
4 #include <complex>
5 
6 #define I std::complex<double>(0.0, 1.0)
7 
8 #endif // COMPLEX_H