Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 16:01

Tenet v0.2.0

Diff since v0.1.1

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 on TensorNetworks fails (#42)
  • Implement norm(MatrixProductOperator) and norm(other TN models) (#64)

Merged pull requests:

  • Update replace! function for multiple Tensor replacements and fix Symbol check (#52) (@jofrevalles)
  • Refactor TensorNetwork to new definition (#55) (@mofeing)
  • Refactor metadata field in TensorNetwork to parametric NamedTuple type (#57) (@mofeing)
  • Add DiagonalReduction transformation for TensorNetwork (#58) (@jofrevalles)
  • Fixed issue in contract function for TensorNetwork (#59) (@jofrevalles)
  • Implement RankSimplification transformation for TensorNetwork (#60) (@jofrevalles)
  • Add AntiDiagonalGauging transformation for TensorNetwork (#61) (@jofrevalles)
  • Fix DiagonalReduction tranformation for reduction over skip_inds (#62) (@jofrevalles)
  • Implement ColumnReduction transformation for TensorNetwork (#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])