Loading src/apply_Htarget_sparse.c +6 −0 Original line number Diff line number Diff line Loading @@ -51,8 +51,14 @@ void apply_Htarget_sparse( FpType *X_ = &(Xin_[0]); FpType *Y_ = &(Yout_[0]); #ifdef USE_MAGMA const int ltrue = (1 == 1); int need_allocate_X = ltrue; int need_allocate_Y = ltrue; /* int need_allocate_X = !dmrg_is_managed( Xin_ ); int need_allocate_Y = !dmrg_is_managed( Yout_ ); */ #endif /* Loading Loading
src/apply_Htarget_sparse.c +6 −0 Original line number Diff line number Diff line Loading @@ -51,8 +51,14 @@ void apply_Htarget_sparse( FpType *X_ = &(Xin_[0]); FpType *Y_ = &(Yout_[0]); #ifdef USE_MAGMA const int ltrue = (1 == 1); int need_allocate_X = ltrue; int need_allocate_Y = ltrue; /* int need_allocate_X = !dmrg_is_managed( Xin_ ); int need_allocate_Y = !dmrg_is_managed( Yout_ ); */ #endif /* Loading