Cove - A Practical Quantum Computer Programming Framework
IsValidOperation Method
NamespacesCove.BaseIQuantumOperationIsValidOperation()()()
Is this a valid quantum operation? All quantum operations must be unitary, so this allows for all operations to be checked before they are applied to registers.
Declaration Syntax
C#Visual BasicVisual C++
bool IsValidOperation()
Function IsValidOperation As Boolean
bool IsValidOperation()
Return Value
True if the operation is valid (unitary).

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