Skip to content

Commit

Permalink
Bring in changes from v0.16.0 release
Browse files Browse the repository at this point in the history
Bump to version v0.17dev0
  • Loading branch information
HGSilveri authored Dec 4, 2023
2 parents a0c59a6 + 579aa59 commit ed6f337
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16dev3
0.17dev0
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 ed6f337

Please sign in to comment.