lammps-users Digest, Vol 116, Issue 56

I have a LT file but I dont know how to convert it on data file

Thank you very much

I have a LT file but I dont know how to convert it on data file

where did you get that .LT file from??
in the context of LAMMPS the filename extension LT is used by the
moltemplate tool. thus my guess is that you should read the
documentation of moltemplate and practice with the corresponding
tutorials posted here: http://www.moltemplate.org/

axel.

Thanks Axel.

If the file is named “system.lt”, then you normally would convert it to a LAMMPS data file & script by typing this command into a terminal:

moltemplate.sh system.lt

…but this only works if you have moltemplate.sh, python, and bash installed, and all of the supporting files that “system.lt” includes. (These files vary, but they often have names like “oplsaa.lt”, “gaff.lt”, “spce.lt”,…). Axel is right that you probably want to have a look at the examples at www.moltemplate.org.

If you explain what you are trying to do, we can provide more help. Cheers

Andrew