Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug report in DMFTwDFT/sources/src/read_inputs.F90 #6

Closed
yuechm opened this issue Mar 10, 2022 · 0 comments
Closed

bug report in DMFTwDFT/sources/src/read_inputs.F90 #6

yuechm opened this issue Mar 10, 2022 · 0 comments

Comments

@yuechm
Copy link

yuechm commented Mar 10, 2022

In the line #333 of DMFTwDFT/sources/src/read_inputs.F90
You should use
Overlap=MATMUL(TRANSPOSE(CONJG(UNI_loc)),UNI_loc)
instead of
Overlap=MATMUL(UNI_loc,TRANSPOSE(CONJG(UNI_loc)))
to check the unitarity of matrix of a_matrix, Amn(k).

The bug is due to dimension mismatch between Overlap (dimension nwannnwann) and MATMUL(UNI_loc,TRANSPOSE(CONJG(UNI_loc))) (nband_maxnband_max).

@yuechm yuechm closed this as completed Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant