Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimbrand committed Nov 27, 2024
1 parent f1b4547 commit dac0e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Hamiltonians.jl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ end
FermiFS((1, 1, 1, 1, 0, 0, 0, 0)),
); t=[1, 2], u=[0 3; 3 0]
),
HubbardRealSpace(BoseFS2C((1, 2, 3), (1, 0, 0))),
HubbardRealSpace(CompositeFS(BoseFS(1, 2, 3), BoseFS(1, 0, 0))),
HubbardMom1D(BoseFS2C((1, 2, 3), (1, 0, 0))),
GutzwillerSampling(HubbardReal1D(BoseFS((1, 2, 3)); u=6); g=0.3),
GutzwillerSampling(HubbardMom1D(BoseFS2C((3, 2, 1), (1, 2, 3)); u=[6 1; 1 1]); g=0.3),
Expand Down

0 comments on commit dac0e8e

Please sign in to comment.