Skip to content

Commit 4fbec1e

Browse files
committed
Removed mention of `decompose_operation`. Issue quantumlib#5497 talks about updating the IonQ documentation to describe the use of transformers for compilation introduced in quantumlib#5479. This commit does not address that.
1 parent 250f129 commit 4fbec1e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: docs/hardware/ionq/circuits.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ these gates are one or two qubit gates which support the `unitary` protocol
9696
for the gate), there is support for compiling these into API supported gates.
9797
This conversion may not be optimal, but it does produce a valid API circuit.
9898

99-
This support is given by the `cirq_ionq.IonQAPIDevice` and its
100-
`decompose_operation` method. On way to use this is to pass the device
99+
This support is given by the `cirq_ionq.IonQAPIDevice`.
100+
On way to use this is to pass the device
101101
to a circuit, and these decompositions will be automatically applied while
102102
the circuit is being constructed:
103-
python
104-
```
103+
104+
```python
105105
q0 = cirq.LineQubit(0)
106106
device = ionq.IonQAPIDevice([q0])
107107
circuit = cirq.Circuit(device=device)
@@ -121,4 +121,3 @@ circuit.
121121
[How to use the service API](jobs.md)
122122

123123
[Get information about QPUs from IonQ calibrations](calibrations.md)
124-

0 commit comments

Comments
 (0)