@@ -652,7 +652,7 @@ def test_expectation_value_result_type_on_one_qubit(device):
652
652
" waveform q0_q1_cphase_sqrtCPHASE = {0.0, 0.0, 0.0, 0.0};" ,
653
653
" play(q0_q1_cphase_frame, q0_q1_cphase_sqrtCPHASE);" ,
654
654
" shift_phase(q0_rf_frame, -0.1);" ,
655
- " rx(pi/2) $1;" , # FIXME: this need the right basis rotation
655
+ " rx(pi/2) $1;" , # FIXME: this needs the right basis rotation
656
656
" psb[0] = capture_v0(q0_ro_rx_frame);" ,
657
657
" psb[1] = capture_v0(q1_ro_rx_frame);" ,
658
658
"}" ,
@@ -674,8 +674,8 @@ def test_expectation_value_result_type_on_all_qubits(device):
674
674
" waveform q0_q1_cphase_sqrtCPHASE = {0.0, 0.0, 0.0, 0.0};" ,
675
675
" play(q0_q1_cphase_frame, q0_q1_cphase_sqrtCPHASE);" ,
676
676
" shift_phase(q0_rf_frame, -0.1);" ,
677
- " rx(pi/2) $0;" , # FIXME: this need the right basis rotation
678
- " rx(pi/2) $1;" , # FIXME: this need the right basis rotation
677
+ " rx(pi/2) $0;" , # FIXME: this needs the right basis rotation
678
+ " rx(pi/2) $1;" , # FIXME: this needs the right basis rotation
679
679
" psb[0] = capture_v0(q0_ro_rx_frame);" ,
680
680
" psb[1] = capture_v0(q1_ro_rx_frame);" ,
681
681
"}" ,
0 commit comments