Class CorrelationTracker
Tracks correlations between specified quantum properties.
Namespace: QRG.QuantumForge.Runtime
Assembly: .dll
Syntax
public class CorrelationTracker : MonoBehaviour
Methods
| Improve this Doc View SourceUpdateCorrelationMatrix()
Calculates and returns the correlation matrix of the quantum properties.
Declaration
public float[,] UpdateCorrelationMatrix()
Returns
Type | Description |
---|---|
float[,] | The correlation matrix as a 2D float array. |