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
In the thermal code, the stack buffer is separate from the walkers buffer for MPI. The former should be concatenated to the latter such that only the walkers buffer is passed around in the population control algorithms. See for instance:
In the thermal code, the
stack
buffer is separate from thewalkers
buffer for MPI. The former should be concatenated to the latter such that only thewalkers
buffer is passed around in the population control algorithms. See for instance:ipie/ipie/addons/thermal/walkers/pop_controller.py
Line 125 in 366c499
ipie/ipie/addons/thermal/walkers/pop_controller.py
Line 165 in 366c499
ipie/ipie/addons/thermal/walkers/pop_controller.py
Line 245 in 366c499
ipie/ipie/addons/thermal/walkers/pop_controller.py
Line 385 in 366c499
The text was updated successfully, but these errors were encountered: