GROMACS version: 2022.3
GROMACS modification: No
Hello,
The documentation for virtual sites that are coincident with another atom (directive [ virtual_sites1] ) states that the value for the funct
is 0
as seen in Table 14 . But the example of its use, given elsewhere in the documentation, shows a value of 1
So say I have site 50
on ai 20
, should the directive look like
[ virtual_sites1]
50 20 0
OR
50 20 1
?
Thanks.