Skip to content

Commit

Permalink
Export Stdlib AND (#1834)
Browse files Browse the repository at this point in the history
This was supposed to be exported, but twas not...
  • Loading branch information
sezna authored Aug 13, 2024
1 parent 084cb07 commit 0d746d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/intrinsic.qs
Original file line number Diff line number Diff line change
Expand Up @@ -1155,5 +1155,5 @@ namespace Microsoft.Quantum.Intrinsic {
body intrinsic;
}

export CCNOT, CNOT, Exp, H, I, M, Measure, R, R1, R1Frac, Reset, ResetAll, RFrac, Rx, Rxx, Ry, Ryy, Rz, Rzz, S, SWAP, T, X, Y, Z, Message;
export AND, CCNOT, CNOT, Exp, H, I, M, Measure, R, R1, R1Frac, Reset, ResetAll, RFrac, Rx, Rxx, Ry, Ryy, Rz, Rzz, S, SWAP, T, X, Y, Z, Message;
}

0 comments on commit 0d746d0

Please sign in to comment.