Skip to content

Commit

Permalink
Update src/lib/gates.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mitschabaude authored Nov 1, 2023
1 parent f69c962 commit 5065ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/gates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function xor(
*
* More generally, the generic gate controls the coefficients (denoted `c_`) in the equation:
*
* `c_l*l + c_r*r + c_o+o + c_m*l*r + c_c === 0`
* `c_l*l + c_r*r + c_o*o + c_m*l*r + c_c === 0`
*/
function generic(
coefficients: {
Expand Down

0 comments on commit 5065ac7

Please sign in to comment.