API.job

Contents

API.job#

Job submission and lifecycle management for MonarQ circuit execution.

Contains the Job class, which serialises a PennyLane tape into the Thunderhead circuit format, submits it via ApiAdapter, and polls for the result with configurable retries.

Classes#

Job(circuit)

A wrapper around Thunderhead's jobs operations.