qiskit.pulse.Schedule.append¶
- Schedule.append(schedule, name=None, inplace=False)[source]¶
Return a new schedule with
schedule
inserted at the maximum time over all channels shared betweenself
andschedule
.\[t = \textrm{max}(\texttt{x.stop_time} |\texttt{x} \in \texttt{self.channels} \cap \texttt{schedule.channels})\]- প্যারামিটার
schedule (Union[Schedule, Instruction]) -- Schedule to be appended.
name (Optional[str]) -- Name of the new
Schedule
. Defaults to name ofself
.inplace (bool) -- Perform operation inplace on this schedule. Otherwise return a new
Schedule
.
- রিটার্ন টাইপ