qrisp.interface.Backend.batched#
- Backend.batched() BatchedBackend[source]#
Return a
BatchedBackendthat wraps this backend.The returned object buffers circuits submitted via
run()and executes them by forwarding each to this backend’srun()whenBatchedBackend.dispatch()is called.- Returns:
- BatchedBackend