Hi all,

I am not a CS person, but I did find something in acpype.py as

.............
                if phase in [0, 180]:
                    properDihedralsGmx45.append([item[0].atoms, phaseRaw,
kPhi, period])
                    if not self.gmx45:
                        if kPhi > 0: V[period] = 2 * kPhi * cal
                        if period == 1:
                            C[0] += 0.5 * V[period]
                            if phase == 0:
                                C[1] -= 0.5 * V[period]
                            else:
                                C[1] += 0.5 * V[period]
                        elif period == 2:
......................

kPhi here seems to be the dihedral force constant, and it seems if kPhi < 0,
no value will be assigned to C[0], C[1], C[2] ...

I wonder if the negative dihedral force constants problem could be solved by
changing 'kPhi > 0' to 'kPhi != 0' for acpype?

Thanks,

Yun
-- 
gmx-users mailing list    gmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/Search before posting!
Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to gmx-users-requ...@gromacs.org.
Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

Reply via email to