Verified Commit e508e549 authored by Alvarez, Gonzalo's avatar Alvarez, Gonzalo
Browse files

version updated

parent 57e01efe
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
2019-01-31 Version 5.50

Bug fixes:

* Kitaev: bug fix when using gammas

* OperatorSpec: bug fixes for bracketed sites

User interface:

* openblas used by default

* observe: onepoint no longer supported

* bare operator-specs no longer supported
(except for RixsDynamic)

New features:

* CorrectionVector can restart from a previous
CorrectionVector run

* TargetingRixDynamic: cocoon for Cheby
(contributed by Alberto)

Refactoring:

* TargetingCommon: legacy cocoons deleted

* PreOperator classes deleted

* Stages of Targeting now in StageEnum

2019-01-22 Version 5.48

New features:
+2 −2
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@ public:
	static PsimagLite::String logo(PsimagLite::String appName)
	{
		PsimagLite::OstringStream msg;
		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_LONG
		ctOpts += "LONG ";
+1 −1
Original line number Diff line number Diff line
#ifndef DMRGPP_VERSION
#define DMRGPP_VERSION "5.49"
#define DMRGPP_VERSION "5.50"
#endif