Skip to content

v0.3.12

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 18:41
· 86 commits to main since this release
v0.3.12
f1369a1

Added

  • TAT.py: edges[int] and edge_by_name(str) are the new interface for indexing edges in tensor, the previous
    interface has been deprecated.
  • TAT.py: Add copy constructor for Symmetry, Edge and Tensor.

Changed

  • TAT.hpp: The names of all inplace functions are renamed with a suffix _.
  • TAT.py: The names of all inplace functions are renamed with a suffix _.

Deprecated

  • TAT.py: edges(str) and edges(int) is deprecated for tensor.

Removed

  • tetraux: Package tetraux is removed, because it is useless since ansatz product state removed.
  • tetragono: gm_bin_run and gm_alpha are removed. gm_bin_run is removed since it only works for sweep sampling,
    but there is a better way to do so: sampling multiple Markov Chain in the same process. gm_alpha is removed since
    user should set attribute of the state manually instead.

Fixed

  • TAT.hpp: Fix type mutability information in declaration of LAPACK function ?gesvd.