Skip to content
Snippets Groups Projects

Symmetrization of the occupation matrices

Merged Nicolas Tancogne-Dejean requested to merge symmetrize_occ_matrices into main
All threads resolved!
+ 2
2
@@ -1148,7 +1148,7 @@ contains
type(grid_t), intent(in) :: gr
type(states_elec_t), intent(in) :: st
integer :: nsym, iop, ios, iatom, iatom_sym, im, ios_sym
integer :: nsym, iop, ios, iatom, iatom_sym, ios_sym
PUSH_SUB(build_symmetrization_map)
@@ -1203,7 +1203,7 @@ contains
type(symmetries_t), intent(in) :: symm
real(real64), intent(inout) :: weight(:,:,:)
integer :: im, imp, iop, ll, mm
integer :: im, imp, iop, mm
real(real64), allocatable :: orb(:,:), orb_sym(:), ylm(:)
type(submesh_t) :: sphere
real(real64) :: rc, norm, origin(space%dim)
Loading