Skip to content

v0.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 11:33
· 114 commits to main since this release
v0.3.3
d4175bf

Added

  • tetragono: Add mirror direct sampling which is only used for Gibbs state on square lattice, and maintains the
    symmetry of the Gibbs state.
  • TAT.py: Add dtype and btype class member for Tensor object, which makes it easier to communicate with numpy.
  • scalapack.py: Add a python wrapper for scalapack.

Changed

  • tetragono: Use the PyScalapack to speed up min-SR method. User need to specify the path of scalapack dynamic link
    libraries by parameter scalapack_libraries for gm_run when natural_gradient_by_direct_pseudo_inverse enabled.
  • TAT.py: Change the module alias name convension, float and complex without bytes specified would be considered
    as double precision now.

Fixed

  • tetragono: Fix a bug when try to save a file with directory name. The previous program only allows to save file into
    the current directory.