aboutsummaryrefslogtreecommitdiff
path: root/test/schrodinger.inp
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-07-12 17:27:16 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-07-12 17:27:16 +0200
commit599daa156166ae93c315358769ae56145c46ac12 (patch)
treea0f27ee00fd4a1ec5c0bc4b083e5f0bac93bc13b /test/schrodinger.inp
parent2723cb9cbb66666df451c5a93bcdbf2537eea0dd (diff)
Add solve_schroedinger
Diffstat (limited to 'test/schrodinger.inp')
-rw-r--r--test/schrodinger.inp13
1 files changed, 7 insertions, 6 deletions
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