Correct an operation matrix so it takes into account the actual number of qubits in
the register.
| C# | Visual Basic | Visual C++ |
protected ComplexMatrix CorrectOperationMatrix( ComplexMatrix Operation )
Protected Function CorrectOperationMatrix ( _ Operation As ComplexMatrix _ ) As ComplexMatrix
protected: ComplexMatrix^ CorrectOperationMatrix( ComplexMatrix^ Operation )
- Operation (ComplexMatrix)
- The operation that will be applied.
[Missing <returns> documentation for M:Cove.LocalSimulation.QuantumRegister.CorrectOperationMatrix(Cove.ClassicalUtilities.ComplexMatrix)]