You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The O(N^2) algorithm for computing the bonded atoms sucks.
Until the O(NM) w/ M<<N routine is implemented, a simple caching could speed up the animation within a single instance of XCP.
Potentially, a second process could hastily cache these bonds.....
The text was updated successfully, but these errors were encountered:
The O(N^2) algorithm for computing the bonded atoms sucks.
Until the O(NM) w/ M<<N routine is implemented, a simple caching could speed up the animation within a single instance of XCP.
Potentially, a second process could hastily cache these bonds.....
The text was updated successfully, but these errors were encountered: