From 3023182aad4b22c65c19eeaabd2ea9604e76ced4 Mon Sep 17 00:00:00 2001 From: Edgar Costa Date: Tue, 5 Mar 2024 14:42:34 -0500 Subject: [PATCH] 1*2^2 + 0*2 + 0 = 4 not 8 --- doc/source/acb_theta.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/acb_theta.rst b/doc/source/acb_theta.rst index 40a2e599ec..69f0eec60f 100644 --- a/doc/source/acb_theta.rst +++ b/doc/source/acb_theta.rst @@ -23,7 +23,7 @@ considering `a`, `b` and `z` as column vectors. We encode a theta characteristic `a\in \{0,1\}^g` as the :type:`ulong` between `0` and `2^g-1` that has the corresponding expansion in base 2: thus `a = -(1,0,0)` for `g = 3` will be numbered `8`. We also use this encoding to order +(1,0,0)` for `g = 3` will be numbered `4`. We also use this encoding to order vectors of theta values throughout. Similarly, a pair of characteristics `(a,b)` is encoded as an :type:`ulong` between `0` and `2^{2g}-1`, where `a` corresponds to the `g` more significant bits. With these conventions, the