Skip to content

Commit

Permalink
Example precision: let the SCF converge (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack authored Dec 22, 2023
1 parent 5a1a918 commit 979c619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/single_calculations/example_precision.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def example_precision(cp2k_code):
"BASIS_SET_FILE_NAME": "BASIS_MOLOPT",
"POTENTIAL_FILE_NAME": "GTH_POTENTIALS",
"SCF": {
"MAX_SCF": 1,
"MAX_SCF": 10,
},
"XC": {
"XC_FUNCTIONAL": {
Expand Down

0 comments on commit 979c619

Please sign in to comment.