Skip to content

Commit ecbbee4

Browse files
committed
Add add_bwt option to NTU bondenv
1 parent 257d3e2 commit ecbbee4

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

test/bondenv/benv_ntu.jl

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ using Random
88
Nr, Nc = 2, 2
99
Random.seed!(20)
1010
Pspace = Vect[FermionParity](0 => 1, 1 => 1)
11-
V2 = Vect[FermionParity](0 => 1, 1 => 1)
12-
V3 = Vect[FermionParity](0 => 1, 1 => 2)
11+
V2 = Vect[FermionParity](0 => 4, 1 => 1)
12+
V3 = Vect[FermionParity](0 => 3, 1 => 2)
1313
V4 = Vect[FermionParity](0 => 2, 1 => 2)
14-
V5 = Vect[FermionParity](0 => 3, 1 => 2)
15-
W1 = Vect[FermionParity](0 => 2, 1 => 3)
16-
W2 = Vect[FermionParity](0 => 4, 1 => 1)
14+
V5 = Vect[FermionParity](0 => 2, 1 => 3)
1715
Pspaces = fill(Pspace, (Nr, Nc))
1816
Nspaces = [V2 V2; V4 V4]
1917
Espaces = [V3 V5; V5 V3]

0 commit comments

Comments
 (0)