PureCircuitAPI.Literal.PauliArray Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- 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) |