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
Keep running into error in the find_offsets function. In L79 the function needs a parameter "d" that is missing in the code. I'm not sure what the idea parameter and settings should be.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Parameter d in the find_offsets() function is a distance matrix dist_mtx between the coordinates of bulk WS and all water oxygens in the system. Make sure that the dist_mtx calculated in L68 is not empty.
Trying to run the compute_bulk.py using trajectory and topology from SI: https://zenodo.org/record/6478270
Keep running into error in the find_offsets function. In L79 the function needs a parameter "d" that is missing in the code. I'm not sure what the idea parameter and settings should be.
Thanks in advance!
The text was updated successfully, but these errors were encountered: