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 234fcf5 commit ea90409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docstrings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ julia> h[sites(1), sites(2)]
0.0+0.0im 1.0+0.0im
1.0+0.0im 0.0+0.0im
julia> ph = h |> @hopping!((t; p = 3) -> p*t); ph[region = RP.square(1)]
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
Expand Down

0 comments on commit ea90409

Please sign in to comment.