Skip to content

Commit c719797

Browse files
committed
♻️📝 do not run search space visualization as part of docs build
given how the output was never displayed correctly anyways, this might as well be removed from the docs. That way, we do not need graphviz as well. Signed-off-by: burgholzer <[email protected]>
1 parent 6fbee31 commit c719797

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

docs/Mapping.ipynb

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -265,36 +265,6 @@
265265
"\n",
266266
"qc_mapped_w_teleport.draw(output=\"mpl\")"
267267
]
268-
},
269-
{
270-
"cell_type": "markdown",
271-
"metadata": {},
272-
"source": [
273-
"### Visualizing search graphs\n",
274-
"\n",
275-
"For deeper insight into a specific mapping process one can visualize the search graphs generated during heuristic mapping."
276-
]
277-
},
278-
{
279-
"cell_type": "code",
280-
"execution_count": null,
281-
"metadata": {},
282-
"outputs": [],
283-
"source": [
284-
"from mqt.qmap import compile # noqa: A004\n",
285-
"from mqt.qmap.visualization import SearchVisualizer\n",
286-
"\n",
287-
"visualizer = SearchVisualizer()\n",
288-
"qc_mapped, res = compile(qc, arch, method=\"heuristic\", visualizer=visualizer)\n",
289-
"visualizer.visualize_search_graph()"
290-
]
291-
},
292-
{
293-
"cell_type": "markdown",
294-
"metadata": {},
295-
"source": [
296-
"There exist a wide range of customizations for these visualizations. Please refer to the [reference documentation](library/Visualization.rst) for more information."
297-
]
298268
}
299269
],
300270
"metadata": {

0 commit comments

Comments
 (0)