Loading ChangeLog.txt +42 −0 Original line number Diff line number Diff line 2019-05-20 Version 5.56 Scripts: * correlations.pl6 added * delta delta read and write scripts * pgfplot.pl: various improvements * procOmegas: supports Chebyshev User Interface: * OuputFile= can now be omitted from input Bug fixes: * RashbaSOC: bug fixes New Features * Chebyshev non-RIXS now works * RixsDynamics: supports Chebyshev (more testing needed) Refactor: * OneOperatorSpec moved to PsimagLite so Lanczos++ can use it * KrylovHelper added * Wft Helper added TestSuite: * ci: 4804 and 4808 for RashbaSOC * ci: 3510-3511 and 3530-3532 for Chebyshev non-RIXS * ci and postCi now can verify out.spectrum files 2019-04-02 Version 5.54 Scripts: Loading src/Engine/Provenance.h +2 −2 Original line number Diff line number Diff line Loading @@ -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 "; Loading src/Version.h +1 −1 Original line number Diff line number Diff line #ifndef DMRGPP_VERSION #define DMRGPP_VERSION "5.55" #define DMRGPP_VERSION "5.56" #endif Loading
ChangeLog.txt +42 −0 Original line number Diff line number Diff line 2019-05-20 Version 5.56 Scripts: * correlations.pl6 added * delta delta read and write scripts * pgfplot.pl: various improvements * procOmegas: supports Chebyshev User Interface: * OuputFile= can now be omitted from input Bug fixes: * RashbaSOC: bug fixes New Features * Chebyshev non-RIXS now works * RixsDynamics: supports Chebyshev (more testing needed) Refactor: * OneOperatorSpec moved to PsimagLite so Lanczos++ can use it * KrylovHelper added * Wft Helper added TestSuite: * ci: 4804 and 4808 for RashbaSOC * ci: 3510-3511 and 3530-3532 for Chebyshev non-RIXS * ci and postCi now can verify out.spectrum files 2019-04-02 Version 5.54 Scripts: Loading
src/Engine/Provenance.h +2 −2 Original line number Diff line number Diff line Loading @@ -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 "; Loading
src/Version.h +1 −1 Original line number Diff line number Diff line #ifndef DMRGPP_VERSION #define DMRGPP_VERSION "5.55" #define DMRGPP_VERSION "5.56" #endif