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
@@ -674,7 +674,7 @@ subroutine X(orbitalset_get_position_matrix_elem)(os, ndim, psib, idir, dot)
SAFE_ALLOCATE(xx(os%sphere%np))
!$omp parallel do
do ip = 1, os%sphere%np
xx(ip) = os%sphere%rel_x(ip,idir)+os%sphere%center(idir)
xx(ip) = os%sphere%rel_x(idir, ip)+os%sphere%center(idir)
end do
if(psib%status() /= BATCH_DEVICE_PACKED) then
Loading