Search Results for

    Show / Hide Table of Contents

    Class PhaseTracker

    Tracks phase information for specified quantum properties.

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

    Properties

    | Improve this Doc View Source

    PhaseMatrix

    Tracks phase information for specified quantum properties.

    Declaration
    public float[,] PhaseMatrix { get; }
    Property Value
    Type Description
    float[,]

    Methods

    | Improve this Doc View Source

    UpdatePhaseMatrix()

    Calculates and returns the phase matrix of the quantum properties.

    Declaration
    public float[,] UpdatePhaseMatrix()
    Returns
    Type Description
    float[,]

    The phase matrix as a 2D float array.

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