Skip to content

2022-08-11

Compare
Choose a tag to compare
@mariogeiger mariogeiger released this 12 Aug 00:04
· 640 commits to main since this release

Changed

  • breaking change change the ordering of Irrep. Now it matches with Irrep.iterator.
  • breaking change Irrep("1e") == "1e" and Irreps("1e + 2e") == "1e + 2e" are now True.
  • breaking change Linear simplify the irreps_out which might cause reshape of the parameters.
  • index_add supports IrrepArray

Added

  • broadcast for Linear
  • argument channel_out to Linear for convenience
  • Irreps can be created from a MulIrrep
  • "0e" + Irreps("1e") is now supported
  • "0e" + Irrep("1e") is now supported
  • map_back argument to index_add
  • IrrepsArray.split(list of irreps)
  • poly_envelope function