File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace hsolver
1010{
1111// DiagoCusolverMP class, derived from DiagH, for diagonalization using CUSOLVERMP
1212template <typename T>
13- class DiagoCusolverMP : public DiagH <T>
13+ class DiagoCusolverMP
1414{
1515 private:
1616 using Real = typename GetTypeReal<T>::type;
@@ -19,8 +19,8 @@ class DiagoCusolverMP : public DiagH<T>
1919 DiagoCusolverMP ()
2020 {
2121 }
22- // Override the diag function for CUSOLVERMP diagonalization
23- void diag (hamilt::Hamilt<T>* phm_in, psi::Psi<T>& psi, Real* eigenvalue_in) override ;
22+ // the diag function for CUSOLVERMP diagonalization
23+ void diag (hamilt::Hamilt<T>* phm_in, psi::Psi<T>& psi, Real* eigenvalue_in);
2424};
2525} // namespace hsolver
2626#endif // __CUSOLVERMP
You can’t perform that action at this time.
0 commit comments