Advanced Topics¶
Take your quantum programming to the next level with advanced features. Learn how to interoperate with other frameworks, optimize your circuits, and utilize special data structures.
Import & Export
Work with standard formats like OpenQASM and Stim, or use Mimiq’s internal Protobuf format.
Compilation
Optimize your circuits for execution. Learn about remove_unused, remove_swaps and other compilation passes.
Special Topics
Deep dive into specialized features like the BitString class for classical register manipulation.