Skip to content

The Monte Carlo Distribution Function Method (MC-DFM) is applied to model the small angle scattering curves of large hierarchical structures

License

Notifications You must be signed in to change notification settings

pozzo-research-group/MC-DFM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

The Monte Carlo Distribution Function Method is applied to model the small angle scattering curves of large hierarchical structures. This is useful for many biomolecular assemblies such as protein assemblies or protein crystals. This package includes an efficient and user friendly implementation of the MC-DFM method in python. In addition, the calculation is inexpensive, so it sould be able to run on ordinary laptops.

Method

Instead of calculating the scattering curve directly from the atomic coordinates, the MC-DFM first calculates the pairwise distribution function, which is a histogram of the pairwise distances of the atoms. This is done by randomly sampling the atomic coordinates and calculating the euclidean distance between them. By coding this step entirely with matrix operations, the pairwise distribution function can quickly and efficiently be calculated.

At its simplest form, the MC-DFM is similar to the Debye Scattering Equation as both contain the sinc function. The MC-DFM method substitutes the double summation in the Debye Equation with a single summation over the number of bins in the pairwise histogram. This allows the MC-DFM to be efficiently applied to larger systems. The hypothesis is that as long as the pairwise distribution function approximates the true pairwise distribution function, the scattering curve calculated by the MC-DFM should be equal to the true scattering curve. This will depend on the number of randomly sampled pairwise distances, but we show that this should not be a limitation for ordinary laptops.

Use Cases

This method is designed for simulating the small angle scattering curves of large structures that cannot be approximated with a geometric model. It works best when the atomic coordinates of a structure is known beforehand or can be constructed like in the case of protein assembly. Correlation peaks are able to be simulated using this method, however caution must be taken in the high-q region of the simulations, due to the presence of artifacts.

Installation

To install the package, simply git clone and follow the example from the notebooks.

Requirements

This package was written in python with the common libraries: pandas, numpy, matplotlib

About

The Monte Carlo Distribution Function Method (MC-DFM) is applied to model the small angle scattering curves of large hierarchical structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages