Where are the water molecules? #1232
-
When I run any transformation, I understand that it automatically solvates the structure. Is there a way to write out this entire system solvent and all for visualization? By default, it writes out structures with Na and Cl atoms, but no water. Great software! It has been extremely useful! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @CurtisColwell, Apologies for the delayed response. If you want to see the whole system, you currently have to set It is on our todo list to always write out a fully solvated PDB at the start of the simulation, I'll see if I can sneak that into the next release. |
Beta Was this translation helpful? Give feedback.
Hi @CurtisColwell,
Apologies for the delayed response. If you want to see the whole system, you currently have to set
settings.output_settings.output_indices
toall
instead ofnot water
. This however will yield much larger trajectories (so you might want to adjust how often you save to frames usingsettings.output_settings.positions_write_frequency
).It is on our todo list to always write out a fully solvated PDB at the start of the simulation, I'll see if I can sneak that into the next release.