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
literals.hpp
Go to the documentation of this file.
1
12#ifndef __LITERALS__
13#define __LITERALS__
14
15#include <complex>
16
17std::complex<double> operator ""_i(long double magnitude);
18
19#endif