Skip to content

Commit

Permalink
put two_level_step inside if(cal_exx)
Browse files Browse the repository at this point in the history
  • Loading branch information
maki49 committed Jul 13, 2024
1 parent 4193864 commit 23dad0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/module_ri/Exx_LRI_interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ void Exx_LRI_Interface<T, Tdata>::exx_beforescf(const K_Vectors& kv, const Charg
this->mix_DMk_2D.set_mixing(nullptr);
} else {
this->mix_DMk_2D.set_mixing(chgmix.get_mixing());
}
}
// for exx two_level scf
this->two_level_step = 0;
}
// for exx two_level scf
this->two_level_step = 0;
#endif // __MPI
}

Expand Down

0 comments on commit 23dad0e

Please sign in to comment.