File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
mlir/unittests/decomposition Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 88 * Licensed under the MIT License
99 */
1010
11+ #include " mlir/Dialect/MQTOpt/Transforms/Decomposition/EulerBasis.h"
1112#include " mlir/Dialect/MQTOpt/Transforms/Decomposition/EulerDecomposition.h"
13+ #include " mlir/Dialect/MQTOpt/Transforms/Decomposition/GateSequence.h"
1214#include " mlir/Dialect/MQTOpt/Transforms/Decomposition/Helpers.h"
1315#include " mlir/Dialect/MQTOpt/Transforms/Decomposition/UnitaryMatrices.h"
1416
1517#include < Eigen/QR>
18+ #include < array>
1619#include < cassert>
1720#include < chrono>
1821#include < cmath>
1922#include < cstdlib>
2023#include < gtest/gtest.h>
2124#include < iostream>
25+ #include < optional>
26+ #include < tuple>
2227
2328using namespace mqt ::ir::opt;
2429using namespace mqt ::ir::opt::decomposition;
You can’t perform that action at this time.
0 commit comments