-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
Description
Hi,
I am new to moltemplate, so I am sorry if I asking a (trivial) question here. I wanna create forcefield.lt. Can I use LAMMPS variable
command in my script? I would like then use this forcefield.lt as a template and produce a collection of LAMMPS input files by bash scripts.
For instance I want to have the following command in my LAMMPS script
variable cutoff11 equal ${sig1}*1.12246205
where sig1
is then given to LAMMPS as an argument with the command-line option lmp_serial -var sig1 VALUE
.
Please see the part of the input file that I want to use variable
command in.
Thanks
Amir