Cove - A Practical Quantum Computer Programming Framework
GetState Method
NamespacesCove.LocalSimulationQuantumRegisterGetState()()()
Expose the state of the system. This is a deep copy of the state, so there is no need to worry about inadvertently altering the state. This is protected so user subclasses can access the state and internal so that unit tests can access it.
Declaration Syntax
C#Visual BasicVisual C++
protected internal ComplexMatrix GetState()
Protected Friend Function GetState As ComplexMatrix
protected public:
ComplexMatrix^ GetState()
Return Value
A deep copy of the current state.

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