Class EntanglementTracker
Tracks mutual information to measure entanglement between specified quantum properties.
Namespace: QRG.QuantumForge.Runtime
Assembly: .dll
Syntax
public class EntanglementTracker : MonoBehaviour
Fields
| Improve this Doc View SourcequantumProperties
Quantum properties to track entanglement for.
Declaration
public QuantumProperty[] quantumProperties
Field Value
| Type | Description |
|---|---|
| QuantumProperty[] |
Properties
| Improve this Doc View SourceLastUpdatedMutualInformation
Tracks mutual information to measure entanglement between specified quantum properties.
Declaration
public float[] LastUpdatedMutualInformation { get; }
Property Value
| Type | Description |
|---|---|
| float[] |
Methods
| Improve this Doc View SourceUpdateMutualInformation()
Tracks mutual information to measure entanglement between specified quantum properties.
Declaration
public float[] UpdateMutualInformation()
Returns
| Type | Description |
|---|---|
| float[] |