Checks to see if the operation is a valid quantum operation, that it is unitary.

C# | Visual Basic | Visual C++ |
public bool IsValidOperation()
Public Function IsValidOperation As Boolean
public: virtual bool IsValidOperation() sealed

True if it is a valid operation.

Exception | Condition |
---|---|
NotImplementedException | This method is not yet
implemented. |