Commit 7c583fbe authored by Nguyen, Thien Minh's avatar Nguyen, Thien Minh
Browse files

Cleanup some unused include's



Signed-off-by: default avatarThien Nguyen <nguyentm@ornl.gov>
parent d62b8e9b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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">;
+1 −1
Original line number Diff line number Diff line
@@ -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,