How can I create a water box around our system with desired dimensions with desired number of solvent molecules around it (say a 50A x 50A x 50A cubic box containing 1000 water moleclues.) using namd and vmd ?
I came across the following command:
package require solvate
solvate abc.psf abc.pdb -t 5 -o abc_wb
But, what does the flag, -t 5 mean here ? What distance does 5 represent? And also, is there a way to set the number of solvent molecules? Can anyone help me out.
Thanks in advance.