diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/schrodinger.inp | 13 |
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 |