In MD simulations, you usually have to define the size of each atom (by molecule files or through the main script). The smallest size assigned to the atoms determines the scale of the model. Also the size of the time-step is really important.
Hi Philip Kitchen , Peyman Aminpour , Navid Khademabbasi
Thank you very much for the response.
I want to compare the interactions of an organic molecule with water at ordinary and nano dimensions using gromacs software. How do we specify the size in nano dimension in gromacs and then proceed with NVT, NPT equilibrations? Could you please tell me? Thank you.
I don't understand what you mean by nano vs ordinary dimensions. The 'size' of your atoms (i.e. van der waals radius) is set by the forcefield you use and will correspond to experimentally determined values, or at least slightly tweaked experimental values that give the correct behaviour of some system (e.g. freezing points, partition coefficients, etc), and is independent of the size of the simulated system.
Do you mean that you want to compare the behaviour of your molecule in bulk water vs. behaviour in contact with only a small number of water molecules in vacuum?
Perhaps you could draw a sketch of the two systems you want to simulate? That might help us to understand what you're trying to do!
Okay - so the question is how does my nanoparticle affect urea-water interactions?
Practically, to build the topology, the simplest way (for me anyway) is to have your nanoparticle parameters in a .itp file, then build your topology with something like:
#include "FORCEFIELD NAME.ff/forcefield.itp"
#include "nanoparticle.itp"
#include "urea.itp"
#include "tip3p.itp" (or whatever water model is appropriate)
[ system ]
Nanoparticle and urea in water
[ molecules ]
Nanoparticle X
Urea Y
SOL Z
Chapter 5 of the Gromacs manual has very detailed instructions on how to build topologies.