aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-08-23 12:10:10 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-08-23 12:10:10 +0200
commit730818166a6fa62a98dfc3b4040f1e404fff6157 (patch)
treed19d861060b56cab9990ffce8bf5dabb8b9d495e
parent0290235bb71d7cbfb44e56d6d0cea8859518b114 (diff)
Remove umlaut in cli help dialog
-rw-r--r--schroedinger/schrodinger_solve.py2
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,