From 730818166a6fa62a98dfc3b4040f1e404fff6157 Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Fri, 23 Aug 2024 12:10:10 +0200 Subject: Remove umlaut in cli help dialog --- schroedinger/schrodinger_solve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3