Skip to content

Commit

Permalink
add next steps: submit to ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Feb 22, 2024
1 parent b7d8487 commit 7d00b72
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/transpile/create-a-transpiler-plugin.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -497,12 +497,22 @@
"source": [
"If our example plugin were installed, then the name `my_clifford_synthesis` would appear in this list."
]
},
{
"cell_type": "markdown",
"id": "a48c2d0b-c402-4b83-ae2e-42c33fe1720e",
"metadata": {},
"source": [
"<Admonition type=\"tip\" title=\"Recommendation\">\n",
" - [Submit your plugin to the Qiskit Ecosystem!](https://github.com/Qiskit/ecosystem?tab=readme-ov-file#how-to-join).\n",
"</Admonition>"
]
}
],
"metadata": {
"description": "How to create a Qiskit transpiler plugin.",
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -516,7 +526,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3"
},
"title": "Create a transpiler plugin"
},
Expand Down

0 comments on commit 7d00b72

Please sign in to comment.