Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/openfermion/circuits/vpe_circuits_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
assert data_counts[1] == 100


@cirq.testing.retry_once_with_later_random_values

Check failure on line 38 in src/openfermion/circuits/vpe_circuits_test.py

View workflow job for this annotation

GitHub Actions / Python compatibility tests

in <module>

Check failure on line 38 in src/openfermion/circuits/vpe_circuits_test.py

View workflow job for this annotation

GitHub Actions / Python compatibility tests

in <module>

Check failure on line 38 in src/openfermion/circuits/vpe_circuits_test.py

View workflow job for this annotation

GitHub Actions / Python compatibility tests

in <module>

Check failure on line 38 in src/openfermion/circuits/vpe_circuits_test.py

View workflow job for this annotation

GitHub Actions / Python compatibility tests

in <module>

Check failure on line 38 in src/openfermion/circuits/vpe_circuits_test.py

View workflow job for this annotation

GitHub Actions / Unit tests (macos-14, 1.4.1)

in <module>

Check failure on line 38 in src/openfermion/circuits/vpe_circuits_test.py

View workflow job for this annotation

GitHub Actions / Unit tests (macos-14, 1.4.1)

in <module>

Check failure on line 38 in src/openfermion/circuits/vpe_circuits_test.py

View workflow job for this annotation

GitHub Actions / Unit tests (macos-14, 1.4.1)

in <module>

Check failure on line 38 in src/openfermion/circuits/vpe_circuits_test.py

View workflow job for this annotation

GitHub Actions / Unit tests (ubuntu-24.04, 1.4.1)

in <module>

Check failure on line 38 in src/openfermion/circuits/vpe_circuits_test.py

View workflow job for this annotation

GitHub Actions / Unit tests (ubuntu-24.04, 1.4.1)

in <module>

Check failure on line 38 in src/openfermion/circuits/vpe_circuits_test.py

View workflow job for this annotation

GitHub Actions / Unit tests (ubuntu-24.04, 1.4.1)

in <module>

Check failure on line 38 in src/openfermion/circuits/vpe_circuits_test.py

View workflow job for this annotation

GitHub Actions / Unit tests (ubuntu-24.04, 1.4.1)

in <module>
def test_single_timestep():
q0 = cirq.GridQubit(0, 0)
q1 = cirq.GridQubit(0, 1)
Expand Down
Loading