Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Laurell, Pontus Bengt Johan
dmrgpp
Commits
e694c0da
Verified
Commit
e694c0da
authored
Dec 19, 2018
by
Alvarez, Gonzalo
Browse files
version updated
parent
1be07ae0
Changes
4
Show whitespace changes
Inline
Side-by-side
ChangeLog.txt
View file @
e694c0da
2018-12-19 Version 5.44
Developer's interface:
* Changes to Model interface; see the manual for details
User visible:
* Hubbard and related models: sz has correct 0.5 factor now
New features:
* ChebyshevTargeting added but not yet ready (Alberto)
Documentation:
* Operator Expressions now documented in manual
(only canonical ones supported for now)
Build system:
* boost-devel is now a dependency. Only header
files are used; the boost runtime(s) aren't used
2018-12-10 Version 5.42
2018-12-10 Version 5.42
Bug fixes:
Bug fixes:
...
...
README.md
View file @
e694c0da
...
@@ -110,7 +110,8 @@ Keys at https://g1257.github.com/keys.html
...
@@ -110,7 +110,8 @@ Keys at https://g1257.github.com/keys.html
\i
tem (required) PsimagLite. See below for details.
\i
tem (required) PsimagLite. See below for details.
\i
tem (optional) boost-devel (boost-spirit) for Ainur
\i
tem (required) boost-devel (boost-spirit) for Ainur
Only headers files are used; boost runtime is not used.
\i
tem (optional) GSL (GNU Scientific library)
\i
tem (optional) GSL (GNU Scientific library)
...
...
src/Engine/Provenance.h
View file @
e694c0da
...
@@ -15,8 +15,8 @@ public:
...
@@ -15,8 +15,8 @@ public:
static
PsimagLite
::
String
logo
(
PsimagLite
::
String
appName
)
static
PsimagLite
::
String
logo
(
PsimagLite
::
String
appName
)
{
{
PsimagLite
::
OstringStream
msg
;
PsimagLite
::
OstringStream
msg
;
msg
<<
appName
<<
"
\x1b
[38;5;
1
24m"
;
msg
<<
appName
<<
"
\x1b
[38;5;24
0
m"
;
msg
<<
" [
features
"
<<
DMRGPP_VERSION
<<
"] "
<<
PsimagLite
::
AnsiColor
::
reset
;
msg
<<
" [
master
"
<<
DMRGPP_VERSION
<<
"] "
<<
PsimagLite
::
AnsiColor
::
reset
;
PsimagLite
::
String
ctOpts
(
""
);
PsimagLite
::
String
ctOpts
(
""
);
#ifdef USE_LONG
#ifdef USE_LONG
ctOpts
+=
"LONG "
;
ctOpts
+=
"LONG "
;
...
...
src/Version.h
View file @
e694c0da
#ifndef DMRGPP_VERSION
#ifndef DMRGPP_VERSION
#define DMRGPP_VERSION "5.4
3
"
#define DMRGPP_VERSION "5.4
4
"
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment