Skip to content

Commit

Permalink
feat: Handle legacy condition optype (#59)
Browse files Browse the repository at this point in the history
add support to prevent failure when getting circuits with legacy
Condition optype

---------

Co-authored-by: Hannah McDougall <[email protected]>
Co-authored-by: Agustín Borgna <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2024
1 parent 6dd39b8 commit e4124ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/optype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ pub enum OpType {
PhasePolyBox,

/// NYI
#[serde(alias = "Condition")]
Conditional,

/// See [`StabiliserAssertionBox`]
Expand Down

0 comments on commit e4124ca

Please sign in to comment.