qiskit.circuit.Gate.copy¶ Gate.copy(name=None)¶ Copy of the instruction. Parameter name (str) – name to be given to the copied circuit, if None then the name stays the same. Rückgabe a copy of the current instruction, with the nameupdated if it was provided Rückgabetyp qiskit.circuit.Instruction