Defines the oracle function for Grover's algorithm.
The oracle is a black-box function that identifies the "marked" items
in the search space by returning true for them.
This is an alias for AmplitudeOracle to maintain API compatibility
while leveraging the Amplitude Amplification foundation.
Param: input
A binary string representing an item in the search space.
Returns
true if the input is a marked item, false otherwise.
Defines the oracle function for Grover's algorithm. The oracle is a black-box function that identifies the "marked" items in the search space by returning true for them.
This is an alias for AmplitudeOracle to maintain API compatibility while leveraging the Amplitude Amplification foundation.