Search Results for

    Show / Hide Table of Contents

    Class Basis

    Represents a quantum basis, which is a collection of basis values.

    Inheritance
    object
    Basis
    Namespace: QRG.QuantumForge.Runtime
    Assembly: .dll
    Syntax
    public class Basis : ScriptableObject

    Fields

    | Improve this Doc View Source

    values

    The list of basis values in this quantum basis.

    Declaration
    public List<BasisValue> values
    Field Value
    Type Description
    List<BasisValue>

    Properties

    | Improve this Doc View Source

    Dimension

    Gets the dimension of the quantum basis, which is the number of basis values.

    Declaration
    public int Dimension { get; }
    Property Value
    Type Description
    int
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX