Class CorrelationTracker
Tracks correlations between specified quantum properties.
Namespace: QRG.QuantumForge.Runtime
Assembly: .dll
Syntax
public class CorrelationTracker : MonoBehaviour
Fields
| Improve this Doc View SourcequantumProperties
Quantum properties to track correlations for.
Declaration
public QuantumProperty[] quantumProperties
Field Value
Type | Description |
---|---|
QuantumProperty[] |
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. |