Skip to content

Commit

Permalink
Merge pull request #53 from mtzgroup/bugfix-optimization-example
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh authored Nov 29, 2023
2 parents 60bcae6 + cc7f105 commit 1f4b149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
water = Molecule(
symbols=["O", "H", "H"],
geometry=[
[0.0000, 0.00000, 0.0000],
[0.2774, 0.89290, 0.2544],
[0.6067, -0.23830, -0.7169],
[-0.11904094, -0.36695321, -0.21996706],
[1.24615604, -0.14134141, 0.99915579],
[-0.24300973, 1.16287522, -1.24168873],
],
)

Expand All @@ -16,7 +16,7 @@
prog_inp = DualProgramInput(
molecule=water,
calctype="optimization",
keywords={"maxiter": 3},
keywords={"maxiter": 25},
subprogram="psi4",
subprogram_args={"model": {"method": "b3lyp", "basis": "6-31g"}},
)
Expand Down

0 comments on commit 1f4b149

Please sign in to comment.