Feature out_dm
should be deleted, and rename out_dm1
to out_dm
. Also feature of init_dm
is needed.
#4368
Labels
Input&Output
Suitable for coders without knowing too many DFT details
Background
In ABACUS,
out_dm
feature only support gamma-only calculation, and only density matrix of gamma_point will be outputted as dense matrix, which is useless now.I suggest to modify this feature to output real space density matrix (DMR) with non-zero matrix elements as CSR format (the feature of
out_dm1
).Feature of
init_dm
for reading DMR file to restart SCF calculation is also needed.Describe the solution you'd like
out_dm
.out_dm1
, use DensityMatrix::DMR to print CSR format file but not current code.init_dm
.Task list only for developers
Notice Possible Changes of Behavior (Reminder only for developers)
No response
Notice any changes of core modules (Reminder only for developers)
No response
Notice Possible Changes of Core Modules (Reminder only for developers)
No response
Additional Context
No response
Task list for Issue attackers (only for developers)
The text was updated successfully, but these errors were encountered: