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

Use bool type for Result



Signed-off-by: default avatarThien Nguyen <nguyentm@ornl.gov>
parent 49d32cd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ struct Qubit {
  Qubit(uint64_t idVal) : id(idVal) {}
};

using Result = uint64_t;
using Result = bool;

struct Array {
  // Vector of bytes