Goals

Placed in a rough guess as to order of importance. Please comment on order.

  1. reduce the space explored during optimization
    • can be achieved by anything that forces the particles to stay rigid
  2. accelerate non-bonded list computations
    • requires some sort of hierarchical proximity detection scheme
  3. reduce the work done by the optimizer
    • for general purpose optimizers, need to allow the optimizer to work directly on rigid bodies by either computing derivatives or implementing rigid body mechanic
    • for MD, this requires a way for the optimizer to figure out what particles represents a rigid body

Desired Functionality

Existing Modeller Approach

Current/Proposed IMP Solution

Informal experiments so far indicate that convergence is quite slow in general and that things work better for method 1 (the tests fail less often)

IMP: rigid_bodies (last edited 2009-02-23 02:22:07 by adsl-71-142-108-45)