From 599daa156166ae93c315358769ae56145c46ac12 Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Fri, 12 Jul 2024 17:27:16 +0200 Subject: Add solve_schroedinger --- test/schrodinger.inp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/schrodinger.inp b/test/schrodinger.inp index 8c9a16b..98bcbe2 100644 --- a/test/schrodinger.inp +++ b/test/schrodinger.inp @@ -1,7 +1,8 @@ -2.0 # mass --2.0 2.0 1999 # xMin xMax nPoint +4.0 # mass +-5.0 5.0 1999 # xMin xMax nPoint 1 5 # first and last eigenvalue to print -linear # interpolation type -2 # nr. of interpolation points and xy declarations --2.0 0.0 -2.0 0.0 +polynomial # interpolation type +3 # nr. of interpolation points and xy declarations +-1.0 0.5 +0.0 0.0 +1.0 0.5 -- cgit v1.2.3