Skip to content

Commit

Permalink
Patch: Correct Helmi URL
Browse files Browse the repository at this point in the history
  • Loading branch information
JMuff22 committed Apr 11, 2024
1 parent 39790db commit 64c2861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/intro-to-helmi-qiskit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
"source": [
"import pennylane as qml\n",
"\n",
"provider = IQMProvider(\"https://helmi.vtt.fi/cocos\")\n",
"provider = IQMProvider(\"https://qc.vtt.fi/helmi/cocos\")\n",
"backend = provider.get_backend()\n",
"\n",
"\n",
Expand Down

0 comments on commit 64c2861

Please sign in to comment.