Skip to content

Commit

Permalink
Make Jordan MPO matrix render properly in MPOHamiltonian docstring (#…
Browse files Browse the repository at this point in the history
…212)

* make Jordan MPO matrix render properly in MPOHamiltonian docstring

* more escaping
  • Loading branch information
VictorVanthilt authored Dec 17, 2024
1 parent 17da2d2 commit 0428ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/operators/mpohamiltonian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ all the sites are represented by an upper triangular block matrix of the followi
```math
\\begin{pmatrix}
1 C D
0 A B
0 0 1
1 & C & D \\\\
0 & A & B \\\\
0 & 0 & 1
\\end{pmatrix}
```
Expand Down

0 comments on commit 0428ee4

Please sign in to comment.