Scienza / Schroedinger

A Schroedinger Equation solver in C++, with flexible basis definition
GNU Lesser General Public License v2.1
31 stars 9 forks source link

Complex continuous basis implementation #29

Open AndreaIdini opened 6 years ago

AndreaIdini commented 6 years ago

Continuous basis can be real, but also complex (cf. Berggren basis). Implement a creation that takes into account complex basis.

Maybe through template objects.