openqasm / qe-compiler

An MLIR based compiler dynamic circuit compiler for real-time control systems supporting OpenQASM 3
Other
38 stars 12 forks source link

Add an option to specify qem file type #326

Open hhorii opened 2 months ago

hhorii commented 2 months ago

This PR is to add an option to specify qem file type.

A way to link parameters is different between a qem file generated with --emit=qem and --emit=qe-qem. With this PR, link_file allows for users to specify what emit option was used to create an input qem file.