Skip to content

Commit

Permalink
fix me
Browse files Browse the repository at this point in the history
  • Loading branch information
hczhai committed Jun 21, 2024
1 parent 7833414 commit fb637dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dmrg/moving_environment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2147,7 +2147,7 @@ template <typename S, typename FL, typename FLS> struct MovingEnvironment {
info->initialize(*llu, *rru, pket_dqs[j], false, true);
infos.push_back(info);
}
cpket = make_shared<SparseMatrixGroup<S, FL>>(d_alloc);
cpket = make_shared<SparseMatrixGroup<S, FLS>>(d_alloc);
cpket->allocate(infos);
cpket->clear();
} else if (infer_info) {
Expand Down

0 comments on commit fb637dc

Please sign in to comment.