From 5fe0115edab3f9b2aa27e5b71a74391861984c54 Mon Sep 17 00:00:00 2001 From: jmeziere Date: Fri, 23 Aug 2024 23:44:25 -0600 Subject: [PATCH] fix equation --- src/Operators.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Operators.jl b/src/Operators.jl index 73604c9..7513c27 100644 --- a/src/Operators.jl +++ b/src/Operators.jl @@ -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} ```