Simulating the Schrödinger wave equation using the Crank-Nicolson method in 2+1 dimensions
Simulating the Schrödinger wave equation using the Crank-Nicolson method in 2+1 dimensions
Loading...
Searching...
No Matches
constants.hpp
Go to the documentation of this file.
1
12#ifndef __CONST__
13#define __CONST__
14
15#define I std::complex<double>{0., 1.}
16
17#endif