TensorKit v0.14.6
This patch release features mostly small fixes and improvements.
Most notable are the addition of rrule
support for inv
, DiagonalTensorMap
and flip
, and the ability to use in-place versions of the special-purpose constructors like isomorphism!
, unitary!
etc.
Merged pull requests:
- Add
complex(::BraidingTensor)
specialization (#226) (@lkdvos) - Replace
isequal
with==
forFusionTree
(#228) (@lkdvos) - Correct argument names in planartrace function (#229) (@lkdvos)
- correct typo in docs (#231) (@VictorVanthilt)
- Rewrite special-purpose constructors to use in-place operations (#232) (@lkdvos)
- Add benchmark suite (#233) (@lkdvos)
- Add
rrule
forDiagonalTensorMap
and include tests (#234) (@lkdvos) - Add
rrule
forinv
and corresponding tests (#236) (@lkdvos) - Improve error handling for tensor functions (#238) (@lkdvos)
- Allow twisting of trivial sectors without restrictions (#240) (@lkdvos)
- add rrule for flip (#241) (@sanderdemeyer)
Closed issues: