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

version updated

parent 8cc27a78
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
2019-11-08 Version 5.64

* MultiExcited implemented
but changes are needed

* Multiple sectors implemented,
TargetingMultiQ no longer needed

* Bug fix for Ancilla (bug introduced in March 2019)

* Graphene model implemented

* SolverOptions now a class

2019-09-23 Version 5.62

User facing:
+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.63"
#define DMRGPP_VERSION "5.64"
#endif