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
e7a35f32
Verified
Commit
e7a35f32
authored
Jan 03, 2019
by
Alvarez, Gonzalo
Browse files
version updated
parent
c341793c
Changes
4
Show whitespace changes
Inline
Side-by-side
ChangeLog.txt
View file @
e7a35f32
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
2018-12-19 Version 5.44
Developer's interface:
Developer's interface:
...
...
README.md
View file @
e7a35f32
...
@@ -102,7 +102,7 @@ Keys at https://g1257.github.com/keys.html
...
@@ -102,7 +102,7 @@ Keys at https://g1257.github.com/keys.html
\b
egin{enumerate}
\b
egin{enumerate}
\i
tem GNU C++ or LLVM CLANG++
\i
tem GNU C++ or LLVM CLANG++
(C++11 is used)
\i
tem (required) The BLAS and LAPACK library.
\i
tem (required) The BLAS and LAPACK library.
...
...
src/Engine/Provenance.h
View file @
e7a35f32
...
@@ -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 @
e7a35f32
#ifndef DMRGPP_VERSION
#ifndef DMRGPP_VERSION
#define DMRGPP_VERSION "5.4
5
"
#define DMRGPP_VERSION "5.4
6
"
#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