Skip to content

Commit

Permalink
sphinx typos
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillermoAbadLopez committed Nov 11, 2024
1 parent f5e300d commit 0e9c5cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/qililab/digital/circuit_transpiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def transpile_circuits(
And finally, it converts the native gate circuit to a pulse schedule using calibrated settings from the runcard.
If ``optimize=True`` (default behaviour), then it also does some circuit optimization:
- cancelling adjacent pairs of Hermitian gates (H, X, Y, Z, CNOT, CZ and SWAPs).
- applying virtual Z gates and phase corrections (adding up several pulses into a single one, commuting them with virtual Zs).
Expand Down
2 changes: 2 additions & 0 deletions src/qililab/execute_circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ def execute(
The transpilation is done with the :class:`CircuitTranspiler`, ``transpile_circuits()`` method, refer to it for more detailed information,
but the main stages of this process are:
- Making the routing and placement of the circuit into the chip physical connectivity.
- Translates the gates into the system native's gates (CZ, RZ, Drag, Wait and M (Measurement).
- Converts the native gates to a pulse schedule using calibrated settings from the runcard.
If ``optimize=True`` (default behaviour), then the transpilation also does some circuit optimization:
- cancelling adjacent pairs of Hermitian gates (H, X, Y, Z, CNOT, CZ and SWAPs).
- applying virtual Z gates and phase corrections (adding up several pulses into a single one, commuting them with virtual Zs).
Expand Down
4 changes: 4 additions & 0 deletions src/qililab/platform/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -916,11 +916,13 @@ def execute(
The transpilation is done with the :class:`CircuitTranspiler`, ``transpile_circuits()`` method, refer to it for more detailed information,
but the main stages of this process are:
- Making the routing and placement of the circuit into the chip physical connectivity.
- Translates the gates into the system native's gates (CZ, RZ, Drag, Wait and M (Measurement).
- Converts the native gates to a pulse schedule using calibrated settings from the runcard.
If ``optimize=True`` (default behaviour), then the transpilation also does some circuit optimization:
- cancelling adjacent pairs of Hermitian gates (H, X, Y, Z, CNOT, CZ and SWAPs).
- applying virtual Z gates and phase corrections (adding up several pulses into a single one, commuting them with virtual Zs).
Expand Down Expand Up @@ -1053,11 +1055,13 @@ def compile(
The transpilation is done with the :class:`CircuitTranspiler`, ``transpile_circuits()`` method, refer to it for more detailed information,
but the main stages of this process are:
- Making the routing and placement of the circuit into the chip physical connectivity.
- Translates the gates into the system native's gates (CZ, RZ, Drag, Wait and M (Measurement).
- Converts the native gates to a pulse schedule using calibrated settings from the runcard.
If ``optimize=True`` (default behaviour), then the transpilation also does some circuit optimization:
- cancelling adjacent pairs of Hermitian gates (H, X, Y, Z, CNOT, CZ and SWAPs).
- applying virtual Z gates and phase corrections (adding up several pulses into a single one, commuting them with virtual Zs).
Expand Down

0 comments on commit 0e9c5cb

Please sign in to comment.