CONQUEST-release icon indicating copy to clipboard operation
CONQUEST-release copied to clipboard

Changes needed in readDiagInfo in initial_read_module.f90

Open tsuyoshi38 opened this issue 1 year ago • 1 comments

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.

  1. Introducing the enlarged size of Hamiltonian and overlap matrices, assuming that all other parameters (block_size_r etc.) are provided from a user.
  2. 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.

tsuyoshi38 avatar Jul 20 '23 01:07 tsuyoshi38