Package edu.duke.cs.osprey.plug
Class RCPairVDWChecker
java.lang.Object
edu.duke.cs.osprey.plug.RCPairVDWChecker
This class looks for possible contacts between atoms in a pair of RCs
or between an RC and the shell if there's just one RC
It makes a polytope representing the geometrically favorable region, or determines there is none
For now, assuming a polytope suffices and that pushing any of the good contacts that are possible
anywhere in the voxel out of the favorable distance range will create a hole or clash
Then higher-order checks on the voxels (up to full confs) can limit themselves to the
intersection of pairwise polytopes, and can check the contacts in each pair to make sure
each atom that should have a contact does have one
-
Constructor Details
-
RCPairVDWChecker
-
RCPairVDWChecker
-
-
Method Details
-
checkVDW
public boolean checkVDW() -
calcPolytopeConstr
-
calcPolytopeConstr
-
buildPolytope
-