We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add_bwt
1 parent 257d3e2 commit ecbbee4Copy full SHA for ecbbee4
1 file changed
test/bondenv/benv_ntu.jl
@@ -8,12 +8,10 @@ using Random
8
Nr, Nc = 2, 2
9
Random.seed!(20)
10
Pspace = Vect[FermionParity](0 => 1, 1 => 1)
11
-V2 = Vect[FermionParity](0 => 1, 1 => 1)
12
-V3 = Vect[FermionParity](0 => 1, 1 => 2)
+V2 = Vect[FermionParity](0 => 4, 1 => 1)
+V3 = Vect[FermionParity](0 => 3, 1 => 2)
13
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)
+V5 = Vect[FermionParity](0 => 2, 1 => 3)
17
Pspaces = fill(Pspace, (Nr, Nc))
18
Nspaces = [V2 V2; V4 V4]
19
Espaces = [V3 V5; V5 V3]
0 commit comments