IMP logo
IMP Reference Guide  2.6.0
The Integrative Modeling Platform
IMP.EMageFit.monte_carlo Namespace Reference

Classes for Monte Carlo sampling using rigid body relative moves. More...

Detailed Description

Classes for Monte Carlo sampling using rigid body relative moves.

Classes

class  MonteCarloRelativeMoves
 Class to do Monte Carlo sampling by using as the set of movements relative positions between rigid bodies. More...
 

Functions

def set_random_seed
 initializing the random number generator manually is useful for the jobs in the cluster. More...
 

Function Documentation

def IMP.EMageFit.monte_carlo.set_random_seed (   index)

initializing the random number generator manually is useful for the jobs in the cluster.

Parameters
indexSeed for the random number generator
Note
This function is only available in Python.

Definition at line 29 of file monte_carlo.py.