diff options
-rw-r--r-- | schroedinger/schrodinger_solve.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schroedinger/schrodinger_solve.py b/schroedinger/schrodinger_solve.py index aec63e1..47dce70 100644 --- a/schroedinger/schrodinger_solve.py +++ b/schroedinger/schrodinger_solve.py @@ -14,7 +14,7 @@ from schroedinger import ( Config, build_potential, solve_schroedinger ) -DESCRIPTION='Solve time independent Schrödinger\'s equation for a given system.' +DESCRIPTION='Solve time independent Schroedinger\'s equation for a given system.' def save_wavefuncs( filename: Path, |