Andrea Idini
Andrea Idini
Continuous basis can be real, but also complex (cf. Berggren basis). Implement a creation that takes into account complex basis. Maybe through `template` objects.
Once the `States` class has been implemented in issue #47 this is an easy enhancement. > @mechanapoleon this `Find Energy` routine can be easily modified to find all the eigenstates...
Make a working example of interactive `custom_workflow()` in `main.cpp` > Grande idea. Da far completare a @Pandry e @Bhez ? > _Originally posted by @AndreaIdini in https://github.com/Scienza/Schroedinger/diffs_
Implement the solver class: - [x] `interface` method: keep the option open to use more solvers - [x] modify the structure to be more "C++ like" (less pointers and list,...
Thread to evaluate possible pro-cons of Graphical Libraries that can be used in the project. Feel free to edit this message and comment. Cf. [wikipedia List](https://en.wikipedia.org/wiki/List_of_platform-independent_GUI_libraries) - [x] [GTK](https://www.gtkmm.org/en/) -...
Construct a trapezoidal numerical integration routine that generalizes to integrals in many dimensions.
Be sure that each class and major routine has comments that explain how it works in a concise way. Great exercise to understand what happens in the code **From**: I...
setting `err = 1e-10` the box wave function tests ok. However, setting a lower error threshold implies false test. The numerov solution output is up to 10^-11 precise, but setting...
At the moment, the program gets only one state composed of - energy - wavefunction It is needed to introduce a system to find a mange all the states in...