Home
Name Modified Size InfoDownloads / Week
supercircle_A4.0_q3.0_V20000.cpp 2026-01-26 22.2 kB
README.md 2026-01-26 811 Bytes
rectangle.cpp 2026-01-26 22.4 kB
supercircle_A4.0_q0.8_V20000.cpp 2026-01-26 22.2 kB
Documentation.pdf 2026-01-26 922.0 kB
plot.py 2026-01-26 2.6 kB
quartic.cpp 2026-01-26 11.0 kB
Totals: 7 Items   1.0 MB 0

Excited_state_solver

This program is an improved version of the earlier GitHub program 'meanstate', and can also calculate approximations for the wave functions and energy eigenvalues of 2D quantum systems.

The application can find an approximation for an excited state wave function without sequential computation of the lower energy states from ground state up. The source code files are compiled in Linux terminal as in (for the 2d rectangle example)

g++ -O3 -ffast-math rectangle.cpp

The plot.py script is for plotting the resulting output files from the rectangular potential well example, and the grid size parameters at lines 75-77 have to be edited for plotting the supercircle results (there the domain side length is L=3.4 and the number of grid points at the end of the simulation is 953x953).

Source: README.md, updated 2026-01-26