Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Releases: bsc-quantic/Qrochet.jl

v0.1.2

05 May 00:44
6d6e8e4
Compare
Choose a tag to compare

v0.1.1

17 Apr 19:39
Compare
Choose a tag to compare

Qrochet v0.1.1

Diff since v0.1.0

v0.1.0

16 Apr 09:55
Compare
Choose a tag to compare

Qrochet v0.1.0

Merged pull requests:

  • CompatHelper: add new compat entry for Tenet at version 0.4, (keep existing compat) (#2) (@github-actions[bot])
  • Replace previous Ansatz for Quantum struct (#5) (@jofrevalles)
  • Fix canonize function and enhance index semantics (#8) (@jofrevalles)
  • Integrate Quac with Qrochet (#9) (@Todorbsc)
  • Add mixed_canonize function (#10) (@jofrevalles)
  • Refactor mixed_canonize! (#14) (@mofeing)
  • Implement truncate! function (#16) (@mofeing)
  • Add rand initialization for Chain (#17) (@jofrevalles)
  • CompatHelper: add new compat entry for Muscle at version 0.1, (keep existing compat) (#20) (@github-actions[bot])
  • Prototype evolve! (#21) (@mofeing)
  • Add canonize function (#27) (@jofrevalles)
  • Implement Chain normalization by mixed canonization (#28) (@Todorbsc)
  • Fix isleftcanonical and isrightcanonical to work for boundary tensors (#29) (@jofrevalles)
  • Extend Tenet.contract to contract :between two Sites (#30) (@jofrevalles)
  • Extend evolve! for Chain in canonical form (#31) (@jofrevalles)
  • Format code of branch "master" (#32) (@github-actions[bot])

Closed issues:

  • Redesign Quantum type (#3)
  • Design MatrixProduct{S} class and CanonicalMatrixProduct{S} and MixedCanonicalMatrixProduct{S} classes (#4)
  • Integrate Quac with Qrochet (#7)
  • Add rand unitary initialization of Chain (#12)
  • Add truncate function for tensors in a Chain (#13)
  • Implement normalization by canonization for Chain (#18)
  • Implement Vidal-form canonization (#22)