Skip to content

Commit

Permalink
Update test_chemistry.py
Browse files Browse the repository at this point in the history
for h2 hcb is a bit slower (overhead due to changes in orbopt function, not dramatic)
  • Loading branch information
kottmanj authored Dec 12, 2024
1 parent 17ed8be commit d1effb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_chemistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ def test_hcb_rdms(geometry, optimize):


@pytest.mark.skipif(condition=not HAS_PYSCF, reason="you don't have pyscf")
@pytest.mark.parametrize("geometry", ["H 0.0 0.0 0.0\nH 0.0 0.0 4.5", "Li 0.0 0.0 0.0\nH 0.0 0.0 3.0", "Be 0.0 0.0 0.0\nH 0.0 0.0 3.0\nH 0.0 0.0 -3.0"])
@pytest.mark.parametrize("geometry", ["Li 0.0 0.0 0.0\nH 0.0 0.0 3.0", "Be 0.0 0.0 0.0\nH 0.0 0.0 3.0\nH 0.0 0.0 -3.0"])
def test_orbital_optimization_hcb(geometry):

mol = tq.Molecule(geometry=geometry, basis_set="sto-3g")
Expand Down

0 comments on commit d1effb3

Please sign in to comment.