Search Results for

    Show / Hide Table of Contents

    Class ReducedDensityMatrixTracker

    Tracks the reduced density matrix of specified quantum properties.

    Inheritance
    object
    ReducedDensityMatrixTracker
    Namespace: QRG.QuantumForge.Runtime
    Assembly: .dll
    Syntax
    public class ReducedDensityMatrixTracker : MonoBehaviour

    Properties

    | Improve this Doc View Source

    ReducedDensityMatrix

    Tracks the reduced density matrix of specified quantum properties.

    Declaration
    public Complex[,] ReducedDensityMatrix { get; }
    Property Value
    Type Description
    Complex[,]

    Methods

    | Improve this Doc View Source

    GetReducedDensityMatrix()

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX