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[Hamiltonian,QiskitBackend]- run(problem: Hamiltonian, backend: QiskitBackend) Result[source]#
Runs the algorithm on a specific problem using a backend.