File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88#include " module_hsolver/kernels/cuda/diag_cusolvermp.cuh"
99namespace hsolver
1010{
11- // DiagoCusolverMP class, derived from DiagH, for diagonalization using CUSOLVERMP
11+ // DiagoCusolverMP class, for diagonalization using CUSOLVERMP
1212template <typename T>
1313class DiagoCusolverMP
1414{
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ namespace hsolver
1212{
1313
1414template <typename T>
15- class DiagoPexsi : public DiagH <T>
15+ class DiagoPexsi
1616{
1717 private:
1818 using Real = typename GetTypeReal<T>::type;
1919 static std::vector<double > mu_buffer;
2020
2121 public:
2222 DiagoPexsi (const Parallel_Orbitals* ParaV_in);
23- void diag (hamilt::Hamilt<T>* phm_in, psi::Psi<T>& psi, Real* eigenvalue_in) override ;
23+ void diag (hamilt::Hamilt<T>* phm_in, psi::Psi<T>& psi, Real* eigenvalue_in);
2424 const Parallel_Orbitals* ParaV;
2525 std::vector<T*> DM;
2626 std::vector<T*> EDM;
You can’t perform that action at this time.
0 commit comments