Skip to content

Commit

Permalink
docs: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaoyilunnn committed Nov 23, 2023
1 parent 7e041e1 commit bfc02c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pytest tests/

The following code snippet shows the basic usage of qdao. You can configure the `num_primary` parameter to reduce the memory occupation.

$\text{memory} = 2^{\text{num\_primary}} * 16 \text{ Byte}$
$\text{memory consumption} = 2^{num\_primary} * 16 \text{ Byte}$

```Python
from qdao import Engine
Expand Down

0 comments on commit bfc02c9

Please sign in to comment.