Search Results for

    Show / Hide Table of Contents

    Class Predicate

    Represents a condition or predicate for quantum operations.

    Inheritance
    object
    Predicate
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: QRG.QuantumForge.Runtime
    Assembly: .dll
    Syntax
    [Serializable]
    public class Predicate

    Fields

    | Improve this Doc View Source

    is_equal

    Indicates whether the predicate checks for equality or inequality.

    Declaration
    public bool is_equal
    Field Value
    Type Description
    bool
    | Improve this Doc View Source

    property

    The quantum property associated with this predicate.

    Declaration
    public QuantumProperty property
    Field Value
    Type Description
    QuantumProperty
    | Improve this Doc View Source

    value

    The basis value to compare against.

    Declaration
    [BasisValueDropdownAttribute]
    public BasisValue value
    Field Value
    Type Description
    BasisValue
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX