Cove - A Practical Quantum Computer Programming Framework
Identity Property
NamespacesCove.LocalSimulationOperationsIdentity
Perform the identity operation on the qubit. This does not change the state of the qubit.
Declaration Syntax
C#Visual BasicVisual C++
public static GeneralSimulatedOperation Identity { get; }
Public Shared ReadOnly Property Identity As GeneralSimulatedOperation
public:
static property GeneralSimulatedOperation^ Identity {
	GeneralSimulatedOperation^ get ();
}

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