-
-
Notifications
You must be signed in to change notification settings - Fork 50
Labels
MLIRAnything related to MLIRAnything related to MLIRc++Anything related to C++ codeAnything related to C++ codefeatureNew feature or requestNew feature or request
Milestone
Description
Problem Statement
Compiling a quantum computation to a specific hardware requires that the specific hardware qubits can be addressed in the intermediate representation. Currently, there is no dialect in MLIR that allows for static addressing of qubits, as both allocate qubits dynamically.
Proposed Solution
A new dialect MQTMem should be defined following the structure of MQTDyn and implementing all the quantum operations. The main difference is that there will not be a dynamic allocation of qubits; rather, the qubits are addressed statically.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
MLIRAnything related to MLIRAnything related to MLIRc++Anything related to C++ codeAnything related to C++ codefeatureNew feature or requestNew feature or request