pennylane-sf icon indicating copy to clipboard operation
pennylane-sf copied to clipboard

Update documentation for hardware access

Open trbromley opened this issue 3 years ago • 0 comments

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()

trbromley avatar Feb 07 '22 16:02 trbromley