sf.api¶
Warning
Unless you are a Strawberry Fields developer, you likely do not need to use these classes directly.
This package contains the modules for the low-level Strawberry Fields program
execution API. The Connection
class mediates
the network connection to, and exposes operations provided by, a remote program
execution backend. The Job
and
Result
classes provide interfaces for managing
program execution jobs and job results respectively.
Classes¶
|
Manages remote connections to the remote job execution platform and exposes various job operations. |
|
The specifications for a specific hardware device. |
|
Represents a remote job that can be queried for its status or result. |
|
Result of a quantum computation. |
Contents
Downloads