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

version updated

parent 8d538ab6
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
2019-06-25 Version 5.58

Scripts:

* procOmegas writes out.space

* OmegaUtils supports open boundary condition

* fromOutSpace performs Fourier transform from out.space

New features:

* TargetingMultQ added

* KondoEx added

* RestartStruct takes new input lines

* RecoverySave and Load supported only by loop

* ./observe -f data.hd5
can now be used instead of ./observe -f input.inp

2019-05-20 Version 5.56

Scripts:
+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.57"
#define DMRGPP_VERSION "5.58"
#endif