Skip to content

Commit

Permalink
kaelyn edits
Browse files Browse the repository at this point in the history
  • Loading branch information
beckykd committed Jul 15, 2024
1 parent f5e3546 commit cd87f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/represent-quantum-computers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"The qubits from our abstract circuits are called _virtual qubits_ and those on the coupling map are _physical qubits_. The transpiler provides a mapping between virtual and physical qubits. One of the first steps in transpilation, the _layout_ stage, performs this mapping.\n",
"\n",
"<Admonition type=\"note\">\n",
"Although the routing stage is intertwined with the _layout_ stage — which selects the actual qubits — by default, this topic treats as separate stages for simplicity. The combination of routing and layout is called _qubit mapping_. Learn more about these stages in the [Transpiler stages](transpiler-stages) topic.\n",
"Although the routing stage is intertwined with the _layout_ stage — which selects the actual qubits — by default, this topic treats them as separate stages for simplicity. The combination of routing and layout is called _qubit mapping_. Learn more about these stages in the [Transpiler stages](transpiler-stages) topic.\n",
"</Admonition>\n",
"\n",
"Pass the `coupling_map` keyword argument to see its effect on the transpiler:"
Expand Down Expand Up @@ -470,7 +470,7 @@
"id": "f8b516be-805d-4d0b-92f9-44d3fbe3b51f",
"metadata": {},
"source": [
"Because error information was included, the `VF2PostLayout` pass tries to find the optimal qubits to use, resulting in the same circuit that was found originally with the same physical qubits."
"Because error information was included, the `VF2PostLayout` pass tries to find the optimal qubits to use, resulting in the same circuit that was originally found with the same physical qubits."
]
},
{
Expand Down

0 comments on commit cd87f25

Please sign in to comment.