Skip to content

Commit

Permalink
examples: Minor correction to hubbard_holstein_1d
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Dec 17, 2021
1 parent 05d88ab commit 227c496
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/hubbard_holstein_1d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
// 'SelfAdjointEigenSolver' and the 'n_fermion_sector_view' objects.
//

// 'state_vector_eigen3.hpp' must be included before 'libcommute.hpp'.
// This way libcommute will know how to deal with Eigen's vector types.
#include <libcommute/loperator/state_vector_eigen3.hpp>

#include <libcommute/libcommute.hpp>

#include <Eigen/Eigenvalues>
Expand Down

0 comments on commit 227c496

Please sign in to comment.