Class Predicate
Represents a condition or predicate for quantum operations.
Inherited Members
Namespace: QRG.QuantumForge.Runtime
Assembly: .dll
Syntax
[Serializable]
public class Predicate
Fields
| Improve this Doc View Sourceis_equal
Indicates whether the predicate checks for equality or inequality.
Declaration
public bool is_equal
Field Value
Type | Description |
---|---|
bool |
property
The quantum property associated with this predicate.
Declaration
public QuantumProperty property
Field Value
Type | Description |
---|---|
QuantumProperty |
value
The basis value to compare against.
Declaration
[BasisValueDropdownAttribute]
public BasisValue value
Field Value
Type | Description |
---|---|
BasisValue |