Hi team,
I'd like to request new functionality for the clashes command. Specifically, I'd like to request for a new option called "shortCircuit that accepts a Boolean value: True or False. If True, then as soon as any clash is detected, the clashes command terminates;
False, then behave the way it does now.
For my particular use case, I am making collision checks between pairs of molecule configurations, thousands of pairs. The problem is the more clashes there are, the longer it takes for the clashes command to finish. This is a problem when I'm checking for
collisions thousands of times. To have a feature where the clashes command exits early, as soon as it finds ANY clash/collision, would be extremely useful for my case.
Thanks,
--J