Skip to content

Commit

Permalink
test: fix test cases that assume erf_square only needs duration
Browse files Browse the repository at this point in the history
  • Loading branch information
antalsz committed Sep 20, 2024
1 parent 491ac48 commit a3deee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quil-rs/src/program/analysis/control_flow_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -745,8 +745,8 @@ DEFCAL CZ q0 q1:
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, pad_right: 0)
NONBLOCKING PULSE q1 "flux_tx_iswap" erf_square(duration: 6.000000000000001e-08, pad_left: 0, pad_right: 0)
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 a3deee2

Please sign in to comment.