Oracle¶
- class Oracle(*args, **kwargs)[source]¶
Base class for oracles.
This method should initialize the module and use an exception if a component of the module is not available.
- Parameters
args (list) – args
kwargs (dict) – kwargs
Attributes
returns ancillary register
returns output register
returns variable register
Methods
Construct the oracle circuit.