qlauncher.routines.qiskit.algorithms.grover#
Summary#
Classes:
Reference#
- class qlauncher.routines.qiskit.algorithms.grover.Grover(n_shots: int, **alg_kwargs)[source]#
Bases:
Algorithm[GroverCircuit,QiskitBackend]- run(problem: GroverCircuit, backend: QiskitBackend) Result[source]#
Runs the algorithm on a specific problem using a backend.