Skip to content

Commit

Permalink
fix invalid table in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Nov 21, 2024
1 parent c4b71b3 commit 5570952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ a circuit, while optimisation level 3 will. At optimisation level 3 the default
the circuit 2-qubit gate count is not reduced after compilation.

:::{list-table} **Default compilation pass for the QuantinuumBackend**
:widths: 25 25 25
:widths: 25 25 25 25
:header-rows: 1

* - optimisation_level = 0
Expand All @@ -104,7 +104,7 @@ the circuit 2-qubit gate count is not reduced after compilation.
* - [AutoRebase [2]](inv:#*.AutoRebase)
- [SynthesiseTket](inv:#*.SynthesiseTket)
- [FullPeepholeOptimise [3]](inv:#*.passes.FullPeepholeOptimise)
- [RemoveBarriers](inv:#*.passes.RemoveBarriers)
- [RemoveBarriers](inv:#*pytket._tket.passes.RemoveBarriers)
* - [FlattenRelabelRegistersPass](inv:#*.FlattenRelabelRegistersPass)
- [NormaliseTK2 [5]](inv:#*.passes.NormaliseTK2)
- [NormaliseTK2 [5]](inv:#*.passes.NormaliseTK2)
Expand Down

0 comments on commit 5570952

Please sign in to comment.