Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation on transpiler plugins #781

Merged
merged 27 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7085d96
add transpiler plugin docs
kevinsung Feb 6, 2024
4312259
add notebook metadata
kevinsung Feb 7, 2024
376d90f
address comments
kevinsung Feb 8, 2024
fcde510
run notebooks using qiskit 1.0.0rc1
kevinsung Feb 12, 2024
073e7a1
link to docs on setup.cfg and setup.py
kevinsung Feb 12, 2024
e23417d
add to toc
kevinsung Feb 13, 2024
b0655cc
add instructions for checking plugin detected by qiskit
kevinsung Feb 13, 2024
bc667cf
add table of reserved names
kevinsung Feb 13, 2024
2537de0
fix typo
kevinsung Feb 15, 2024
d8d2b5d
unitary matrix is numpy array
kevinsung Feb 15, 2024
636662e
add tabs
kevinsung Feb 19, 2024
d8b48c8
add links
kevinsung Feb 19, 2024
0def014
Merge branch 'main' into kjs/transpiler-plugins
kevinsung Feb 19, 2024
ee7ae0c
document which stages use synthesis methods
kevinsung Feb 19, 2024
1ecb164
fix links
kevinsung Feb 19, 2024
f32a64f
run squeaky
kevinsung Feb 19, 2024
c3f9221
add HighLevelSynthesisPluginManager().plugins.names()
kevinsung Feb 20, 2024
55d051d
refer to transpiler stages docs
kevinsung Feb 21, 2024
4aa0df9
remove redundant link
kevinsung Feb 22, 2024
b788f73
say that examples use built-in plugins and add next steps
kevinsung Feb 22, 2024
edb7f73
clarify metadata files and add comments
kevinsung Feb 22, 2024
b7d8487
run squeaky
kevinsung Feb 22, 2024
7d00b72
add next steps: submit to ecosystem
kevinsung Feb 22, 2024
10241bc
add links to learning platform
kevinsung Feb 26, 2024
9337456
put in separate sidebard heading
kevinsung Feb 26, 2024
feb12f6
Merge branch 'main' into kjs/transpiler-plugins
kevinsung Feb 27, 2024
09b6006
lengthen descriptions
kevinsung Feb 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/transpile/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@
"title": "Write a custom transpiler pass",
"url": "/transpile/custom-transpiler-pass"
},
{
"title": "Transpiler plugins",
"children": [
{
"title": "Install and use transpiler plugins",
"url": "/transpile/transpiler-plugins"
},
{
"title": "Create a transpiler plugin",
"url": "/transpile/create-a-transpiler-plugin"
}
]
},
{
"title": "Use the transpile function",
"children": [
Expand Down
Loading
Loading