Skip to content

Releases: QuantumKitHub/SUNRepresentations.jl

v0.3.0

03 Jan 10:57
Compare
Choose a tag to compare

SUNRepresentations v0.3.0

Diff since v0.2.1

Version 0.3.0 comes with quite a few breaking changes to this package:

  • TensorKit.jl is now no longer a dependency, and TensorKitSectors.jl is used instead. This enables the use of newer versions of TensorKit, simultaneously updating compatibility with TensorOperations and SparseArrayKit versions.
  • Clebsch-Gordan coefficients are now no longer computed in bulk, which reduces the load for computing large irreps appearing in the expansion of s1 * s2, which are sometimes not used.

Merged pull requests:

v0.2.1

22 Mar 08:47
18eb919
Compare
Choose a tag to compare

SUNRepresentations v0.2.1

Diff since v0.2.0

  • Optimizations of Clebsch-Gordan-Coefficient computations

Merged pull requests:

Closed issues:

  • Performance check for SU(>4) (#9)

v0.2.0

19 Jan 11:12
Compare
Choose a tag to compare

SUNRepresentations v0.2.0

New features

  • Different naming conventions are supported
  • Disk-cached CGCs

Utility

  • Updated github actions

Merged pull requests:

  • WIP: various changes (#2) (@Jutho)
  • Change caches to LRUCache (#5) (@lkdvos)
  • Compat TensorOperations v4 and TensorKit v0.11 (#6) (@lkdvos)
  • Update TensorKit compat (#7) (@lkdvos)
  • Add disk-cached CGC coefficients (#8) (@lkdvos)
  • Support for multiple name types (#10) (@lkdvos)

Closed issues:

  • error in highest weight CGC (#1)
  • LAPACKException(1) in nullspace (#3)
  • seems to be incompatible with RationalRoots@v0.2.0 (#4)