You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pr-2660/_sources/using/backends/hardware/neutralatom.rst.txt
+79
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,85 @@ Submitting
130
130
131
131
132
132
133
+
Pasqal
134
+
++++++++++++++++
135
+
136
+
Pasqal is a quantum computing hardware company that builds quantum processors from ordered neutral atoms in 2D and 3D
137
+
arrays to bring a practical quantum advantage to its customers and address real-world problems.
138
+
The currently available Pasqal QPUs are analog quantum computers, and one, named Fresnel, is available through our cloud
139
+
portal.
140
+
141
+
In order to access Pasqal's devices you need an account for `Pasqal's cloud platform <https://portal.pasqal.cloud>`__
142
+
and an active project. Although a different interface, `Pasqal's Pulser library <https://pulser.readthedocs.io/en/latest/>`__, is a good
143
+
resource for getting started with analog neutral atom quantum computing. For support you can also use `Pasqal Community <https://community.pasqal.com/>`__.
144
+
145
+
146
+
.. _pasqal-backend:
147
+
148
+
Setting Credentials
149
+
```````````````````
150
+
151
+
An authentication token for the session must be obtained from Pasqal's cloud platform.
152
+
For example from Python one can use the `pasqal-cloud package <https://github.com/pasqal-io/pasqal-cloud>`__ as below:
@@ -3877,6 +3879,12 @@ <h2>Platform<a class="headerlink" href="#platform" title="Permalink to this head
3877
3879
<dd><p>The <a class="reference internal" href="#classcudaq_1_1OrcaRemoteRESTQPU"><span class="std std-ref">OrcaRemoteRESTQPU</span></a> is a subtype of <a class="reference internal" href="#classcudaq_1_1QPU"><span class="std std-ref">QPU</span></a> that enables the execution of CUDA-Q kernels on remotely hosted quantum computing services via a REST Client / Server interaction. This type is meant to be general enough to support any remotely hosted service. Moreover, this <a class="reference internal" href="#classcudaq_1_1QPU"><span class="std std-ref">QPU</span></a> handles launching kernels under the Execution Context that includes sampling via synchronous client invocations. </p>
<dd><p>The <code class="docutils literal notranslate"><a class="reference internal" href="#classcudaq_1_1PasqalBaseQPU"><span class="std std-ref"><span class="pre">PasqalBaseQPU</span></span></a></code> is a <a class="reference internal" href="#classcudaq_1_1QPU"><span class="std std-ref">QPU</span></a> that allows users to submit kernels to the Pasqal machine. </p>
0 commit comments