Skip to content

Commit

Permalink
also update for ionq
Browse files Browse the repository at this point in the history
Signed-off-by: Alex McCaskey <[email protected]>
  • Loading branch information
amccaskey committed Jul 25, 2023
1 parent 8de3182 commit be29f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Optimizer/CodeGen/Passes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static void addIQMPipeline(OpPassManager &pm) {
static void addIonQPipeline(OpPassManager &pm) {
using namespace cudaq::opt;
std::string basis[] = {
"h", "s", "t", "r1", "rx", "ry",
"h", "s", "t", "rx", "ry",
"rz", "x", "y", "z", "x(1)", // TODO set to ms, gpi, gpi2
};
BasisConversionPassOptions options;
Expand Down

0 comments on commit be29f60

Please sign in to comment.