Skip to content

Commit

Permalink
Update CircUtils.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdilkes committed Aug 11, 2023
1 parent 6999e57 commit 337a987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tket/src/Circuit/CircUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ Circuit with_TK2(Gate_ptr op) {
case OpType::XXPhase:
return CircPool::XXPhase_using_TK2(params[0]);
case OpType::YYPhase:
return CircPool::YYPhase_using_TK2(params[0]);
case OpType::ZZPhase:
return CircPool::ZZPhase_using_TK2(params[0]);
case OpType::ZZMax:
Expand Down

0 comments on commit 337a987

Please sign in to comment.