Skip to content

Commit

Permalink
reduce zz_hamiltonian to 3 qubits
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles MOUSSA committed Jan 6, 2025
1 parent 602147d commit b52136e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qadence/test_measurements/test_tomography.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def test_basic_tomography_for_parametric_circuit_forward_pass(
"observable, acceptance",
[
(total_magnetization(4), MIDDLE_ACCEPTANCE),
# (zz_hamiltonian(4), MIDDLE_ACCEPTANCE), # skiping zz as it is very heavy
(zz_hamiltonian(4), MIDDLE_ACCEPTANCE), # skiping zz as it is very heavy
# (ising_hamiltonian(4), MIDDLE_ACCEPTANCE),
(
add(
Expand Down

0 comments on commit b52136e

Please sign in to comment.