Skip to content

Commit

Permalink
removed additional trailing spaces and blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambdauv committed Oct 16, 2024
1 parent 89ccfd4 commit 13b7d36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions workstreams/Temporal_Order_Workstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ the information regarding the time-order of quantum instruction execution.
Specifically, the default behavior for executing QIR on quantum backends

Check warning on line 7 in workstreams/Temporal_Order_Workstream.md

View workflow job for this annotation

GitHub Actions / Check spelling, linting and links

word (backends)
is to execute the quantum instructions sequentially in the order they are
laid out within code blocks which themselves are sequentially linked
through the branching terminator statement (`br`) of each code block
through the branching terminator statement (`br`) of each code block
until the last code block with a terminator `ret`. This is however,
in general, inefficient for wide quantum circuits. Additional time
overhead degrades the overall quantum circuit fidelity due to finite
Expand Down Expand Up @@ -53,7 +53,7 @@ structured with temporal order allowing for parallel execution of instructions,
the QIR code block should have a new attribute `time-order` with value
`parallel`. In cases where we want to have the instructions in a block to be
executed sequentially by the backend,
`time-order` should have a value `sequential`.
`time-order` should have a value `sequential`.

The execution efficiency could be even further improved if quantum instructions
that could be executed in parallel have fairly different physical lengths.
Expand All @@ -80,7 +80,6 @@ quantum instructions including `sync` within a QIR code block and sequentially
link the QIR code blocks through terminators to achieve the optimal temporal
runtime efficiency.


## Dependencies & Related Projects

The specification of this Temporal Order should naturally
Expand Down

0 comments on commit 13b7d36

Please sign in to comment.