Skip to content

v0.2.22

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 03:07
· 128 commits to main since this release
v0.2.22
8df0ee0

Added

  • tetragono: Add save_configuration_file option for gm_run and ap_run in tetragono shell, which saves sampling
    configurations during gradient descent.
  • tetragono: Add list as interface for rename_io in tetragono.common_tensor.tensor_toolkit. Original argument such
    as {0: a, 1: b, 2: c} can be written as [a, b, c].

Deprecated

  • tetragono: save_state_interval option for gm_run and ap_run is deprecated. The state will be saved for every
    step if save_state_file was set in the future.

Removed

  • tetragono: The original function name create to create lattice is removed, which was deprecated in v0.2.18. The
    new function name to create lattice is abstract_lattice.
  • tetragono: _owner of Configuration for sampling lattice and ansatz product state is removed, use owner instead.

Fixed

  • TAT.hpp: Fix an internal compiler error for some old compiler, caused by the feature: fusing edges during tracing.