qlauncher.routines.qiskit.algorithms.educated_guess
Algorithms for Qiskit routines
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:
-