Skip to content

Releases: ITensor/ITensors.jl

v0.1.16

09 Jul 18:33
Compare
Choose a tag to compare

ITensors v0.1.16

Diff since v0.1.15

Merged pull requests:

v0.1.15

07 Jul 19:33
Compare
Choose a tag to compare

ITensors v0.1.15

Diff since v0.1.14

Closed issues:

  • Move siteinds function (#261)
  • Define TagType(::AbstractString) (#400)
  • Incompatibility with DataFrames.jl (#437)

Merged pull requests:

v0.1.14

28 Jun 02:07
Compare
Choose a tag to compare

ITensors v0.1.14

Diff since v0.1.13

Closed issues:

  • Possible bug in AutoMPO for S^2 operator? (#440)

Merged pull requests:

v0.1.13

25 Jun 02:07
Compare
Choose a tag to compare

ITensors v0.1.13

Diff since v0.1.12

Merged pull requests:

v0.1.12

21 Jun 21:32
Compare
Choose a tag to compare

ITensors v0.1.12

Diff since v0.1.11

Merged pull requests:

v0.1.11

19 Jun 00:26
28a7fa3
Compare
Choose a tag to compare

ITensors v0.1.11

Diff since v0.1.10

Merged pull requests:

Version 0.1.10

17 Jun 21:53
Compare
Choose a tag to compare

Fix missing return statement in QNVal constructor (PR #431)

Version 0.1.9

12 Jun 18:34
Compare
Choose a tag to compare

Fix bug with AutoMPO dimension in certain cases (PR #426)

Version 0.1.5

28 May 21:44
373b2b8
Compare
Choose a tag to compare
  • Fix bug with combiner (uncombining step) when combined Index is not the first one (PR #401)
  • Add check to ProjMPO to ensure result of product is same order as input tensor (PR #390)

Version 0.1.4

27 May 15:37
Compare
Choose a tag to compare
  • Add note to docs about requiring Julia 1.4 currently
  • Improve error message for non-scalar input to scalar (PR #396)
  • Export @TagType_str macro (PR #393)
  • Fix productMPS for complex element type (PR #392)