Skip to content

Commit

Permalink
Improving documentation transpiler
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillermoAbadLopez committed Dec 28, 2024
1 parent 7506b2d commit 27e4874
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/qililab/digital/circuit_transpiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,13 @@ def transpile_circuit(
6. Pulse Schedule Conversion: Converts the native gates into a pulse schedule using calibrated settings from the runcard.
|
.. note::
\\*) If ``routing=False`` in ``transpile_config`` (default behavior), step 1. is skipped.
\\*) If ``routing=False`` in ``transpile_config`` (default behavior), step 1. is skipped.
\\**) If ``optimize=False`` in ``transpile_config`` (default behavior), steps 2. and 5. are skipped.
\\**) If ``optimize=False`` in ``transpile_config`` (default behavior), steps 2. and 5. are skipped.
The rest of steps are always done.
|
The rest of steps are always done.
**Examples:**
Expand Down

0 comments on commit 27e4874

Please sign in to comment.