You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add getter function in parallel_2d.h
* refactor(parallel): Add MPI_Type type mapping template to eliminate duplicate specializations
- Add MPI_Type<T> template struct to map C++ types to MPI_Datatype
- Replace 30+ duplicate template specializations with 8 generic templates
- Add explicit instantiations for all required types
- Maintain full backward compatibility
* fix is_serial
* fix pv->coord[0] and pv->coord[1]
* update parallel_orbital, delete useless variable, use vector instead of new
* update parallel_orbital.h, change get_col_size(int iat) to get_ncol_atom(int iat), same for row
* add a new function paraV->is_invalid_atom_pair(iat1, iat2)
* add the function
* update
* delete useless run_symmetry.cpp
* delete useless functions and variables
* update
* fix bugs
* update
* update
---------
Co-authored-by: abacus_fixer <mohanchen@pku.eud.cn>
0 commit comments