Skip to content

Commit

Permalink
Example base workflow for geo opt: reduce runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Dec 22, 2023
1 parent b9e3e7e commit a6a4040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/workchains/example_base_geoopt_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": "GEO_OPT",
"WALLTIME": "00:00:30", # too short
"WALLTIME": "00:00:20", # too short
},
"FORCE_EVAL": {
"METHOD": "Quickstep",
Expand Down

0 comments on commit a6a4040

Please sign in to comment.