Skip to content

Releases: ITensor/ITensorTDVP.jl

v0.1.4

02 Jun 21:53
b127e8c
Compare
Choose a tag to compare

ITensorTDVP v0.1.4

Diff since v0.1.3

Merged pull requests:

v0.1.3

13 Apr 22:22
34b568d
Compare
Choose a tag to compare

ITensorTDVP v0.1.3

Diff since v0.1.2

Merged pull requests:

v0.1.2

12 Apr 16:51
9b495e9
Compare
Choose a tag to compare

ITensorTDVP v0.1.2

Diff since v0.1.1

Merged pull requests:

v0.1.1

09 Feb 02:03
7387b37
Compare
Choose a tag to compare

ITensorTDVP v0.1.1

Diff since v0.1.0

Closed issues:

  • [BUG] linsolve on GPU crashes (#51)
  • No field "pm" in TimeDependentSum (#53)

Merged pull requests:

  • Fix TimeDependentSum, update for ITensors v0.3.25 (#54) (@mtfishman)

v0.1.0

03 Feb 13:30
223846a
Compare
Choose a tag to compare

ITensorTDVP v0.1.0

Diff since v0.0.4

Merged pull requests:

v0.0.4

14 Nov 14:10
c49a412
Compare
Choose a tag to compare

ITensorTDVP v0.0.4

Diff since v0.0.3

Closed issues:

  • Expose convergence info in API (#32)
  • [ITensorTDVP][BUG] exponentiate from KrylovKit (#38)
  • Error with solver="exponentiate" (#46)

Merged pull requests:

v0.0.3

09 Sep 21:04
1f7fba9
Compare
Choose a tag to compare

ITensorTDVP v0.0.3

Diff since v0.0.2

Closed issues:

  • [bug] BoundsError (#30)

Merged pull requests:

v0.0.2

03 Jun 17:42
867a15a
Compare
Choose a tag to compare

ITensorTDVP v0.0.2

Diff since v0.0.1

Closed issues:

  • dmrg_x() fails with nsite=1 (#26)

Merged pull requests:

v0.0.1

23 May 18:06
Compare
Choose a tag to compare

ITensorTDVP v0.0.1

Closed issues:

  • Better defaults for exponentiate (#3)
  • Try out the "time step targeting" approach to 2-site case (#4)

Merged pull requests:

  • CompatHelper: add new compat entry for KrylovKit at version 0.5, (keep existing compat) (#1) (@github-actions[bot])
  • CompatHelper: add new compat entry for ITensors at version 0.2, (keep existing compat) (#2) (@github-actions[bot])
  • Keyword arg changes (#6) (@emstoudenmire)
  • Fix bug in two-site case (wrong boundary check) (#8) (@emstoudenmire)
  • Make TDVP generic to the solver (#9) (@mtfishman)
  • Expose inner tdvp_iteration method. Simplify other wrappers. (#10) (@emstoudenmire)
  • Add DMRG-X (#12) (@mtfishman)
  • Fix TDVP for sums of MPOs (or general AbstactProjMPO) (#13) (@mtfishman)
  • [WIP] Reorganize code (#15) (@mtfishman)
  • CompatHelper: add new compat entry for Observers at version 0.0.8, (keep existing compat) (#16) (@github-actions[bot])
  • CompatHelper: add new compat entry for TimerOutputs at version 0.5, (keep existing compat) (#17) (@github-actions[bot])
  • Add more flexibility to TDVP argument order (#18) (@mtfishman)
  • Pass time of current time step as keyword argument to solver (#19) (@mtfishman)
  • Move some useful utilities for building time dependent solvers into ITensorTDVP (#20) (@mtfishman)
  • Add new Observer that gets updated after each time step (#22) (@mtfishman)