qiskit.circuit.Instruction.copy¶ Instruction.copy(name=None)[source]¶ Copy of the instruction. Parameters name (str) – name to be given to the copied circuit, if None then the name stays the same. Returns a copy of the current instruction, with the nameupdated if it was provided Return type qiskit.circuit.Instruction