Class ReducedDensityMatrixTracker
Tracks the reduced density matrix of specified quantum properties.
Namespace: QRG.QuantumForge.Runtime
Assembly: .dll
Syntax
public class ReducedDensityMatrixTracker : MonoBehaviour
Properties
| Improve this Doc View SourceReducedDensityMatrix
Tracks the reduced density matrix of specified quantum properties.
Declaration
public Complex[,] ReducedDensityMatrix { get; }
Property Value
Type | Description |
---|---|
Complex[,] |
Methods
| Improve this Doc View SourceGetReducedDensityMatrix()
Calculates and returns the reduced density matrix of the quantum properties.
Declaration
public Complex[,] GetReducedDensityMatrix()
Returns
Type | Description |
---|---|
Complex[,] | The reduced density matrix as a 2D complex array. |