Skip to content

Releases: ITensor/ITensorNetworks.jl

v0.2.1

23 Dec 18:46
414d008
Compare
Choose a tag to compare

ITensorNetworks v0.2.1

Diff since v0.2.0

Closed issues:

  • Rename_Vertices(g::NamedDimGraph, ...) does not work on an ITensorNetwork (#21)
  • Implement next_nearest_neighbors. (#31)

Merged pull requests:

  • Fixed Error In Forming RDM (#23) (@JoeyT1994)
  • Add weights(::AbstractITensorNetwork), new graph partitioning interface (#30) (@mtfishman)

v0.2.0

05 Dec 14:18
611db6c
Compare
Choose a tag to compare

ITensorNetworks v0.2.0

Closed issues:

  • Contracting Vertices and Deleting Vertices in a ITensorNetwork formed from an inner product (#5)

Merged pull requests:

  • CompatHelper: add new compat entry for "ITensors" at version "0.2" (#1) (@github-actions[bot])
  • Add approximate PEPS inner product contraction (#2) (@mtfishman)
  • Define ITensorNetwork type (#3) (@mtfishman)
  • Update for MultiDimDictionaries, Namedgraphs, DataGraphs (#4) (@mtfishman)
  • IndsNetwork additions (#9) (@leburgel)
  • Simple update TEBD of general tensor networks (#13) (@mtfishman)
  • Contraction sequence backends (#16) (@mtfishman)
  • Belief Propagation (#17) (@JoeyT1994)
  • Update for most recent versions of NamedGraphs and DataGraphs (#22) (@mtfishman)