enum QPanda::OperatorSpecifier¶
Overview¶
Operator specifier. More…
#include <ClassicalConditionInterface.h> enum OperatorSpecifier { PLUS, MINUS, MUL, DIV, GT, EGT, LT, ELT, EQUAL, NE, AND, OR, NOT, ASSIGN, };
Detailed Documentation¶
Operator specifier.
Enum Values¶
PLUS
Add operator type.
MINUS
Minus operator type.
MUL
Multiply operation type.
DIV
Division operation type.
GT
Greater than operation type.
EGT
Greater than or equal to operation type.
LT
Less than operation type.
ELT
Less than or equal to operation type.
EQUAL
Equal operator type.
NE
Not equal to operation type.
AND
And operation type.
OR
OR operation type.
NOT
NOT operation type.
ASSIGN
ASSIGN operation type.