The strawberryfields.remote
device in the PennyLane-Strawberryfields plugin allows for building, executing, and managing quantum programs that run directly on Xanadu’s photonic chips.
Recommended for:
To learn more, please visit the device documentation:
See all PennyLane-Strawberry Fields devices:
The strawberryfields.remote
device can be installed with:
pip install pennylane-sf
For more details on installation and dependencies, visit the PennyLane-Strawberry Fields installation page.
Initialize the device in PennyLane with:
import pennylane as qml dev = qml.device('strawberryfields.remote', backend="X8", shots=10, sf_token="your-token")
For more details on device settings and keyword arguments, see the device documentation.