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

version updated

parent 80fbf1a2
Loading
Loading
Loading
Loading
+54 −0
Original line number Diff line number Diff line
2020-07-31 Version 5.72

Interface changes:

* observe warns if run didn't set first bit of last triplet.

* libdmrgpp.a is a very light library that is now used
by cincuenta

Model Specific:

* HubbardAncilla: na operator

* tjOneOrbital was deleted: use TjMultiOrb with Orbitals=1

* Kondo symmetries (Thanks to Jacek H.)

* Heisenberg: Aklt.h added

New Features:

* TargetingExpression (Thanks to Shi F. and Oscar A.)

* Include input blob in Recovery files

Scripts:

* hd5ToTime.pl: gives real time of hd5 file

* honeycomb.pl: armchair mode support periodicx

* honeycomb.pl script: better interface

* manyOmegas.pl: jobid no longer needed

* script for Fourier space AND time

* betterTimeObs.pl: sort times numerically (Thanks to Pontus)

* pgfplot: Do not overwrite palette.tex or sample.tex

* omegaCuts.pl script added

* sumRule.pl script added for dynamics

* sq.pl script added (static correlations in k-space)

TestSuite

* test 1955 fixed Awesome Predicates

* test 5504 fixed for Chebyshev dynamics (Thanks to Alberto)


2020-03-13 Version 5.70

Bug fixes:
+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.71"
#define DMRGPP_VERSION "5.72"
#endif