Skip to content

Commit

Permalink
Remove NewSU2Sector tests from main package
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Apr 23, 2024
1 parent f88771e commit 78620eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 88 deletions.
80 changes: 0 additions & 80 deletions test/newsectors.jl

This file was deleted.

13 changes: 5 additions & 8 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ using Base.Iterators: take, product
# const SU3Irrep = SUNIrrep{3}
using LinearAlgebra: LinearAlgebra

include("newsectors.jl")
using .NewSectors

const TK = TensorKit

Random.seed!(1234)
Expand Down Expand Up @@ -49,11 +46,11 @@ function hasfusiontensor(I::Type{<:Sector})
end
end

sectorlist = (Z2Irrep, Z3Irrep, Z4Irrep, U1Irrep, CU1Irrep, SU2Irrep, NewSU2Irrep,
FibonacciAnyon, IsingAnyon, FermionParity, FermionParity FermionParity,
Z3Irrep Z4Irrep, FermionParity U1Irrep SU2Irrep,
FermionParity SU2Irrep SU2Irrep, NewSU2Irrep NewSU2Irrep,
NewSU2Irrep SU2Irrep, FermionParity SU2Irrep NewSU2Irrep,
sectorlist = (Z2Irrep, Z3Irrep, Z4Irrep, Z3Irrep Z4Irrep,
U1Irrep, CU1Irrep, SU2Irrep,
FermionParity, FermionParity FermionParity,
FermionParity U1Irrep SU2Irrep, FermionParity SU2Irrep SU2Irrep, # Hubbard-like
FibonacciAnyon, IsingAnyon,
Z2Irrep FibonacciAnyon FibonacciAnyon)

Ti = time()
Expand Down

0 comments on commit 78620eb

Please sign in to comment.