Gets the complex matrix that represents the entire state of the register that is
being tracked, which may be more than is currently exposed. Use PeekAtVisibleState()
to see the state only the qubits currently exposed by this registerThis 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 PeekAtEntireState()
Public Function PeekAtEntireState As ComplexMatrix
public: ComplexMatrix^ PeekAtEntireState()
The complex matrix that represents the state of the register.
This method is specific to this local simulation, and is not possible on
an actual quantum computer.