2016-04-09 16:45 GMT-06:00 Alireza Moradzadeh <
a.m...@gmail.com>:
> How can i impose absolute value selection on my simulation.
You can use the abs() function in the functional form.
>By the way, using sigma and epsilon there is no need for table, wouldn't it be better to change topology file at each step. So implementation of combination rule would be automatic. I already wrote a simple scripts to do this after each iteration but it has some limitation for example i have to run my setting file step by step. This approach slow downs my work.
Sure, that would be another way to implement it, but then VOTCA
wouldn't be able to use any other functional form that LJ, which would
be a huge restriction. When you search the mailing list you will see
that this topic came up before and there was the idea to write a
post-update script to convert the simplex state file back to an LAMMPS
parameter input, so this approach is surely possible.
But we opted to use tables to keep VOTCA more flexible (and simpler)
beside the fact that I am not really seeing any downside to it. In
addition you still need to implement a range check for the parameters
like e.g. suggested in sec 4.1 of:
<
https://www.cs.usfca.edu/~brooks/papers/amoeba.pdf>
Christoph