Skip to content

Commit

Permalink
Make the example_base_md_restart.py work.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Mar 13, 2024
1 parent 8044f27 commit 0dadb7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/workchains/example_base_md_restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def example_base(cp2k_code):
{
"GLOBAL": {
"RUN_TYPE": "MD",
"WALLTIME": "00:00:50", # too short
"WALLTIME": "00:00:30", # too short
},
"FORCE_EVAL": {
"METHOD": "Quickstep",
Expand Down Expand Up @@ -96,7 +96,8 @@ def example_base(cp2k_code):
"MD": {
"THERMOSTAT": {"CSVR": {}, "TYPE": "csvr"},
"BAROSTAT": {},
"STEPS": 10,
"MAX_STEPS": 8,
"STEPS": 10000,
"ENSEMBLE": "npt_f",
"TEMPERATURE": 300.0,
},
Expand Down

0 comments on commit 0dadb7f

Please sign in to comment.