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.

Import and export circuits
Compilation

Optimize your circuits for execution. Learn about remove_unused, remove_swaps and other compilation passes.

Circuit Compilation & Optimization
Special Topics

Deep dive into specialized features like the BitString class for classical register manipulation.

Special Topics