File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11name = " SUNRepresentations"
22uuid = " 1a50b95c-7aac-476d-a9ce-2bfc675fc617"
33authors = [" Maarten Van Damme <Maarten.VanDamme@UGent.be>, Jutho Haegeman <jutho.haegeman@ugent.be> and Lukas Devos <lukas.devos@UGent.be>" ]
4- version = " 0.3.2 "
4+ version = " 0.3.3 "
55
66[deps ]
77JLD2 = " 033835bb-8acc-5ee8-8aae-3f567f8a3819"
@@ -34,8 +34,8 @@ Random = "1"
3434RationalRoots = " 0.1 - 0.2"
3535Scratch = " 1"
3636SparseArrayKit = " 0.4"
37- TensorKit = " 0.14.1, 0. 15"
38- TensorKitSectors = " 0.1.1, 0.2 "
37+ TensorKit = " 0.15"
38+ TensorKitSectors = " 0.3 "
3939TensorOperations = " 5"
4040Test = " 1"
4141TestExtras = " 0.3"
Original file line number Diff line number Diff line change 3030
3131Base.:(== )(s:: SUNIrrep , t:: SUNIrrep ) = == (s. I, t. I)
3232Base. hash (s:: SUNIrrep , h:: UInt ) = hash (s. I, h)
33- Base . conj (s:: SUNIrrep ) = SUNIrrep (s. I[1 ] .- reverse (s. I))
34- Base . one (:: Type{SUNIrrep{N}} ) where {N} = SUNIrrep (ntuple (n -> 0 , N))
33+ TensorKitSectors . dual (s:: SUNIrrep ) = SUNIrrep (s. I[1 ] .- reverse (s. I))
34+ TensorKitSectors . unit (:: Type{SUNIrrep{N}} ) where {N} = SUNIrrep (ntuple (n -> 0 , N))
3535
3636TensorKitSectors. FusionStyle (:: Type{<:SUNIrrep} ) = GenericFusion ()
3737TensorKitSectors. BraidingStyle (:: Type{<:SUNIrrep} ) = Bosonic ()
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ for I in sectorlist
1717 @test @constinferred (one (s[1 ])) == @constinferred (one (I))
1818 @constinferred dual (s[1 ])
1919 @constinferred dim (s[1 ])
20- @constinferred frobeniusschur (s[1 ])
20+ @constinferred frobenius_schur_phase (s[1 ])
21+ @constinferred frobenius_schur_indicator (s[1 ])
2122 @constinferred Nsymbol (s... )
2223 @constinferred Rsymbol (s... )
2324 @constinferred Bsymbol (s... )
You can’t perform that action at this time.
0 commit comments