Dear Xanadu Team,
I just got my Xanadu Token to access the hardware and I’m eager to try it.
I wanted to follow this blog entry: Using PennyLane and Strawberry Fields to run programs on Xanadu hardware but this (here with a token replacement):
import strawberryfields as sf
import pennylane as qml
sf.store_account("e1x2a3m4p5l6e7")
tells me :
AttributeError: module 'strawberryfields' has no attribute 'store_account'
I secondly tried to follow the xcc -steps, described here : Hardware and cloud — Strawberry Fields 0.21.0 documentation but when using (here with a token replacement)
xcc config set REFRESH_TOKEN "e1x2a3m4p5l6e7"
I get
SyntaxError: invalid syntax
I just copied my token one-to-one (alo tried with a regenerated one) into the " ".
My versions are:
pennylane = 0.20.0
strawberryfields =0.21.0
xanadu-cloud-client = 0.1.2
Any suggestions what might be my problem?
Thanks a lot and best regards,
Pia