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

Liquid.pdb: Sizes detected: {3, 6} and the PBC #232

Open
bieniekmateusz opened this issue Aug 20, 2021 · 0 comments
Open

Liquid.pdb: Sizes detected: {3, 6} and the PBC #232

bieniekmateusz opened this issue Aug 20, 2021 · 0 comments

Comments

@bieniekmateusz
Copy link
Contributor

I've generated a simple box with waters which creates this error:
Possible issue because molecules are not all the same size! Sizes detected: {3, 6}
It seems that the molecule representation merged some molecules together, and in the case I checked, these molecules were across the PBC box.

For example, in my case, these were:
615 = {dict: 3} {'n': 'O', 'e': 'O', 'x': array([ 2.045, -6.207, -9.691])} 616 = {dict: 3} {'n': 'H1', 'e': 'H', 'x': array([ 1.453, -5.484, -9.898])} 617 = {dict: 3} {'n': 'H2', 'e': 'H', 'x': array([ 2.72 , -6.166, -10.369])} 75 = {dict: 3} {'n': 'O', 'e': 'O', 'x': array([ 1.946, -5.065, 8.431])} 76 = {dict: 3} {'n': 'H1', 'e': 'H', 'x': array([ 2.815, -4.679, 8.324])} 77 = {dict: 3} {'n': 'H2', 'e': 'H', 'x': array([ 1.77 , -5.004, 9.37 ])}

across
However, increasing the size of the PBC box by 0.5 A removed the issue with 6-atom molecules.

I uploaded the liquid.pdb with the corrected PBC. liquid.pdb.txt

I've run a few simulations initially ignoring the comment. Would you expect it to have any substantial impact on the results?

Thanks,
@jthorton

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

No branches or pull requests

1 participant