Skip to content

Commit

Permalink
Code working for fermions and electrons. Prior failure due to bug in …
Browse files Browse the repository at this point in the history
…hubbard Hamiltonian setup.
  • Loading branch information
b-kloss committed Jan 12, 2024
1 parent 9cd226b commit e47fa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_opsum_to_ttn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ using Test
tooth_lengths = fill(2, 3)
c = named_comb_tree(tooth_lengths)
#is = siteinds("Fermion", c; conserve_nf=true)
is = siteinds("Electron", c; conserve_nf=true,conserve_sz=false)
is = siteinds("Electron", c; conserve_nf=true,conserve_sz=true)

# linearized version
linear_order = [4, 1, 2, 5, 3, 6]
Expand Down

0 comments on commit e47fa91

Please sign in to comment.