Skip to content

Commit

Permalink
🩹 fix for u gate identifier not being recognized
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
  • Loading branch information
burgholzer committed Apr 1, 2023
1 parent 5a0080e commit 866a3c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/operations/OpType.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ namespace qc {
{"ctdg", OpType::Tdag},
{"v", OpType::V},
{"vdg", OpType::Vdag},
{"u", OpType::U3},
{"cu", OpType::U3},
{"u3", OpType::U3},
{"cu3", OpType::U3},
{"u2", OpType::U2},
Expand Down

0 comments on commit 866a3c3

Please sign in to comment.