Skip to content

Commit

Permalink
add steric clash metion
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.salilab.org/imp/trunk@5369 e91f8c7b-0e32-4433-a9ac-4502d39a4eab
  • Loading branch information
drussel@SALILAB.ORG authored and drussel@SALILAB.ORG committed Mar 5, 2010
1 parent 6cbfd65 commit bcaf219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/introduction.dox
Expand Up @@ -74,7 +74,7 @@ Structure and dynamics modeling in \imp proceeds in a five stage iterative proce
- how close a distance is to the measured value: IMP::core::DistanceRestraint
- how well the model fits a density map: IMP::em::FitRestraint
- how close the volume of a molecule is to the expected value: IMP::core::VolumeRestraint
- excluded volume: IMP::core::ExcludedVolumeRestraint
- excluded volume (steric clash): IMP::core::ExcludedVolumeRestraint
- connectivity of a subcomplex: IMP::core::ConnectivityRestraint
- the fit of the SAXS cure of a complex to a measured one: IMP::saxs::Restraint
- statistical potentials: IMP::atom::ProteinLigandRestraint
Expand Down
3 changes: 2 additions & 1 deletion modules/core/include/ExcludedVolumeRestraint.h
Expand Up @@ -24,7 +24,8 @@ IMPCORE_BEGIN_NAMESPACE

//! Prevent a set of particles and rigid bodies from inter-penetrating
/** Given an arbitrary collection of particles and rigid bodies, this
restraint prevents the particles from interpenetrating.
restraint prevents the particles from interpenetrating. Such restraints
are also known as steric clash restraints.
If any of the rigid bodies don't have radii, an appropriate radius
will be added. Note, to take advantage of this, the RigidBody
Expand Down

0 comments on commit bcaf219

Please sign in to comment.