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

Is it possible to add ions to an already solvated system, without adding any more water molecules? #400

Open
aniketsh opened this issue Nov 17, 2022 · 4 comments

Comments

@aniketsh
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@lohedges
Copy link
Member

Potentially you should be able to resolvate a system that was previously solvated and specify a new ion concentration. This would keep all existing water molecules, then adjust the ion concentration accordingly. (This isn't something that I've tested.)

Alternatively, you could replace some of the water molecules in the system with ions. This is not super easy given the current API but I could try to come up with an example script if the above doesn't work. (You could always just edit the top file that is generated if you know what you are doing.)

@aniketsh
Copy link
Author

Thanks, @lohedges. My issue, as you describe in option 1, for a membrane system, water molecules are inserted in the membrane. Is there any way to avoid it?

@lohedges
Copy link
Member

Ah, I see. We currently don't provide support for membrane simulations. This is a know issue with gmx solvate (our solvation backend) and they describe the issue, and some suggested workarounds here. We don't support the radius option that they suggest, but could look into it if useful. Previously we've found that some of the options don't always behave as you would logically expect, so have limited using them and let people use gmx solvate manually if desired.

@aniketsh
Copy link
Author

Thank you for this explaination. I am dealing with a situation wherein the water in the topology file is not continuous, for example:
Protein 1
Water 4
Ligand 1
Water 100
In order to put ions in this system with gromacs command, genion, I need to edit gro/pdb and topology file so that the water molecules enties are continuous. With BioSimSpace, I am able to solvate and Ionize these kind of systems , and was wondering do you take care of this ineranlly so that you are able to put ions in this system? and If yes, is it possible to get access to these objects or write them out as gro/pdb and top file?

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

2 participants