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

Isolate Bfields functions #61

Merged
merged 17 commits into from
Feb 14, 2025
Merged

Conversation

o-morikawa
Copy link
Contributor

@o-morikawa o-morikawa commented Feb 5, 2025

Dear Yuki,

(Maybe) All B-fields functions are isolated; the file name is _Bfields.jl.
These are implemented by "include(
_Bfields.jl)" in each parent file.

A comment:
In gaugefields_4D_mpi(nowing), the function "thooftLoop_4D_B_temporal(no)wing_mpi" is not correct.
spatial_strpos and spatial_endpos are not good for MPI.

E.g., L=16, tloop_dis=4, strpos=1, endpos=5:
Between strpos and endpos, B is nontrivial (^), otherwise trivial (-).
Not MPI:
-|^^^^|----------- Correct!
MPI: np=2 (I denote "||" as this)
-|^^^^|---||-|^^^^|--- Not correct!

Also if tloop_dis=8, I want:
-|^^^^^^^^|-------
-|^^^^^^^||^|-------

@cometscome cometscome merged commit db417f1 into akio-tomiya:master Feb 14, 2025
7 checks passed
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

Successfully merging this pull request may close these issues.

2 participants