sf¶
The Strawberry Fields codebase includes a number of complementary components.
These can be separated into frontend components, applications layer,
and backend components (all found within the strawberryfields.backends
submodule).
Functions¶
|
Version number of Strawberry Fields. |
|
Saves a quantum program to a Blackbird .xbb file. |
|
Load a quantum program from a Blackbird .xbb file. |
|
Strawberry Fields information. |
|
Prints the BibTeX citation for Strawberry Fields. |
|
Tests the connection to the remote backend. |
|
Configure Strawberry Fields for access to the Xanadu cloud platform by saving your account credentials. |
|
Prints the filepaths for existing configuration files to the standard output and marks the one that is active. |
|
Delete all active configuration files |
|
Delete a configuration file. |
Classes¶
|
Local quantum program executor engine. |
|
A quantum program executor engine that provides a simple interface for running remote jobs in a blocking or non-blocking manner. |
|
Represents a photonic quantum circuit. |
|
Represents a photonic quantum circuit in the time domain encoding. |
Contents
Downloads