Skip to content

Commit

Permalink
test: add pad_* parameters for erf_square to quil-py test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
antalsz committed Sep 20, 2024
1 parent a3deee2 commit 0e5bb8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quil-py/tests_py/program/test_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ def test_basic_block_fixed_schedule():
FENCE q0 q1
SET-PHASE q0 "flux_tx_cz" 0.0
SET-PHASE q1 "flux_tx_iswap" 0.0
NONBLOCKING PULSE q0 "flux_tx_cz" erf_square(duration: 6.000000000000001e-08)
NONBLOCKING PULSE q1 "flux_tx_iswap" erf_square(duration: 6.000000000000001e-08)
NONBLOCKING PULSE q0 "flux_tx_cz" erf_square(duration: 6.000000000000001e-08, pad_left: 0.1e-08, pad_right: 0.1e-08)
NONBLOCKING PULSE q1 "flux_tx_iswap" erf_square(duration: 6.000000000000001e-08, pad_left: 0.1e-08, pad_right: 0.1e-08)
SHIFT-PHASE q0 "flux_tx_cz" 1.0
SHIFT-PHASE q1 "flux_tx_iswap" 1.0
FENCE q0 q1
Expand Down

0 comments on commit 0e5bb8c

Please # to comment.