Skip to content

Commit

Permalink
feat: add tk2 op type
Browse files Browse the repository at this point in the history
  • Loading branch information
johnchildren committed Aug 23, 2023
1 parent 38a948f commit c61207b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/optype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ pub enum OpType {
/// \mathrm{Rx}(\beta) \mathrm{Rz}(\gamma) \f$
TK1,

/// \f$ \mathrm{TK1}(\alpha, \beta, \gamma) = \mathrm{XXPhase}(\alpha)
/// \mathrm{YYPhase}(\beta) \mathrm{ZZPhase}(\gamma) \f$
TK2,

/// Controlled \ref OpType::X
CX,

Expand Down

0 comments on commit c61207b

Please sign in to comment.