Search Results for

    Show / Hide Table of Contents

    Class InverseHadamard

    Represents a quantum Inverse Hadamard action that applies an inverse Hadamard operation to quantum properties.

    Inheritance
    object
    InverseHadamard
    Implements
    IQuantumAction
    Namespace: QRG.QuantumForge.Runtime
    Assembly: .dll
    Syntax
    [Serializable]
    public class InverseHadamard : MonoBehaviour, IQuantumAction

    Properties

    | Improve this Doc View Source

    Predicates

    Gets or sets the predicates that determine the conditions for this action.

    Declaration
    public Predicate[] Predicates { get; set; }
    Property Value
    Type Description
    Predicate[]
    | Improve this Doc View Source

    TargetProperties

    Gets or sets the quantum properties that this action targets.

    Declaration
    public QuantumProperty[] TargetProperties { get; set; }
    Property Value
    Type Description
    QuantumProperty[]

    Methods

    | Improve this Doc View Source

    apply()

    Applies the inverse Hadamard operation to the target quantum properties.

    Declaration
    public void apply()

    Implements

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