Describe the Code Quality Issue
The deepks_hmat.cpp contains two functions called collect_h_mat() and check_h_mat(). The first one is used to convert a matrix from vector type to matrix type (and collect data from different process). But this is used later only for output and maybe it can be simplified. The second function is not used anywhere in the code. So this file can be removed.
Also, files in doxygen/ and sphinx/ directories are not used now and can be safely removed.
Additional Context
No response
Task list for Issue attackers (only for developers)
Describe the Code Quality Issue
The deepks_hmat.cpp contains two functions called
collect_h_mat()andcheck_h_mat(). The first one is used to convert a matrix from vector type to matrix type (and collect data from different process). But this is used later only for output and maybe it can be simplified. The second function is not used anywhere in the code. So this file can be removed.Also, files in doxygen/ and sphinx/ directories are not used now and can be safely removed.
Additional Context
No response
Task list for Issue attackers (only for developers)