Return to Main Documents Page

Return to Simulate

Return to Torsion Angle Monte Carlo

Torsion Angle Monte Carlo of: Diubiquitin

This example performs molecular Monte Carlo (MC) simulations on an isopeptide bond, to generate many configurations of Diubiquitin.


Notes


Standard Input Options


Flexible and Post Regions

The notation used for defining flexible and post regions follows the notation used in VMD (this does not include shortcuts and generic options such as 'backbone', 'sidechain', 'nucleic', 'water', 'protein', etc). Every flexible region describing an isopeptide bond should consist of only the two residues that form the bond. Additionally, regardless of the move direction, the definition for flexible regoin must begin with the C-terminal residue followed by the lysine residue, i.e., (segname <C-ter> and resid <C-ter>) or (segname <LYS> and resid <LYS>). The definition for the post region depends on the move direction; forward and reverse respectively indicate the moved residues will be those on the lysine and C-terminal sides of the isopeptide bond.


1 Flexible Isopeptide Bond

Illustration of the starting structure highlighting the C-terminal and lysine residues of the isopeptide bond using yellow and red respectively. The post regions for the forward and reverse move direction are respectively highlighted using white and blue.

Forward

The input definitions for this selection is as follows:

move direction:

forward

flexible region:

(segname UB1 and resid 76) or (segname UB2 and resid 48)

post region:

segname UB2 and not resid 48

Note that this could also be defined equilelently using (segname UB2 and resid < 48) or (segname UB2 and resid > 48).


Example Output

The output will indicate the location of the output files, acceptance and overlap statistics, and the file names of the inputs, log, and output DCD. Results are written to a new directory within the given <run name> as noted in the output. In addition, a plot of Rg versus structure number is shown (currently NOT implemented).

Several files are generated and saved to the <run name>/monte_carlo/ directory: a copy of the original input PDB and PSF files, the output DCD file containing accepted structures, a PDB and PSF file for each group, flexible region, and post region, the json inputs, and a log file. In this example, the dcd containing the generated structures accepted by the Monte Carlo algorithm is forward/monte_carlo/new_ub_forward.dcd.

Reverse

When changing the move direction, notice that only the definition for the post region changes, the definition for the flexible region does not change in any way. The input definitions for this selection is as follows:

move direction:

reverse

flexible region:

(segname UB1 and resid 76) or (segname UB2 and resid 48)

post region:

segname UB1 and not resid 76


Example Output

The output will indicate the location of the output files, acceptance and overlap statistics, and the file names of the inputs, log, and output DCD. Results are written to a new directory within the given <run name> as noted in the output. In addition, a plot of Rg versus structure number is shown (currently NOT implemented).

Several files are generated and saved to the <run name>/monte_carlo/ directory: a copy of the original input PDB and PSF files, the output DCD file containing accepted structures, a PDB and PSF file for each group, flexible region, and post region, the json inputs, and a log file. In this example, the dcd containing the generated structures accepted by the Monte Carlo algorithm is reverse/monte_carlo/new_ub_reverse.dcd.

Comparing Results

Forward Reverse
new_ub_forward.dcd new_ub_reverse.dcd

Files Used and Created in Example


Jump to other Examples

Protein Backbone B-DNA Single Stranded Nucleic Acid Backbone Isopeptide Bond
HIV-1 Gag Matrix Protein X
Full HIV-1 Gag Protein X
Diubiquitin X
rpoS mRNA X
Linear strand of B-DNA X
Nucleosome Core Particle X X
Tetranucleosome X X

Return to Torsion Angle Monte Carlo

Return to Simulate

Return to Main Documents Page

Go to top