> I would like a way to turn off non-bonded interactions entirely
> with some sort of exclusion list,
As far as a list-based approach would go, I think you would have
to do it by building an _inclusion_ list - it would be more expensive
to check if each atom in each pair were not part of the exclusion list.
As it is, I think the way to go is to check the radii and if either is
0, skip the evaluation. This would slow things down a bit, so I'd
only use that code in this one case.
Bill
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Wed Apr 21 2004 - 19:53:00 PDT