v1.4.0
FiniteMPS v1.4.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 inObservableTree
. 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.