q5m.js - Quantum Computing Library - v0.1.1
    Preparing search index...

    Type Alias GroverOracle

    GroverOracle: AmplitudeOracle

    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.

    A binary string representing an item in the search space.

    true if the input is a marked item, false otherwise.