-
Notifications
You must be signed in to change notification settings - Fork 45
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
Incomplete sampling for conformational search on a system of two molecules #394
Comments
Works fine even without NCI stuff; I assume you where after conformations in the 5-ring? |
Great, thank you. Yes the 5-ring. Okay I see that in my original calculation that many conformers are being removed in the dynamics due to topology changes. Sorry for the following questions but trying to understand a few details. When is using --notopo recommended? Maybe for multi-molecular systems? Is it a result of the fact that the your bond assignment creates a bond between the two molecules and that the dynamics is breaking the bond? If so what does that have to do with the 5-ring? Maybe all 5-ring changes also have those bonds breaking and so they are removed? Also is there a specific reason why you recommend running with --nocross? |
The initial geometry optimization converges to something with changed topology w.r.t. the sulfur atom and you will see the program stopping automatically due to that. I used |
Oh sorry, one addition: I have mistyped in the |
So I guess previously it was silently doing nothing? Okay that explains the slight difference wrt when I ran your recommendation (less the freeze option) using my original substructure constraints. Does freeze='1,2,...' apply substructure constraints to those atoms and the rest of the atom for dynamics automatically? |
The freeze disallows any change to the frozen atom's coordinates in the dynamics and geometry optimization procedures (within numerical precision, there are some double to single precision typecasts and projections in the geometry opt.). |
Okay. Makes sense. Thank you. Feel free to close this case. |
Yes, that's what I meant, it sampled well even without the freeze command. With it you will probably need to turn SHAKE off. What's also beneficial is to NOT freeze one of the P atoms, e.g. # 10, so that the ring can do more floppy movements. |
I have an input system composed of two molecules, (1) one molecule with conformational degrees of freedom and (2) the other a diatomic molecule, on which I want to run conformational search. If running only (1) then conformers are properly returned. But if running the attached input featuring both molecules in the input as a supersystem then only a single supersystem conformer is returned which is unexpected. Not sure why it doesn't sample (1) in the supersystem. I have experimented quite a bit with input settings, including energy window, RMSD, NCI mode, etc., but still only a single conformer. I know at least one other conformational search engine is able to do it. Please advise if this is possible to do and if so how. Run the attached tarball using Crest version 3.
crest_test.tar.gz
The text was updated successfully, but these errors were encountered: