qiskit.pulse.InstructionScheduleMap.get_parameters¶
- InstructionScheduleMap.get_parameters(instruction, qubits)[fuente]¶
Return the list of parameters taken by 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.
- Tipo del valor devuelto
Tuple
[str
]- Devuelve
The names of the parameters required by the instruction.