Unverified Commit 5d9e6124 authored by Alvarez, Gonzalo's avatar Alvarez, Gonzalo
Browse files

version updated

parent 66f88499
Loading
Loading
Loading
Loading
+42 −0
Original line number Diff line number Diff line
2020-12-02 Version 5.76

* ScalingInputFeature: For FiniteLoops, for 
Target quantum numbers, for TSPSites

* HeisenbergMix: new model: spin 1/2 on the border sites

* HubbardHolstein supports OneSiteTruncation now

* HeisenbergAncillaC: spin > 1/2 bug fix, but
Entangler still wrong in paper and pencil

* procOmegas: When undefined value for site, file
is also printed for better debugging

* procOmegas: supports missing P3

* ci: 4702-4706 HubbardHolstein one site trunc.

* SDHS: two point observe supported
(SDHS means site-dependent Hilbert spaces or models
with different kinds of atoms)

* SDHS: one point observations supported

* SDHS: in-situ measurements supported

* OneSiteTruncation in Engine

* ModelBase::postCtor now reentrant

* Model terms can now be cloned

* Model Hilbert size now cached

* FiniteLoop now a class proper and FiniteLoop.cpp deleted

* Entangler.h deleted

* Changes due to boost serialization headers deleted


2020-10-27 Version 5.74

User interface:
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@ public:
	{
		PsimagLite::OstringStream msgg(std::cout.precision());
		PsimagLite::OstringStream::OstringStreamType& msg = msgg();
		msg<<appName<<"\x1b[38;5;124m";
		msg<<" [features "<<DMRGPP_VERSION<<"] "<<PsimagLite::AnsiColor::reset;
		msg<<appName<<"\x1b[38;5;240m";
		msg<<" [master "<<DMRGPP_VERSION<<"] "<<PsimagLite::AnsiColor::reset;
		PsimagLite::String ctOpts("");
#ifdef USE_SHORT
		ctOpts += "SHORT ";
+1 −1
Original line number Diff line number Diff line
#ifndef DMRGPP_VERSION
#define DMRGPP_VERSION "5.75"
#define DMRGPP_VERSION "5.76"
#endif