Class PhaseTracker
Tracks phase information for specified quantum properties.
Namespace: QRG.QuantumForge.Runtime
Assembly: .dll
Syntax
public class PhaseTracker : MonoBehaviour
Properties
| Improve this Doc View SourcePhaseMatrix
Tracks phase information for specified quantum properties.
Declaration
public float[,] PhaseMatrix { get; }
Property Value
Type | Description |
---|---|
float[,] |
Methods
| Improve this Doc View SourceUpdatePhaseMatrix()
Calculates and returns the phase matrix of the quantum properties.
Declaration
public float[,] UpdatePhaseMatrix()
Returns
Type | Description |
---|---|
float[,] | The phase matrix as a 2D float array. |