qrisp.interface.Backend.batched#

Backend.batched() BatchedBackend[source]#

Return a BatchedBackend that wraps this backend.

The returned object buffers circuits submitted via run() and executes them by forwarding each to this backend’s run() when BatchedBackend.dispatch() is called.

Returns:
BatchedBackend