iqm.iqm_client.instruction.is_multi_qubit_instruction

iqm.iqm_client.instruction.is_multi_qubit_instruction#

iqm.iqm_client.instruction.is_multi_qubit_instruction(name)#

Checks if the instruction with the given name is a multi-qubit instruction.

Parameters:

name (str) – The name of the instruction to check

Returns:

True if the instruction expects more than one qubit as its locus.

Return type:

bool