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
I have one question about the code setting for Algorithm 2. In the step 14 of Algorithm 2, H_i <-- H_i - \alpha_i \frac{D^{+}V_i - D^{-}V_i}{2}. However, the setting in the code is like this, e.g., the 3D system example shows that 'V_new[i, j, k] = -(V_new[i, j, k] - diss[0])'. I don't understand why this is a sign. Could you please explain this inconsistent setting? I appreciate your help and support.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I have one question about the code setting for Algorithm 2. In the step 14 of Algorithm 2, H_i <-- H_i - \alpha_i \frac{D^{+}V_i - D^{-}V_i}{2}. However, the setting in the code is like this, e.g., the 3D system example shows that 'V_new[i, j, k] = -(V_new[i, j, k] - diss[0])'. I don't understand why this is a sign. Could you please explain this inconsistent setting? I appreciate your help and support.
Thank you.
The text was updated successfully, but these errors were encountered: