Cove - A Practical Quantum Computer Programming Framework
Clone Method
NamespacesCove.LocalSimulationOperationTGateClone()()()
Return a clone (deep copy) of the current operation. This operation returned can be modified without any impact to this object. Unlike quantum registers, quantum operations cannot be in superposition- hence a clone of them does not violate the no-cloning theorem.
Declaration Syntax
C#Visual BasicVisual C++
public IOperationTGate Clone()
Public Function Clone As IOperationTGate
public:
virtual IOperationTGate^ Clone() sealed
Return Value
The cloned object.

Assembly: Cove.LocalSimulation (Module: Cove.LocalSimulation) Version: 1.0.0.0 (1.0.0.0)