BooleanExpression¶
-
class
BooleanExpression
(expression, name=None)[source]¶ Bases:
qiskit.circuit.classicalfunction.classical_element.ClassicalElement
The Boolean Expression gate.
- Parameters
expression (str) – The logical expression string.
name (str) – Optional. Instruction gate name. Otherwise part of the expression is going to be used.
Methods
Add a decomposition of the instruction to the SessionEquivalenceLibrary.
Assemble a QasmQobjInstruction
Validation and handling of the arguments and its relationship.
Add classical condition on register or cbit classical and value val.
Return controlled version of gate.
Copy of the instruction.
Create a BooleanExpression from the string in the DIMACS format.
Invert this instruction.
Return True .IFF.
DEPRECATED: use instruction.reverse_ops().
Creates a unitary gate as gate^exponent.
Return a default OpenQASM string for the instruction.
Creates an instruction with gate repeated n amount of times.
For a composite instruction, reverse the order of sub-instructions.
Evaluate the expression on a bitstring.
Soft comparison between gates.
Synthesis the logic network into a
QuantumCircuit
.Return a Numpy.array for the gate unitary matrix.
Gate parameters should be int, float, or ParameterExpression
Attributes
-
decompositions
¶ Get the decompositions of the instruction from the SessionEquivalenceLibrary.
-
definition
¶ Return definition in terms of other basic gates.
-
duration
¶ Get the duration.
-
label
¶ Return instruction label
- Return type
str
-
params
¶ return instruction params.
-
unit
¶ Get the time unit of duration.