@@ -4,101 +4,105 @@ title: Hardware
44landing_page :
55 nav : left
66 rows :
7- - heading : Represent a quantum hardware device
8- description : Define the characteristics and constraints of quantum hardware devices, to support running circuits on those devices.
9- options :
10- - cards
11- items :
12- - heading : Devices
13- description : Represent the constraints a device imposes on runnable circuits with the Device class.
14- path : /cirq/hardware/devices
7+ - heading : Represent a quantum hardware device
8+ description : Define the characteristics and constraints of quantum hardware devices,
9+ to support running circuits on those devices.
10+ options :
11+ - cards
12+ items :
13+ - heading : Devices
14+ description : Represent the constraints a device imposes on runnable circuits
15+ with the Device class.
16+ path : /cirq/hardware/devices
1517
16- - heading : Run a circuit on a hardware device
17- description : Cirq provides interfaces for running your circuits on quantum hardware provided by many different services.
18- options :
19- - cards
20- items :
21- - heading : Qubit Picking
22- description : Information to help you pick good qubits for running your circuit on a hardware or hardware-like device.
23- path : /cirq/hardware/qubit_picking
18+ - heading : Run a circuit on a hardware device
19+ description : Cirq provides interfaces for running your circuits on quantum hardware
20+ provided by many different services.
21+ options :
22+ - cards
23+ items :
24+ - heading : Qubit Picking
25+ description : Information to help you pick good qubits for running your circuit
26+ on a hardware or hardware-like device.
27+ path : /cirq/hardware/qubit_picking
2428
25- - heading : AQT hardware
26- description : Cirq's interface with Alpine Quantum Technologies hardware.
27- options :
28- - cards
29- items :
30- - heading : Access and authentication
31- description : How to gain access.
32- path : /cirq/hardware/aqt/access
33- - heading : Getting started with AQT hardware
34- description : How to run your first circuit.
35- path : /cirq/hardware/aqt/getting_started
29+ - heading : AQT hardware
30+ description : Cirq's interface with Alpine Quantum Technologies hardware.
31+ options :
32+ - cards
33+ items :
34+ - heading : Access and authentication
35+ description : How to gain access.
36+ path : /cirq/hardware/aqt/access
37+ - heading : Getting started with AQT hardware
38+ description : How to run your first circuit.
39+ path : /cirq/hardware/aqt/getting_started
3640
37- - heading : Azure Quantum
38- description : Cirq's interface with Microsoft Azure Quantum services.
39- options :
40- - cards
41- items :
42- - heading : Access and authentication
43- description : How to gain access.
44- path : /cirq/hardware/azure-quantum/access
45- - heading : Getting started with Honeywell on AQT hardware
46- description : How to run your first circuit on a Honeywell device.
47- path : /cirq/hardware/azure-quantum/getting_started_honeywell
48- - heading : Getting started with IonQ on AQT hardware
49- description : How to run your first circuit on an IonQ device.
50- path : /cirq/hardware/azure-quantum/getting_started_ionq
41+ - heading : Azure Quantum
42+ description : Cirq's interface with Microsoft Azure Quantum services.
43+ options :
44+ - cards
45+ items :
46+ - heading : Access and authentication
47+ description : How to gain access.
48+ path : /cirq/hardware/azure-quantum/access
49+ - heading : Getting started with Honeywell on AQT hardware
50+ description : How to run your first circuit on a Honeywell device.
51+ path : /cirq/hardware/azure-quantum/getting_started_honeywell
52+ - heading : Getting started with IonQ on AQT hardware
53+ description : How to run your first circuit on an IonQ device.
54+ path : /cirq/hardware/azure-quantum/getting_started_ionq
5155
52- - heading : IonQ hardware
53- description : Cirq's interface with IonQ hardware.
54- options :
55- - cards
56- items :
57- - heading : Access and authentication
58- description : How to gain access.
59- path : /cirq/hardware/ionq/access
60- - heading : Getting started with IonQ hardware
61- description : How to run your first circuit.
62- path : /cirq/hardware/ionq/getting_started
63- - heading : IonQ API Service
64- description : Using the IonQ API.
65- path : /cirq/hardware/ionq/service
66- - heading : IonQ API circuits
67- description : Writing circuits for the IonQ API.
68- path : /cirq/hardware/ionq/circuits
69- - heading : Running IonQ API jobs
70- description : How to run jobs with the IonQ API.
71- path : /cirq/hardware/ionq/jobs
72- - heading : IonQ API calibrations
73- description : How to get hardware device calibration data through the IonQ API.
74- path : /cirq/hardware/ionq/calibrations
56+ - heading : IonQ hardware
57+ description : Cirq's interface with IonQ hardware.
58+ options :
59+ - cards
60+ items :
61+ - heading : Access and authentication
62+ description : How to gain access.
63+ path : /cirq/hardware/ionq/access
64+ - heading : Getting started with IonQ hardware
65+ description : How to run your first circuit.
66+ path : /cirq/hardware/ionq/getting_started
67+ - heading : IonQ API Service
68+ description : Using the IonQ API.
69+ path : /cirq/hardware/ionq/service
70+ - heading : IonQ API circuits
71+ description : Writing circuits for the IonQ API.
72+ path : /cirq/hardware/ionq/circuits
73+ - heading : Running IonQ API jobs
74+ description : How to run jobs with the IonQ API.
75+ path : /cirq/hardware/ionq/jobs
76+ - heading : IonQ API calibrations
77+ description : How to get hardware device calibration data through the IonQ API.
78+ path : /cirq/hardware/ionq/calibrations
7579
76- - heading : Pasqal hardware
77- description : Cirq's interface with Pasqal hardware.
78- options :
79- - cards
80- items :
81- - heading : Access and authentication
82- description : How to gain access.
83- path : /cirq/hardware/pasqal/access
84- - heading : Getting started with Pasqal hardware
85- description : How to run your first circuit.
86- path : /cirq/hardware/pasqal/getting_started
87- - heading : Pasqal devices
88- description : Device objects to specify Pasqal hardware.
89- path : /cirq/hardware/pasqal/devices
90- - heading : Pasqal sampler
91- description : Sampler objects to run on Pasqal hardware.
92- path : /cirq/hardware/pasqal/sampler
80+ - heading : Pasqal hardware
81+ description : Cirq's interface with Pasqal hardware.
82+ options :
83+ - cards
84+ items :
85+ - heading : Access and authentication
86+ description : How to gain access.
87+ path : /cirq/hardware/pasqal/access
88+ - heading : Getting started with Pasqal hardware
89+ description : How to run your first circuit.
90+ path : /cirq/hardware/pasqal/getting_started
91+ - heading : Pasqal devices
92+ description : Device objects to specify Pasqal hardware.
93+ path : /cirq/hardware/pasqal/devices
94+ - heading : Pasqal sampler
95+ description : Sampler objects to run on Pasqal hardware.
96+ path : /cirq/hardware/pasqal/sampler
9397
94- - heading : Rigetti hardware
95- description : Cirq's interface with Rigetti hardware.
96- options :
97- - cards
98- items :
99- - heading : Access and authentication
100- description : How to gain access.
101- path : /cirq/hardware/rigetti/access
102- - heading : Getting started with Rigetti hardware
103- description : How to run your first circuit.
104- path : /cirq/hardware/rigetti/getting_started
98+ - heading : Rigetti hardware
99+ description : Cirq's interface with Rigetti hardware.
100+ options :
101+ - cards
102+ items :
103+ - heading : Access and authentication
104+ description : How to gain access.
105+ path : /cirq/hardware/rigetti/access
106+ - heading : Getting started with Rigetti hardware
107+ description : How to run your first circuit.
108+ path : /cirq/hardware/rigetti/getting_started
0 commit comments