qlauncher.routines.qiskit.algorithms.shor#
Summary#
Classes:
Reference#
- class qlauncher.routines.qiskit.algorithms.shor.Shor(n_shots: int, **alg_kwargs)[source]#
Bases:
Algorithm[ShorCircuit,QiskitBackend]- run(problem: ShorCircuit, backend: QiskitBackend) Result[source]#
Runs the algorithm on a specific problem using a backend.