I was recording an MD movie in chimera and I used the following per frame script to show H- bonds:
findhbond linewidth 2 color yellow selRestrict cross reveal true
I then got this error after recording some frames:
Problem in per-frame script:
ValueError: colinear points
File "C:\Program Files\Chimera 1.15\share\FindHBond\acceptorGeom.py", line 37, in accSynAnti
synXform = Xform.lookAt(ap, pp, sp - pp)
What does that mean? and how can I solve it?