qlauncher.routines.qiskit.algorithms.educated_guess

qlauncher.routines.qiskit.algorithms.educated_guess#

Algorithms for Qiskit routines

Summary#

Classes:

Reference#

class qlauncher.routines.qiskit.algorithms.educated_guess.EducatedGuess(starting_p: int = 3, max_p: int = 8, max_job_batch_size: int | None = None, verbose: bool = False)[source]#

Bases: Algorithm

run(problem: Problem, backend: QiskitBackend, formatter: Callable) 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.