Skip to content

Commit

Permalink
[version] Update version from to 0.3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhangxyz committed Nov 22, 2023
1 parent aafbc20 commit 1c62985
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
* Changelog

** [[https://github.com/USTC-TNS/TAT/compare/v0.3.10...dev][Unreleased]]
** [[https://github.com/USTC-TNS/TAT/compare/v0.3.11...dev][Unreleased]]

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

** [[https://github.com/USTC-TNS/TAT/compare/v0.3.10...v0.3.11][v0.3.11]] - 2023-11-22

*** Added
+ *tetragono*: Add =gm_conf_eq= to equilibrium the configuration of the sampling lattice.
Expand All @@ -16,7 +24,6 @@
+ *tetragono*: Allow user to set hamiltonian term on the same positions multiple times, which allows user to use
=state.hamiltonians[positions]+=tensor=. Previously, the program will throw error saying hamiltonian term has already
been set, but recently, some models need adding term on the same positions.
*** Deprecated
*** Removed
+ *tetragono*: Remove ansatz product state support, which may be added again in the future, but it require many updates.
*** Fixed
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.3.10"
PROJECT_NUMBER = "0.3.11"
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 @@ -36,7 +36,7 @@
*/
namespace TAT {
#ifndef TAT_VERSION
#define TAT_VERSION "0.3.10"
#define TAT_VERSION "0.3.11"
#endif

/**
Expand Down

0 comments on commit 1c62985

Please sign in to comment.