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