Skip to content

v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 14:25
· 592 commits to master since this release

Tenet v0.1.1

Diff since v0.1.0

Closed issues:

  • Reduce compilation time (#3)
  • Regression on 3D visualization (#5)
  • Implement Matrix Product Operator (MPO) (#9)
  • Integration with ChainRules.jl for Automatic Differentiation (#11)
  • CI workflow fails on Julia nightly (#12)
  • Transform hyperindices to COPY-tensors on plot(::TensorNetwork) (#21)
  • Implement Tensor splitting methods (QR, SVD, LU, ...) (#22)
  • Implement SVD factorization for Tensor (#23)
  • Implement HOSVD factorization for Tensor (#24)
  • Implement QR factorization for Tensor (#25)
  • Implement LU factorization for Tensor (#26)
  • Implement Canonical Polyadic Decomposition (CPD) factorization for Tensor (#27)
  • Test plotting on CI (#29)
  • Open indices are not shown on plots (#32)
  • Testing contract on complex numbers fails (#38)
  • Adjoint Tensor contraction produces incoherent results (#40)
  • Add replace! function for replacing a Tensor from a TensorNetwork (#48)
  • Incorporate labels representation for physical indices of each Tensor within a State (#49)

Merged pull requests: