Skip to content

Commit a6415e8

Browse files
committed
note
1 parent ae5d61d commit a6415e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

qualtran/bloqs/qubitization/qubitization_walk_operator_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def test_qubitization_walk_operator_chem_sparse_autotest(bloq_autotester):
4747
@pytest.mark.slow
4848
@pytest.mark.parametrize('num_sites,eps', [(3, 0.5), (4, 0.5)])
4949
def test_qubitization_walk_operator(num_sites: int, eps: float):
50+
# TODO: cirq slowdown
5051
walk, ham = get_walk_operator_for_1d_ising_model(num_sites, eps)
5152
assert_valid_bloq_decomposition(walk)
5253

0 commit comments

Comments
 (0)