diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-07-12 14:38:44 +0200 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-07-12 14:38:44 +0200 |
commit | 2723cb9cbb66666df451c5a93bcdbf2537eea0dd (patch) | |
tree | 0828bbe99920aca0f5ad9616ba253d7d472c9f26 /test | |
parent | 665bff51d17329259a80e0aeae1b2af2f4caaa26 (diff) |
Add config class
Diffstat (limited to 'test')
-rw-r--r-- | test/schrodinger.inp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/schrodinger.inp b/test/schrodinger.inp new file mode 100644 index 0000000..8c9a16b --- /dev/null +++ b/test/schrodinger.inp @@ -0,0 +1,7 @@ +2.0 # mass +-2.0 2.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 |