Skip to content

Commit

Permalink
Merge pull request #13 from katherlee/patch-2
Browse files Browse the repository at this point in the history
Add missing include for tests to compile
  • Loading branch information
iskakoff authored Jan 8, 2020
2 parents e9b765b + 0032ab7 commit b2a1275
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions include/edlib/NSymmetry.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@


#include <queue>
#include <alps/hdf5.hpp>
#include "Symmetry.h"
#include "Combination.h"
namespace EDLib {
Expand Down
2 changes: 1 addition & 1 deletion test/HubbardModel_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ TEST(HubbardModelTest, ReferenceTest) {
p["arpack.SECTOR"]=false;
p["storage.MAX_SIZE"]=576;
p["storage.MAX_DIM"]=36;
p["storage.EIGENVALUES_ONLY"]=false;
p["storage.EIGENVALUES_ONLY"]=0;
p["storage.ORBITAL_NUMBER"]=1;
p["arpack.NEV"]=1;

Expand Down
2 changes: 1 addition & 1 deletion test/Lanczos_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ TEST(HubbardModelTest, ReferenceTest) {
p["arpack.SECTOR"]=false;
p["storage.MAX_SIZE"]=864;
p["storage.MAX_DIM"]=36;
p["storage.EIGENVALUES_ONLY"]=false;
p["storage.EIGENVALUES_ONLY"]=0;
p["storage.ORBITAL_NUMBER"]=1;
p["arpack.NEV"]=100;
p["lanc.BETA"]=20;
Expand Down

0 comments on commit b2a1275

Please sign in to comment.