Spanish
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.pulse.InstructionScheduleMap.pop

InstructionScheduleMap.pop(instruction, qubits, *params, **kwparams)[fuente]

Remove and return the defined schedule for the given instruction on the given qubits.

Parámetros
  • instruction (Union[str, Instruction]) – Name of the instruction.

  • qubits (Union[int, Iterable[int]]) – The qubits for the instruction.

  • *params – Command parameters for generating the output schedule.

  • **kwparams – Keyworded command parameters for generating the schedule.

Tipo del valor devuelto

Union[Schedule, ScheduleBlock]

Devuelve

The Schedule defined for the input.