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 Fix: Out-of-memory in MPI+Canonnical+Sz/N-changing exitation #190

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

mitsuaki1987
Copy link
Member

スペクトル計算にて、Sz/電子数保存かつ、それらが変化してヒルベルト空間が変わる励起ベクトルのときで、励起サイトがノード間にまたがっている場合、領域外参照が起こっていた。
ただし、なぜかLLVMのときにしか落ちない。

原因:MPI_SendRecvで波動関数等を交換したあと、エルミート共役の方は計算する必要がないが係数を0にして演算子をかけていた。
GetOffCompがうまいことやるかと思っていたがそうなっていないようです。

@mitsuaki1987 mitsuaki1987 requested review from k-ido, k-yoshimi and tmisawa and removed request for tmisawa and k-ido November 29, 2024 01:24
@mitsuaki1987
Copy link
Member Author

@tmisawa
GetOffCompって、対応する状態がヒルベルト空間になかったら0を返すのではなかったでしたっけ?

int GetOffComp(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants