Skip to content

Commit

Permalink
update psi
Browse files Browse the repository at this point in the history
  • Loading branch information
haozhihan committed Jan 17, 2025
1 parent c562b60 commit f26708b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module_psi/psi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Psi<T, Device>::Psi(const int nk_in,
const bool k_first_in)
{
// Currently this function only supports nk_in == 1 when called within diagH_subspace_init.
assert(nk_in == 1);
// assert(nk_in == 1);

this->k_first = k_first_in;
this->allocate_inside = true;
Expand Down

0 comments on commit f26708b

Please sign in to comment.