IMP  2.4.0
The Integrative Modeling Platform
Classes | Functions
IMP.pmi.sampling_tools Namespace Reference

Useful tools for setting up sampling. More...

Detailed Description

Useful tools for setting up sampling.

Classes

class  SampleObjects
 Hack class to provide things to sample for PMI::samplers. More...
 

Functions

def enable_md_sampling
 Add necessary attributes to the selected residues for MD sampling. More...
 

Function Documentation

def IMP.pmi.sampling_tools.enable_md_sampling (   mdl,
  hier = None,
  particles = None,
  hierarchies = None,
  include_siblings = False,
  exclude_backbone = False 
)

Add necessary attributes to the selected residues for MD sampling.

Parameters
mdlThe IMP model
hierHierarchy to sample
particlesParticles to sample
include_siblingsGet the siblings of the passed particles and sample them too
exclude_backboneDon't sample backbone atoms

Definition at line 19 of file sampling_tools.py.