Get the complex matrix that represents the state of the qubits exposed by this
register. Use PeekAtEntireState() to see the state of all qubits that are part of the
register, which may be more than exposed. This method is specific to this
simulation and cannot be done on a true quantum computer. As such, this method is
only recommended for learning purposes.
| C# | Visual Basic | Visual C++ |
public ComplexMatrix PeekAtVisibleState()
Public Function PeekAtVisibleState As ComplexMatrix
public: ComplexMatrix^ PeekAtVisibleState()
The complex matrix that represents the state of the register.
| Exception | Condition |
|---|---|
| NotImplementedException | This method is not yet
implemented. |