There is a newer version of the record available.

Published March 30, 2016 | Version v2.0.1
Software Open

ITensor: Version 2.0.1 bugfix release

  • 1. UC Irvine
  • 2. University of Michigan
  • 3. Tel Aviv University
  • 4. reinventing the wheel since 199X
  • 5. Perimeter Institute for Theoretical Physics
  • 6. College of William and Mary

Description

This version fixes a few bugs:

  • Fixed issue where AutoMPO was failing when operators were not provided in order. Also fixes issue with fermions and periodic boundary conditions. Thanks to Jordan Venderley for reporting this.

  • Fixed out-of-date interface of LocalMPO_MPS and LocalMPOSet which was preventing excited state DMRG code from compiling.

  • Fixed some places where a divide-by-zero error could occur.

This version also includes a new mapprime function which takes an arbitrary number of arguments of the form Index,plevold,plevnew (meaning replace the Index with prime level plevold with prime level plevnew) or of the form IndexType,plevold,plevnew (same but for any Index of that IndexType). For example,

auto T = ITensor(i,prime(j,2),k); T.mapprime(i,0,3,j,2,1);

Now T's index i will have prime level 3 and index j will have prime level 1.

Files

ITensor-v2.0.1.zip

Files (423.4 kB)

Name Size Download all
md5:86189cf3e89bfc0ac4c095554e5e5056
423.4 kB Preview Download

Additional details

Related works