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
776137fd
Commit
776137fd
authored
Jan 03, 2020
by
Alvarez, Gonzalo
Browse files
ChemicalH: compilation fix
parent
00217de3
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/DmrgDriver.h
View file @
776137fd
...
...
@@ -23,6 +23,7 @@
#include "OperatorSpec.h"
#include "CanonicalExpression.h"
#include "ModelBase.h"
#include "SuperGeometry.h"
#ifndef USE_FLOAT
typedef
double
RealType
;
...
...
src/Engine/HamiltonianConnection.h
View file @
776137fd
...
...
@@ -82,7 +82,6 @@ DISCLOSED WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS.
#include <cassert>
#include "ProgramGlobals.h"
#include "HamiltonianAbstract.h"
#include "SuperGeometry.h"
#include "Vector.h"
#include "VerySparseMatrix.h"
#include "ProgressIndicator.h"
...
...
src/ObserveDriver.h
View file @
776137fd
...
...
@@ -27,6 +27,7 @@
#include "ModelSelector.h"
#include "ModelBase.h"
#include "InputFromDataOrNot.h"
#include "SuperGeometry.h"
namespace
Dmrg
{
...
...
src/dmrg.cpp
View file @
776137fd
...
...
@@ -3,7 +3,6 @@
#include "Provenance.h"
#include "RegisterSignals.h"
#include "DmrgDriver.h"
#include "SuperGeometry.h"
typedef
PsimagLite
::
Vector
<
PsimagLite
::
String
>::
Type
VectorStringType
;
typedef
PsimagLite
::
CrsMatrix
<
std
::
complex
<
RealType
>
>
MySparseMatrixComplex
;
...
...
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