qlauncher.routines.qiskit.algorithms.grover

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.

Parameters:
  • problem (Problem) – The problem to be solved.

  • backend (Backend) – The backend to be used for execution.

circuit(mode: str = '') QuantumCircuit | None[source]#