Cove - A Practical Quantum Computer Programming Framework
OperationIdentity Method
NamespacesCove.LocalSimulationQuantumRegisterOperationIdentity()()()
Apply the identity operation to a qubit.
Declaration Syntax
C#Visual BasicVisual C++
public IQuantumRegister OperationIdentity()
Public Function OperationIdentity As IQuantumRegister
public:
virtual IQuantumRegister^ OperationIdentity() sealed
Return Value
A reference to this register after the operation has been applied.
Exceptions
ExceptionCondition
SizeMismatchExceptionThrown if the register contains more than one qubit.

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