Skip to content

Commit

Permalink
Update packages/openfermion/tests/openfermion/ansatz/test_uccsd.py
Browse files Browse the repository at this point in the history
revert to old name

Co-authored-by: Toru Shibamiya <[email protected]>
  • Loading branch information
dchung0741 and toru4838 authored Jan 25, 2024
1 parent a3b01b8 commit 4995192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def test_singlet_uccsd_invalid_input(self) -> None:
with pytest.raises(
ValueError,
match=(
"Reduce circuit parameter is not supported when "
"Singlet excitation is not supported when "
"number of electron is odd."
),
):
Expand Down

0 comments on commit 4995192

Please sign in to comment.