Releases: QuantumKitHub/QWignerSymbols.jl
Release list
v0.2.2
QWignerSymbols v0.2.2
This version restricts the braiding to "root-of-unity" cases, since the braiding tensors are otherwise not unitary.
As this would have led to silent wrong results, this is deemed a patch release / bug fix.
Merged pull requests:
- Restrict braiding to unitary cases (#13) (@borisdevos)
v0.2.1
QWignerSymbols v0.2.1
v0.2.1 introduces special-case implementations for RootOfUnity versions of q, which correspond to SU(2)_k unitary fusion categories.
Shout-out to @BramVancraeynest and @borisdevos for these new features!
Merged pull requests:
- Add
SU2kIrrep(#8) (@borisdevos)
v0.2.0
QWignerSymbols v0.2.0
This is an update of this package to become compatible with how TensorKit currently handles its sectors.
In particular, this package now no longer depends on TensorKit itself, and instead uses the lightweight TensorKitSectors interface.
This is a breaking change since for now the fusiontensor implementation is not working with this update, which might need to be fixed in the future.
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#2) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#3) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#4) (@dependabot[bot])
- Bump codecov/codecov-action from 4 to 5 (#5) (@dependabot[bot])
- Bump actions/checkout from 4 to 5 (#6) (@dependabot[bot])
- Bump actions/checkout from 5 to 6 (#7) (@dependabot[bot])
- Move to
TensorKitSectors(#9) (@lkdvos)
Closed issues:
- Switch to TensorKitSectors (#12)