Skip to content

Releases: ITensor/ITensorNetworks.jl

v0.5.0

03 Apr 00:19
2b592c0
Compare
Choose a tag to compare

ITensorNetworks v0.5.0

Diff since v0.4.1

v0.4.1

03 Apr 00:07
5284728
Compare
Choose a tag to compare

ITensorNetworks v0.4.1

Diff since v0.4.0

Merged pull requests:

Closed issues:

  • alternating_update breaks for certain vertextypes (#140)

v0.4.0

26 Jan 21:22
3fc272e
Compare
Choose a tag to compare

ITensorNetworks v0.4.0

Diff since v0.3.10

Merged pull requests:

Closed issues:

  • OpSum to TTN broken for multiple on-site operators (#62)
  • Efficient implementation of expect for TTN? (#128)

v0.3.10

11 Aug 19:52
9f08a33
Compare
Choose a tag to compare

ITensorNetworks v0.3.10

Diff since v0.3.9

Merged pull requests:

  • Add more general ITensorNetwork constructors from collections of ITensors (#107) (@mtfishman)
  • Use simpler constructors for heavy hex lattice (#109) (@JoeyT1994)
  • add(::ITensorNetwork, ::ITensorNetwork) with directsum backend (#110) (@JoeyT1994)

v0.3.9

25 Jul 15:53
cee8430
Compare
Choose a tag to compare

ITensorNetworks v0.3.9

Diff since v0.3.8

Closed issues:

  • Character limit on Tags raises issue when creating large, high-dimensional networks. (#78)

Merged pull requests:

  • Add square root BP and BP-based simple update gate evolution (#100) (@mtfishman)
  • Pass truncation kwargs to insert_local_tensor (#106) (@leburgel)

v0.3.8

14 Jul 18:35
84807b1
Compare
Choose a tag to compare

ITensorNetworks v0.3.8

Diff since v0.3.7

Merged pull requests:

  • Fix channel compression in OpSum to TTN converter (#104) (@leburgel)

v0.3.7

13 Jul 19:57
ce2a0a2
Compare
Choose a tag to compare

ITensorNetworks v0.3.7

Diff since v0.3.6

Merged pull requests:

  • Refactor alternating_update to use sweep_regions (#77) (@emstoudenmire)
  • Improved Gauging Interface, TNO construction, Bug Fixes, Apply Function for a Vidal ITN (#88) (@JoeyT1994)
  • Fix a small bug related to caching in approx_itensornetwork (#89) (@LinjianMa)
  • Introduce contraction_sequence_to_digraph and simplify contraction_sequence_to_graph (#91) (@LinjianMa)
  • Introduce approx_itensornetwork with algorithm ttn_svd (#92) (@LinjianMa)
  • Use Observer for output (#93) (@emstoudenmire)
  • Added Efficiency Improvements in the code. Including fast versions of… (#94) (@JoeyT1994)
  • Fix OpSum to TTN converter for multiple on-site operators (#95) (@leburgel)
  • Small optimization for SU apply (#96) (@mtfishman)
  • Heavy hex example (#101) (@JoeyT1994)
  • Better Edge Tag Naming (#102) (@JoeyT1994)

v0.3.6

25 Apr 18:20
176ed00
Compare
Choose a tag to compare

ITensorNetworks v0.3.6

Diff since v0.3.5

Merged pull requests:

v0.3.5

10 Apr 18:52
04377fc
Compare
Choose a tag to compare

ITensorNetworks v0.3.5

Diff since v0.3.4

Merged pull requests:

  • Let approx_itensornetwork support complex tensor network (#81) (@LinjianMa)
  • [Easy] Make path_graph_structure the default output_structure in approx_itensornetwork (#82) (@LinjianMa)
  • Let binary tree partition support the disconnected tensor network (#83) (@LinjianMa)
  • Add interface that calls approx_itensornetwork inside contract (#84) (@LinjianMa)

v0.3.4

06 Apr 13:31
756d09b
Compare
Choose a tag to compare

ITensorNetworks v0.3.4

Diff since v0.3.3

Closed issues:

  • Approx_itensornetwork() on a rank two tensor yields an error (#79)

Merged pull requests: