diff --git a/pulse_lib/base_pulse.py b/pulse_lib/base_pulse.py index c70f709e..ea38f3df 100644 --- a/pulse_lib/base_pulse.py +++ b/pulse_lib/base_pulse.py @@ -316,7 +316,7 @@ def define_qubit_channel(self, qubit_channel_name, IQ_channel_name, virtual_channel_name (str) : channel name (e.g. qubit_1) LO_freq (float) : frequency of the qubit when not driving and default for driving. correction_phase (float) : phase in rad added to Q component of IQ channel - correction_gain (float) : correction of I and Q amplitude + correction_gain (tuple[float, float]) : correction of I and Q amplitude """ iq_channel = self.IQ_channels[IQ_channel_name] qubit = QubitChannel(qubit_channel_name, reference_frequency, iq_channel,