From c02c8ba30c98b824750e9364aa6f9ec4d62557f6 Mon Sep 17 00:00:00 2001 From: Zheng Zhou Date: Tue, 4 Jun 2024 20:33:13 -0400 Subject: [PATCH] Fix typos --- docs/src/example.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/example.md b/docs/src/example.md index 3bb1bc2..9fe6c28 100644 --- a/docs/src/example.md +++ b/docs/src/example.md @@ -12,11 +12,11 @@ We also append in the end a list of ### Implement the diagonal quantum numbers and generate the configurations -`FuzzifiED` supports $\mathrm{U}(1)$ diagonal quantum numbers (QNU) +`FuzzifiED` supports ``\mathrm{U}(1)`` diagonal quantum numbers (QNU) ```math Q_i=\sum_{o=1}^{N_o}q_{io}n_o ``` -or $\mathbb{Z}_2$ diagonal quantum numbers +or ``\mathbb{Z}_n`` diagonal quantum numbers with period ``P_i`` ```math Q_i=\sum_{o=1}^{N_o}q_{io}n_o\ \mathrm{mod}\ P_i ```