Loading ChangeLog.txt +21 −0 Original line number Diff line number Diff line 2019-01-22 Version 5.48 New features: * TargetingChebyshev: needs cocoon * Model KitaevWithGammas * InfiniteLoopeptStates= can be used for restarts * <bra|ket> with empty op-spec now accepted * coutAnalysis: prints max and average of each item Engine: * TargeParams* clean up * Targeting* clean up 2019-01-03 Version 5.46 Compilation: Loading src/Engine/Provenance.h +2 −2 Original line number Diff line number Diff line Loading @@ -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 "; Loading src/Version.h +1 −1 Original line number Diff line number Diff line #ifndef DMRGPP_VERSION #define DMRGPP_VERSION "5.47" #define DMRGPP_VERSION "5.48" #endif Loading
ChangeLog.txt +21 −0 Original line number Diff line number Diff line 2019-01-22 Version 5.48 New features: * TargetingChebyshev: needs cocoon * Model KitaevWithGammas * InfiniteLoopeptStates= can be used for restarts * <bra|ket> with empty op-spec now accepted * coutAnalysis: prints max and average of each item Engine: * TargeParams* clean up * Targeting* clean up 2019-01-03 Version 5.46 Compilation: Loading
src/Engine/Provenance.h +2 −2 Original line number Diff line number Diff line Loading @@ -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 "; Loading
src/Version.h +1 −1 Original line number Diff line number Diff line #ifndef DMRGPP_VERSION #define DMRGPP_VERSION "5.47" #define DMRGPP_VERSION "5.48" #endif