Enumerations

The following enumerations are available globally.

Errors

Public types

  • Simplified representation of a quantum gate. Use to easily identify the type of a quantum gate and its components

    See more

    Declaration

    Swift

    public indirect enum SimplifiedGate
    extension SimplifiedGate: Hashable

Errors

Public types

  • Simplified representation of a quantum noise operator. Use to easily identify the type of a quantum noise and its components

    See more

    Declaration

    Swift

    public enum SimplifiedNoise
    extension SimplifiedNoise: Hashable

Errors

Public types

  • Simplified representation of a quantum operator. Use to easily identify the type of a quantum operator and its components

    See more

    Declaration

    Swift

    public enum SimplifiedQuantumOperator
    extension SimplifiedQuantumOperator: Hashable