Skip to content

Commit

Permalink
[DOC] Add reference to Azure Quantum
Browse files Browse the repository at this point in the history
  • Loading branch information
anneclairelh committed Dec 4, 2023
1 parent 8c5d966 commit 1a97871
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tutorials/advanced_features/Backends for Sequence Execution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,23 @@
"source": [
"The same could be done with the results from `EmuTNBackend` or even from `QPUBackend`, as they all share the same format."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 6. Alternative user interfaces for using remote backends"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Once you have created a Pulser sequence, you can also use specialized Python SDKs to send it for execution:\n",
"\n",
"- the [pasqal-cloud](https://github.com/pasqal-io/pasqal-cloud/) Python SDK, developed by PASQAL and used under-the-hood by Pulser's remote backends.\n",
"- Azure's Quantum Development Kit (QDK) which you can use by creating an [Azure Quantum workspace](https://learn.microsoft.com/en-gb/azure/quantum/provider-pasqal) directly integrated with PASQAL emulators and QPU."
]
}
],
"metadata": {
Expand Down

0 comments on commit 1a97871

Please sign in to comment.