Skip to content

Commit

Permalink
fix docstring [skip tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosanjose committed Apr 25, 2024
1 parent ea90409 commit 9e0f0f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/docstrings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -714,11 +714,11 @@ julia> h[sites(1), sites(2)]
1.0+0.0im 0.0+0.0im
julia> ph = h |> @hopping!((t; p = 3) -> p*t); ph[region = RP.square(1)]
4×4 OrbitalSliceMatrix{SparseArrays.SparseMatrixCSC{ComplexF64, Int64}}:
0.0+0.0im 0.0+0.0im 0.0+0.0im 3.0+0.0im
0.0+0.0im 0.0+0.0im 3.0+0.0im 0.0+0.0im
0.0+0.0im 3.0+0.0im 0.0+0.0im 0.0+0.0im
3.0+0.0im 0.0+0.0im 0.0+0.0im 0.0+0.0im
4×4 OrbitalSliceMatrix{SparseMatrixCSC{ComplexF64, Int64}}:
0.0+0.0im 0.0+0.0im 0.0+0.0im 3.0+0.0im
0.0+0.0im 0.0+0.0im 3.0+0.0im 0.0+0.0im
0.0+0.0im 3.0+0.0im 0.0+0.0im 0.0+0.0im
3.0+0.0im 0.0+0.0im 0.0+0.0im 0.0+0.0im
```
# See also
Expand Down

0 comments on commit 9e0f0f3

Please sign in to comment.