Abstract Backend Interface#

The core abstractions that define Qrisp’s backend execution model. Every concrete backend (hardware or simulator) implements the Backend base class and returns Job handles.

Class

Description

Backend

abstract base class for all backends

MeasurementResult

dict-like container for measurement outcomes

Job

handle representing a submitted circuit execution

JobResult

container for raw execution results

JobStatus

enumeration of job lifecycle states