Trouble exporting videos #290
quantum-brutus
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Sorry, there's an error in the documentation. # Get machine and style from repository
machine = Repository.machines().get("example")
style = Repository.styles().get("tum") # <-- load from the `styles`-repository instead of the `machines`-repository(Created #291 to fix the documentation) Does this work for you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello again,
I had trouble exporting a video of a naviz code on my machine. Any help would be greatly appreciated.
Python: 3.12.10
mqt-core 3.2.1 pypi_0 pypi
mqt-naviz 0.2.0 pypi_0 pypi
mqt-qmap 3.3.1 pypi_0 pypi
You can use the code example from https://mqt.readthedocs.io/projects/qmap/en/latest/na_zoned_compiler.html to generate the naviz code, written thereafter as 'naviz'.
When running :
I get the error message:
Am I doing something wrong?
Thanks for responding!
Beta Was this translation helpful? Give feedback.
All reactions