Loading mlir/dialect/include/Quantum/QuantumOps.h +0 −5 Original line number Diff line number Diff line Loading @@ -13,10 +13,5 @@ #include "mlir/IR/OpDefinition.h" #include "mlir/Interfaces/SideEffectInterfaces.h" #include "mlir/IR/Attributes.h" #include "mlir/IR/Builders.h" #include "mlir/Interfaces/ControlFlowInterfaces.h" #include "mlir/Interfaces/LoopLikeInterface.h" #define GET_OP_CLASSES #include "Quantum/QuantumOps.h.inc" No newline at end of file mlir/dialect/include/Quantum/QuantumOps.td +0 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,6 @@ include "QuantumDialect.td" include "mlir/Interfaces/SideEffectInterfaces.td" include "mlir/Interfaces/ControlFlowInterfaces.td" include "mlir/Interfaces/LoopLikeInterface.td" def QubitType : OpaqueType<"quantum", "Qubit", "opaque qubit type">; def ResultType : OpaqueType<"quantum", "Result", "opaque result type">; Loading mlir/qir_qrt/qir-qrt.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ std::shared_ptr<xacc::Accelerator> qpu; std::string qpu_name = "qpp"; std::string qpu_config = ""; QRT_MODE mode = QRT_MODE::FTQC; bool enable_extended_nisq = true; bool enable_extended_nisq = false; std::unordered_map<Result *, size_t> nisq_result_to_creg_idx = {}; std::vector<std::unique_ptr<Array>> allocated_arrays; // Map of single-qubit allocations, Loading Loading
mlir/dialect/include/Quantum/QuantumOps.h +0 −5 Original line number Diff line number Diff line Loading @@ -13,10 +13,5 @@ #include "mlir/IR/OpDefinition.h" #include "mlir/Interfaces/SideEffectInterfaces.h" #include "mlir/IR/Attributes.h" #include "mlir/IR/Builders.h" #include "mlir/Interfaces/ControlFlowInterfaces.h" #include "mlir/Interfaces/LoopLikeInterface.h" #define GET_OP_CLASSES #include "Quantum/QuantumOps.h.inc" No newline at end of file
mlir/dialect/include/Quantum/QuantumOps.td +0 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,6 @@ include "QuantumDialect.td" include "mlir/Interfaces/SideEffectInterfaces.td" include "mlir/Interfaces/ControlFlowInterfaces.td" include "mlir/Interfaces/LoopLikeInterface.td" def QubitType : OpaqueType<"quantum", "Qubit", "opaque qubit type">; def ResultType : OpaqueType<"quantum", "Result", "opaque result type">; Loading
mlir/qir_qrt/qir-qrt.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ std::shared_ptr<xacc::Accelerator> qpu; std::string qpu_name = "qpp"; std::string qpu_config = ""; QRT_MODE mode = QRT_MODE::FTQC; bool enable_extended_nisq = true; bool enable_extended_nisq = false; std::unordered_map<Result *, size_t> nisq_result_to_creg_idx = {}; std::vector<std::unique_ptr<Array>> allocated_arrays; // Map of single-qubit allocations, Loading