From d3b58cbf20a067d98ccb980eb0cb43c065c66527 Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Mon, 28 Aug 2023 11:42:40 +0000 Subject: [PATCH] Update print statement. --- examples/single_calculations/example_sirius.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/single_calculations/example_sirius.py b/examples/single_calculations/example_sirius.py index 4d3e287..3fb3af9 100644 --- a/examples/single_calculations/example_sirius.py +++ b/examples/single_calculations/example_sirius.py @@ -19,7 +19,7 @@ def example_sirius(cp2k_code): """Run simple DFT calculation.""" - print("Testing CP2K SIRIUS ENERGY on H2O (DFT)...") + print("Testing CP2K SIRIUS ENERGY on Si (DFT)...") thisdir = os.path.dirname(os.path.realpath(__file__))