Oracles
qiskit.aqua.components.oracles
An oracle is a black box operation used as input to another algorithm. They tend to encode a function where the goal of the algorithm is to determine some property of .
Oracles are used by Grover
and DeutschJozsa
algorithms for example.
Oracle Base Class
Oracle | Base class for oracles. |
Oracles
LogicalExpressionOracle | The Logical Expression Quantum Oracle. |
TruthTableOracle | The Truth Table-based Quantum Oracle. |
CustomCircuitOracle | The Custom Circuit-based Quantum Oracle. |
Was this page helpful?
Report a bug or request content on GitHub.