Skip to content

Commit

Permalink
Update bosefs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Skuwar1 authored Jun 10, 2024
1 parent 7b33697 commit eb3b300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BitStringAddresses/bosefs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ julia> hopnextneighbour(BoseFS(1, 0, 1), 3, Val(true),Val(false))
(BoseFS{2,4}(2, 0, 0), -1.4142135623730951)
julia> hopnextneighbour(BoseFS(1, 0, 1), 3, Val(false),Val(true))
(FermiFS{2,3}(2, 0, 0), 0.0)
(BoseFS{2,3}(2, 0, 0), 0.0)
```
"""

Expand Down

0 comments on commit eb3b300

Please sign in to comment.