Skip to content

Commit f26708b

Browse files
committed
update psi
1 parent c562b60 commit f26708b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_psi/psi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Psi<T, Device>::Psi(const int nk_in,
154154
const bool k_first_in)
155155
{
156156
// Currently this function only supports nk_in == 1 when called within diagH_subspace_init.
157-
assert(nk_in == 1);
157+
// assert(nk_in == 1);
158158

159159
this->k_first = k_first_in;
160160
this->allocate_inside = true;

0 commit comments

Comments
 (0)