Skip to content

Commit

Permalink
fix equation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeziere committed Aug 24, 2024
1 parent 41e4b5f commit 5fe0115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fraction of the output after applying the modulus constraint, that is,
```math
\\rho_{i+1} = \\begin{cases}
ER(\\rho_i) & \\rho \\in support \\\\
\\rho_i - \\beta ER(\\rho_i) & \\rho \notin support
\\rho_i - \\beta * ER(\\rho_i) & \\rho \\notin support
\\end{cases}
```
Expand Down

0 comments on commit 5fe0115

Please sign in to comment.