[CQT-462] Write MIP mapper User documentation - #708
Open
rares1609 wants to merge 2 commits into
Open
Conversation
rares1609
requested review from
elenbaasc
and
a lite review from Copilot
and removed request for
Copilot
August 25, 2026 09:02
elenbaasc
reviewed
Aug 28, 2026
| - Analysis: | ||
| - Analysis: compilation-passes/analysis/index.md | ||
| - Circuit analyzer: compilation-passes/analysis/circuit-analyzer.md | ||
| - Decomposition: |
Collaborator
There was a problem hiding this comment.
Strange that the Measure decomposer is not there...?? It should be there in develop. It seems like this branch either does not have the latest changes in develop, or it does not compare to the latest version of develop...
Comment on lines
+18
to
+19
| It is also computes the distance $d_{kl}$ between every pair of physical qubits $k$ and | ||
| $l$, i.e. the length of the shortest path between them in the connectivity graph, using |
Collaborator
There was a problem hiding this comment.
Suggested change
| It is also computes the distance $d_{kl}$ between every pair of physical qubits $k$ and | |
| $l$, i.e. the length of the shortest path between them in the connectivity graph, using | |
| It also computes the distance $d_{kl}$ between every pair of physical qubits $k$ and | |
| $l$, _i.e._ the length of the shortest path between them in the connectivity graph, using |
| CNOT q[1], q[2] | ||
| ``` | ||
|
|
||
| The connectivity above is a line, so physical qubit `1` is the only one with two |
Collaborator
There was a problem hiding this comment.
Suggested change
| The connectivity above is a line, so physical qubit `1` is the only one with two | |
| The connectivity above represents a linear array, so physical qubit `1` is the only one with two |
|
|
||
| The connectivity above is a line, so physical qubit `1` is the only one with two | ||
| neighbours. | ||
| Virtual qubit `0` is the one interacting with both others, so it is placed there, |
Collaborator
There was a problem hiding this comment.
Suggested change
| Virtual qubit `0` is the one interacting with both others, so it is placed there, | |
| Virtual qubit `0` interact with both virtual qubits `1` and `2`, so it is placed on the position of physical qubit `1`, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.