documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Serverless page should mention it's using the same account file

Open jyu00 opened this issue 1 year ago • 1 comments

URL to the relevant documentation

https://docs.quantum.ibm.com/guides/qiskit-serverless

Select all that apply

  • [ ] typo
  • [ ] code bug
  • [ ] out-of-date content
  • [ ] broken link
  • [X] other

Describe the fix.

The code example on this page has

serverless = IBMServerlessClient("YOUR_IBM_QUANTUM_TOKEN")

It should mention that you can use save_account() to save the account credential. More importantly, if you do use save_account, it uses the same file as QiskitRuntimeService.save_account()! People may inadvertently overwrite that file if they don't know both services use the same one.

cc @pandasa123, @jenglick

jyu00 avatar Aug 14 '24 18:08 jyu00

Addressing in https://github.com/Qiskit/documentation/pull/1783/commits/88dac2e3206c180d50f70ef754e2939f644b7daa

abbycross avatar Aug 19 '24 17:08 abbycross

Merged!

abbycross avatar Sep 05 '24 14:09 abbycross