[lammps-users] water datafile

No, you don’t write them manually. What Matt and I are suggesting is that you use a scripting program (such as Python or Perl, or whatever else you want) to build the system. You can choose how you want to place the particles in the system (randomly, as a pseudo-crystal like material with well-defined locations, etc.), and then determine the orientations of the particles–which determines the coordinates, and then write them to a data file.

You can even write the file so that you can generate different water models, handle different box sizes, and so on.

–AEI

If you just want to put molecules in a box randomly, try packmol. I've used it a few times and it works well. I found it by using google. It's one of several free and open source programs you can find on the internet using google. It should only take you a few minutes to find one suitable. You will likely have to modify the code to do the bonding part yourself, though.
Matt

Quoting "Ahmed E. Ismail" <[email protected]...>: