Skip to content

Commit

Permalink
[version] Update version to v0.3.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhangxyz committed Sep 6, 2024
1 parent 3467daa commit c5e5bb1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
* Changelog

** [[https://github.com/USTC-TNS/TNSP/compare/v0.3.16...dev][Unreleased]]
** [[https://github.com/USTC-TNS/TNSP/compare/v0.3.17...dev][Unreleased]]

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

** [[https://github.com/USTC-TNS/TNSP/compare/v0.3.16...v0.3.17][v0.3.17]] - 2024-09-06

*** Added
+ *tetragono*: Add neural network state based on sampling methods.
Expand All @@ -16,8 +24,6 @@
=sort_points=, which make the program faster for simple update and exact update.
+ *tetragono*: Add support to check whether the hamiltonians is hermitian by =check_hermite(threshold)=, which requires
=sort_points= invoked first.
*** Changed
*** Deprecated
*** Removed
+ *tetragono*: Remove SIGINT handle in gradient descent.
*** Fixed
Expand Down
2 changes: 1 addition & 1 deletion TAT/include/TAT/utility/common_variable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/
namespace TAT {
#ifndef TAT_VERSION
#define TAT_VERSION "0.3.16"
#define TAT_VERSION "0.3.17"
#endif

/**
Expand Down

0 comments on commit c5e5bb1

Please sign in to comment.