Skip to content

Commit 0c31aaf

Browse files
committed
add pass to Passes.td
1 parent f37baf2 commit 0c31aaf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • mlir/include/mlir/Dialect/MQTOpt/Transforms

mlir/include/mlir/Dialect/MQTOpt/Transforms/Passes.td

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ def GateElimination : Pass<"gate-elimination", "mlir::ModuleOp"> {
3535
}];
3636
}
3737

38+
def GateDecomposition : Pass<"gate-decomposition", "mlir::ModuleOp"> {
39+
let summary = "This pass performs various gate decompositions to translate quantum gates being used.";
40+
let description = [{
41+
}];
42+
}
43+
3844
def MergeRotationGates : Pass<"merge-rotation-gates", "mlir::ModuleOp"> {
3945
let summary = "This pass searches for consecutive applications of rotation gates that can be merged.";
4046
let description = [{

0 commit comments

Comments
 (0)