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
For "Padding of Hamiltonian and overlap matrices", we need to change readDiagInfo in initial_read_module.f90. Now, I assume this will be done in two steps.
Introducing the enlarged size of Hamiltonian and overlap matrices, assuming that all other parameters (block_size_r etc.) are provided from a user.
The appropriate parameters for matrix diagonalization will be automatically set.
After the first step is finished, the changes in other routines will be implemented to allow having an enlarged size for Hamiltonian matrix.
Then, the second step will be implemented.
For the setting of parameters, another issue will be made just for the discussion.
The text was updated successfully, but these errors were encountered:
Now, I assume
we can use the same way to determine proc_groups, proc_rows & proc_cols, and
users will set block_size_r and block_size_c (= block_size_r).
For "Padding of Hamiltonian and overlap matrices", we need to change
readDiagInfo
ininitial_read_module.f90
. Now, I assume this will be done in two steps.After the first step is finished, the changes in other routines will be implemented to allow having an enlarged size for Hamiltonian matrix.
Then, the second step will be implemented.
For the setting of parameters, another issue will be made just for the discussion.
The text was updated successfully, but these errors were encountered: