Skip to content

Commit

Permalink
[version] Update version to 0.2.23.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhangxyz committed Oct 9, 2022
1 parent 0a2151d commit 5287c81
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,26 @@

** [[https://github.com/hzhangxyz/TAT/compare/v0.2.22...dev][Unreleased]]

*** Added
*** Changed
*** Deprecated
*** Removed
*** Fixed

** [[https://github.com/hzhangxyz/TAT/compare/v0.2.22...v0.2.23][v0.2.23]] - 2022-10-09

*** Added
+ *tetragono*: Add =ap_hamiltonian= to replace the hamiltonian of the ansatz product state in tetragono shell.
+ *tetragono*: Add =multichain_number= for =ap_run=, which will run multiple chains inside the same MPI process.
+ *wrapper*: Add python package =wrapper_TAT= to provide a wrapper over torch to provide similar interface as =TAT.py=.
+ *tetragono*: Add =observe_max_batch_size= option for =ap_run=, which will set the max limit of batch size when
calculating wss.
*** Changed
*** Deprecated
+ *tetragono*: =gm_data_load= is deprecated, it will be removed in the future, please use =gm_hamiltonian= to replace
the hamiltonian instead.
*** Removed
+ *tetragono*: =save_state_interval= option for =gm_run= and =ap_run= is removed. The state will be saved for every
step.
*** Fixed

** [[https://github.com/hzhangxyz/TAT/compare/v0.2.20...v0.2.22][v0.2.22]] - 2022-09-02

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "TAT"
PROJECT_NUMBER = "0.2.22"
PROJECT_NUMBER = "0.2.23"
PROJECT_BRIEF = "TAT is A Tensor library"
PROJECT_LOGO =
OUTPUT_DIRECTORY =
Expand Down
2 changes: 1 addition & 1 deletion include/TAT/utility/common_variable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
namespace TAT {
#ifndef TAT_VERSION
#define TAT_VERSION "0.2.22"
#define TAT_VERSION "0.2.23"
#endif

/**
Expand Down

0 comments on commit 5287c81

Please sign in to comment.