Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 19:51
· 37 commits to main since this release

FiniteMPS v1.4.0

Diff since v1.3.0

  • fix the bug in ObservableTree which may give an incorrect sign for some 4-site fermionic correlations.
  • note the type parameter of the tree nodes in ObservableTree is different from old versions.
  • rewrite the implementation (method convert) for extracting the values stored in ObservableTree. The usage changes from
convert(Type, Tree::ObservableTree, name::NTuple{N, String})

to

convert(Type, Tree::ObservableTree)

where the supported Type contains Dict and NamedTuple. Passing in the name that corresponds to the correlation is no long needed.