Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mankai-chow committed Jun 5, 2024
1 parent 5f9265d commit c02c8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit c02c8ba

Please sign in to comment.