Skip to content

Commit

Permalink
Update print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Aug 28, 2023
1 parent 80d1341 commit d3b58cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/single_calculations/example_sirius.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))

Expand Down

0 comments on commit d3b58cb

Please sign in to comment.