Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation for hardware access #95

Open
trbromley opened this issue Feb 7, 2022 · 0 comments
Open

Update documentation for hardware access #95

trbromley opened this issue Feb 7, 2022 · 0 comments
Labels
documentation Documentation issues

Comments

@trbromley
Copy link
Contributor

This section contains an outdated method of saving the Xanadu Cloud API token:

import strawberryfields as sf
sf.store_account("my_token")

It should be updated to use the new XCC-based approach as outlined here:

import xcc
xcc.Settings(REFRESH_TOKEN="Xanadu Cloud API key goes here").save()
@dime10 dime10 added bug Something isn't working documentation Documentation issues and removed bug Something isn't working labels May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation issues
Projects
None yet
Development

No branches or pull requests

2 participants