qiskit.circuit.QuantumCircuit.copy¶ QuantumCircuit.copy(name=None)[source]¶ Copy the circuit. Parameters name (str) – name to be given to the copied circuit. If None, then the name stays the same Returns a deepcopy of the current circuit, with the specified name Return type QuantumCircuit