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 9e0f0f3 commit 6698c8d
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 @@ -714,7 +714,7 @@ 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{SparseMatrixCSC{ComplexF64, Int64}}:
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
Expand Down

0 comments on commit 6698c8d

Please sign in to comment.