Skip to content

Commit

Permalink
add missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Aug 23, 2024
1 parent b77ad36 commit 136775c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/symmetry/symmetrize_occupation_matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ symmetrize_occupation_matrix(Occupation_matrix& om__)
auto T = nl.T();
om__.nonlocal(i).zero();
for (int isym = 0; isym < sym.size(); isym++) {
int pr = sym[isym].spg_op.proper;
auto eang = sym[isym].spg_op.euler_angles;
auto& rotm = rotms[isym];
auto spin_rot_su2 = rotation_matrix_su2(sym[isym].spin_rotation);

Expand Down

0 comments on commit 136775c

Please sign in to comment.