Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/ExtendedHubbardMom1D #286

Merged
merged 50 commits into from
Oct 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
0686527
Create ExtendedHubbardMom1D.jl
Skuwar1 Sep 28, 2024
3132f2d
Update excitations.jl
Skuwar1 Sep 28, 2024
d7a75b0
Update Hamiltonians.jl
Skuwar1 Sep 28, 2024
ecdb0de
Update Hamiltonians.jl
Skuwar1 Sep 28, 2024
fba2117
Update hamiltonians.md
Skuwar1 Sep 28, 2024
b6a770f
Update Hamiltonians.jl
Skuwar1 Sep 29, 2024
e79166b
Update src/Hamiltonians/ExtendedHubbardMom1D.jl
Skuwar1 Sep 29, 2024
6bcce45
Update src/Hamiltonians/ExtendedHubbardMom1D.jl
Skuwar1 Sep 29, 2024
7041a4f
Update src/Hamiltonians/excitations.jl
Skuwar1 Sep 29, 2024
6896ff9
Update src/Hamiltonians/ExtendedHubbardMom1D.jl
Skuwar1 Sep 29, 2024
ca35158
Update HubbardMom1D.jl
Skuwar1 Sep 29, 2024
1d9e3e1
Update HubbardMom1D.jl
Skuwar1 Sep 29, 2024
a841f50
Update HubbardMom1D.jl
Skuwar1 Sep 29, 2024
3683cd3
Update HubbardMom1D.jl
Skuwar1 Sep 29, 2024
ccc9afe
Update HubbardMom1D.jl
Skuwar1 Sep 29, 2024
6f6e8c1
Update excitations.jl
Skuwar1 Sep 29, 2024
1d7c106
Update ExtendedHubbardMom1D.jl
Skuwar1 Sep 29, 2024
e57c56a
Update HubbardMom1D.jl
Skuwar1 Sep 29, 2024
dec092c
Update Hamiltonians.jl
Skuwar1 Sep 29, 2024
8741d71
Update Hamiltonians.jl
Skuwar1 Sep 29, 2024
bb4549e
Update HubbardMom1D.jl
Skuwar1 Sep 29, 2024
33a8aed
Update Hamiltonians.jl
Skuwar1 Sep 29, 2024
c2bb58b
Update excitations.jl
Skuwar1 Sep 29, 2024
675eeb2
Update ExtendedHubbardMom1D.jl
Skuwar1 Sep 29, 2024
e225215
Update ExtendedHubbardMom1D.jl
Skuwar1 Sep 29, 2024
a0ce97a
docstring fix for HubbardMom1DEP
joachimbrand Sep 30, 2024
482bb83
Update HubbardMom1DEP.jl
Skuwar1 Sep 30, 2024
0ebd770
Update excitations.jl
Skuwar1 Oct 2, 2024
5d4398f
Update ExtendedHubbardMom1D.jl
Skuwar1 Oct 2, 2024
a7111b0
Update ExtendedHubbardMom1D.jl
Skuwar1 Oct 2, 2024
4547b6f
Update HubbardMom1D.jl
Skuwar1 Oct 2, 2024
ba09fec
Update ExtendedHubbardMom1D.jl
Skuwar1 Oct 2, 2024
cb2b026
Update Hamiltonians.jl
Skuwar1 Oct 8, 2024
2946fbd
Update src/Hamiltonians/ExtendedHubbardMom1D.jl
Skuwar1 Oct 8, 2024
cf9510f
Update src/Hamiltonians/ExtendedHubbardMom1D.jl
Skuwar1 Oct 8, 2024
3a1e8a7
Update Hamiltonians.jl
Skuwar1 Oct 8, 2024
ae348a9
Update Hamiltonians.jl
Skuwar1 Oct 10, 2024
20b96ef
Update Hamiltonians.jl
Skuwar1 Oct 10, 2024
29272f4
Update Hamiltonians.jl
Skuwar1 Oct 10, 2024
da25327
Update Hamiltonians.jl
Skuwar1 Oct 10, 2024
e322017
Update Hamiltonians.jl
Skuwar1 Oct 10, 2024
4b89579
Update ExtendedHubbardMom1D.jl
Skuwar1 Oct 13, 2024
e98c66b
Update src/Hamiltonians/excitations.jl
Skuwar1 Oct 22, 2024
9026bfa
Update ExtendedHubbardMom1D.jl
Skuwar1 Oct 25, 2024
98caa3b
Update Hamiltonians.jl
Skuwar1 Oct 25, 2024
ddec20d
Update Hamiltonians.jl
Skuwar1 Oct 25, 2024
cbbb0ce
Update excitations.jl
Skuwar1 Oct 26, 2024
cfdc83c
Update ExtendedHubbardMom1D.jl
Skuwar1 Oct 26, 2024
1104d08
Update excitations.jl
Skuwar1 Oct 26, 2024
035a1b3
Update excitations.jl
Skuwar1 Oct 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Hamiltonians.jl
- Added test for comparison between energies of ``ExtendedHubbardMom1D`` and ``ExtendedHubbardReal1D``
  • Loading branch information
Skuwar1 authored Oct 8, 2024
commit cb2b026f999dc2b7e0d1f96ec0a7723ca84554da
9 changes: 9 additions & 0 deletions test/Hamiltonians.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1880,3 +1880,12 @@ end
@test LOStructure(h) isa IsDiagonal
@test_throws ArgumentError adjoint(h2)
end

@testset "Comparison of ExtendedHubbardMom1D with ExtendedHubbardReal1D" begin
addr = FermiFS{3,6}(0,1,1,1,0,0)
for boundary_condition in ([i*π for i in 0.0:0.2:1.0])
HR = ExtendedHubbardMom1D(addr; boundary_condition)
HM = ExtendedHubbardReal1D(addr; boundary_conition= boundary_condition/6)
@test round.(eigvals(Matrix(HM)), digits=8) ⊆ round.(eigvals(Matrix(HR)), digits=8)
end
end
Loading