Skip to content

Commit 928ce2f

Browse files
committed
🐛 Fix cross-ref
1 parent ed98487 commit 928ce2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/na_zoned_compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Now, the created compiler can be used to compile the circuit from above.
159159
The output is in the `.naviz` format that can be read by the `MQT NAViz` tool
160160
at [github.com/cda-tum/mqt-naviz](https://github.com/cda-tum/mqt-naviz).
161161
This tool allows visualizing the resulting quantum computation.
162-
To import the architecture used for the compilation, you can use the :func:`to_namachine_file` function to export the architecture to the `.namachine` format accepted by MQT NAViz.
162+
To import the architecture used for the compilation, you can use the [`to_namachine_file`](#mqt.qmap.na.zoned.ZonedNeutralAtomArchitecture.to_namachine_file) function to export the architecture to the `.namachine` format accepted by MQT NAViz.
163163

164164
```{code-cell} ipython3
165165
from mqt.core import load

0 commit comments

Comments
 (0)