diff --git a/CHANGELOG.org b/CHANGELOG.org index 4c5284d7f..20a6f3d26 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -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. @@ -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 diff --git a/TAT/include/TAT/utility/common_variable.hpp b/TAT/include/TAT/utility/common_variable.hpp index 2d8fe1b3a..55e15b609 100644 --- a/TAT/include/TAT/utility/common_variable.hpp +++ b/TAT/include/TAT/utility/common_variable.hpp @@ -36,7 +36,7 @@ */ namespace TAT { #ifndef TAT_VERSION -#define TAT_VERSION "0.3.16" +#define TAT_VERSION "0.3.17" #endif /**