@@ -64,8 +64,8 @@ def __init__(
6464 Args:
6565 length: The duration of gate.
6666 w: Width of the step envelope raising edge.
67- target_freq: The targetfrequecy for the qubit at end of detune gate.
68- prev_freq: Previous detuningfrequecy to compensate beginning of detune gate.
67+ target_freq: The targetfrequency for the qubit at end of detune gate.
68+ prev_freq: Previous detuningfrequency to compensate beginning of detune gate.
6969 neighbor_coupler_g_dict: A dictionary has coupler name like "c_q0_0_q1_0"
7070 as key and the coupling strength `g` as the value.
7171 prev_neighbor_coupler_g_dict: A dictionary has the same format as
@@ -231,7 +231,7 @@ def __init__(
231231 interpolate_coupling_cal: If true, find the required amp for the coupling strength
232232 through interpolation. If not true, require all coupling strength has associated
233233 amp calibrated in the registry.
234- analog_cal_for_pulseshaping: Ifture , using the analog model instead of
234+ analog_cal_for_pulseshaping: Iftrue , using the analog model instead of
235235 standard transmon model to find the amp of pulse.
236236 """
237237self .length = length