Skip to content
Snippets Groups Projects

Fix OEP full - spin polarized case

Merged Nicolas Tancogne-Dejean requested to merge fix_oep_polarized into hotfix-12.2
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -388,7 +388,7 @@ __kernel void X(projector_ket)(const int nmat,
@@ -388,7 +388,7 @@ __kernel void X(projector_ket)(const int nmat,
__global rtype const * restrict matrix,
__global rtype const * restrict matrix,
__global int const * restrict map,
__global int const * restrict map,
__global rtype const * restrict projection, const int ldprojection,
__global rtype const * restrict projection, const int ldprojection,
__global rtype * restrict psi, const int ldpsi
__global rtype * restrict psi, const int ldpsi,
const int ip_start,
const int ip_start,
const int ip_end
const int ip_end
){
){
Loading