qailab.qlauncher.passes.forward
Forward pass algorithm implementation in quantum_launcher.
Reference
- 
class qailab.qlauncher.passes.forward.ForwardPass(shots: int = 1024)[source]
- Bases: - Algorithm
 - Forward Pass - 
 - 
- 
run(problem: Problem, backend: Backend, formatter: Callable[[...], Any] | None = None) → Result[source]
- Runs the algorithm on a specific problem using a backend. - 
- Parameters:
-