quantum_launcher.routines.qiskit_routines.algorithms.educated_guess

quantum_launcher.routines.qiskit_routines.algorithms.educated_guess#

Algorithms for Qiskit routines

Summary#

Classes:

Reference#

class quantum_launcher.routines.qiskit_routines.algorithms.educated_guess.EducatedGuess(starting_p: int = 3, max_p: int = 8, verbose: bool = False)[source]#

Bases: Algorithm

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