Skip to content

Commit

Permalink
Add short outline
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelynj committed Apr 4, 2024
1 parent cfccfed commit 963aae9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/transpile/unitary-synthesis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
"source": [
"# Translate instructions to basis gates\n",
"\n",
"Aside from choosing a layout and routing configuration, translating the instructions of a quantum circuit into the native basis gates of a backend is one of the most complex tasks that the transpiler must take on. This type of task is executed in several stages of the transpiler and is primarily powered by the [`UnitarySynthesis`](../api/qiskit/qiskit.transpiler.passes.UnitarySynthesis) pass."
"Aside from choosing a layout and routing configuration, translating the instructions of a quantum circuit into the native basis gates of a backend is one of the most complex tasks that the transpiler must take on. This type of task is executed in several stages of the transpiler and is primarily powered by the [`UnitarySynthesis`](../api/qiskit/qiskit.transpiler.passes.UnitarySynthesis) pass. It is also used in several stages of the preset pass managers including `init`, `translation`, and `optimization`.\n",
"\n",
"Points to cover:\n",
"\n",
"- How it works\n",
"- KAK decomposition\n",
"- Multiplexor formalism and decomposing 3+ qubit gates."
]
},
{
Expand Down

0 comments on commit 963aae9

Please sign in to comment.