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 |
|---|---|
abstract base class for all backends |
|
dict-like container for measurement outcomes |
|
handle representing a submitted circuit execution |
|
container for raw execution results |
|
enumeration of job lifecycle states |