You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.