PureCircuitAPI.Literal.PauliArray Class

Definition

[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.Experimental.PureCircuitAPI+Literal+PauliArray@DebugTypeProxy))]
[System.Serializable]
public class PureCircuitAPI.Literal.PauliArray : Microsoft.Quantum.QsCompiler.Experimental.PureCircuitAPI.Literal
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.Experimental.PureCircuitAPI+Literal+PauliArray@DebugTypeProxy))>]
[<System.Serializable>]
PureCircuitAPI.Literal.PauliArray : ImmutableArray<QsPauli> -> PureCircuitAPI.Literal
Public Class PureCircuitAPI.Literal.PauliArray
Inherits PureCircuitAPI.Literal
Inheritance
PureCircuitAPI.Literal.PauliArray
Attributes

Properties

IsDoubleLiteral (Inherited from PureCircuitAPI.Literal)
IsIntLiteral (Inherited from PureCircuitAPI.Literal)
IsPauliArray (Inherited from PureCircuitAPI.Literal)
IsPauliLiteral (Inherited from PureCircuitAPI.Literal)
Item
Tag (Inherited from PureCircuitAPI.Literal)

Methods

CompareTo(Object) (Inherited from PureCircuitAPI.Literal)
CompareTo(Object, IComparer) (Inherited from PureCircuitAPI.Literal)
CompareTo(PureCircuitAPI+Literal) (Inherited from PureCircuitAPI.Literal)
Equals(Object) (Inherited from PureCircuitAPI.Literal)
Equals(Object, IEqualityComparer) (Inherited from PureCircuitAPI.Literal)
Equals(PureCircuitAPI+Literal) (Inherited from PureCircuitAPI.Literal)
GetHashCode() (Inherited from PureCircuitAPI.Literal)
GetHashCode(IEqualityComparer) (Inherited from PureCircuitAPI.Literal)
ToString() (Inherited from PureCircuitAPI.Literal)

Applies to