fermioniq.emulator_job#

The fermioniq.emulator_job module contains classes to set up jobs.

the computational tasks that you want to send to the quantum circuit emulator. These contain information about the circuit(s) to be run, parameters for the emulator, and more.

Classes

EmulatorJob(*, circuit[, config, ...])

Class for setting up jobs that can be sent with the Client().

JobResult(*args, status_code[, label])

Attributes:

Functions

jsonify_and_compress_inputs(job)

Wrap the configs, circuits, and noise models of an EmulatorJob in JSON.