Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.pulse.InstructionScheduleMap.get_parameters

InstructionScheduleMap.get_parameters(instruction, qubits)[ソース]

Return the list of parameters taken by the given instruction on the given qubits.

パラメータ
  • instruction (Union[str, Instruction]) – Name of the instruction.

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

戻り値の型

Tuple[str]

戻り値

The names of the parameters required by the instruction.