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

version updated

parent c341793c
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
2019-01-03 Version 5.46

Compilation:

* C++11 required

Model Interface

* LinkProduct* removal and addition of
fillModelLinks with its documentation

Engine

* Operator has fermionOrBoson member
instead of fermionSign

TestSuite:

* ci accepts -e regex

* sanityRig started

2018-12-19 Version 5.44

Developer's interface:
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ Keys at https://g1257.github.com/keys.html

\begin{enumerate}

\item GNU C++ or LLVM CLANG++
\item GNU C++ or LLVM CLANG++ (C++11 is used)

\item (required) The BLAS and LAPACK library.

+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,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.45"
#define DMRGPP_VERSION "5.46"
#endif