v0.2.0
Tenet v0.2.0
Closed issues:
- Implement "Diagonal reduction" transformation (#14)
- Implement "Rank simplification" transformation (#15)
- Implement "Anti-diagonal gauging" transformation (#16)
- Implement "Column reduction" transformation (#17)
- Testing automatic differentiation of
contract
onTensorNetwork
s fails (#42) - Implement
norm(MatrixProductOperator)
andnorm(other TN models)
(#64)
Merged pull requests:
- Update
replace!
function for multipleTensor
replacements and fixSymbol
check (#52) (@jofrevalles) - Refactor
TensorNetwork
to new definition (#55) (@mofeing) - Refactor
metadata
field inTensorNetwork
to parametricNamedTuple
type (#57) (@mofeing) - Add
DiagonalReduction
transformation forTensorNetwork
(#58) (@jofrevalles) - Fixed issue in
contract
function forTensorNetwork
(#59) (@jofrevalles) - Implement
RankSimplification
transformation forTensorNetwork
(#60) (@jofrevalles) - Add
AntiDiagonalGauging
transformation forTensorNetwork
(#61) (@jofrevalles) - Fix
DiagonalReduction
tranformation for reduction overskip_inds
(#62) (@jofrevalles) - Implement
ColumnReduction
transformation forTensorNetwork
(#63) (@jofrevalles) - Fix
hcat
function to handle label replacement in tensor networks correctly (#66) (@jofrevalles) - CompatHelper: bump compat for Makie to 0.19, (keep existing compat) (#67) (@github-actions[bot])