forked from abacusmodeling/abacus-develop
-
Notifications
You must be signed in to change notification settings - Fork 152
Closed
Description
Describe Current Status and Possible Solution
The charge mixing codes will be reconstructed soon. Following aspects are considered this time:
- correctness of mixing method name. In previous code the 'pulay' mixing_type is actually implemented as 'broyden', and 'broyden' is itself. This time this will be corrected.
- implementation of standard Pulay mixing method.
- feature support. For DFT+U needs mixing of density matrix, other quantities will be possible to mix in the future, while previous code only support mixing of charge density data, there is also another place (module_ri) where mixing of density matrix is implemented, this time the mixing of density matrix will be also supported, the related code in module_ri is also planned to re-organized.
- heterogeneous programming. The container Tensor is designed for supporting heterogeneous computing. To minimize data exchange between devices, i.e., CPU and GPU, history data will be directly saved in Tensor in device perform computation.
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels