Simple Hydrophobic/Hydrophilic Protein Folding Model DocumentsThis material has 4 associated documents. Select a document title to view a document's information. Main DocumentSimple Hydrophobic/Hydrophilic Protein Folding Model
written by
Ryan Kozlowski the Simple Hydrophobic/Hydrophilic Protein Folding Model implements a 2-Dimensional hydrophobic/hydrophilic (HP) folding protein to test the energetics of protein folding, the change in size of a protein relative to energy, and the computation time for complex protein problems. A Metropolis Monte-Carlo algorithm is used to determine if randomly guided movements are carried out by monomers (non-specific amino acids) within the polymer (protein tertiary structure). The Monte-Carlo steps are run in a worker task (separate to EJS) while size and energy are periodically updated according to the Frames Per Second (FPS). A worker task isolates a single thread from the operating computer and uses that to cycle through a block of code as quickly as possible. In this case, one cycle constitutes one Monte-Carlo time step, the time unit. To accurately update data from a thread that runs outside of the EJS module, atomic variables are used. Every time the program updates the evolution page, the atomic variables for size and energy are recorded and added to the view (i.e. plots) for the polymer structure that occurred in the nearest worker task cycle to that evolution update.
Last Modified June 5, 2014
This file has previous versions. Supplemental Documents (2)Simple Hydrophobic/Hydrophilic Protein Folding Project ReportFinal report for Computational Physics (Phy 200).
Last Modified June 1, 2014
This file is included in the full-text index. Simple Hydrophobic/Hydrophilic Protein Folding Model PosterDavidson College student Research Symposium poster presentation.
Last Modified June 1, 2014
This file is included in the full-text index. Source Code DocumentsSimple Hydrophobic/Hydrophilic Protein Folding Source CodeThe source code zip archive contains an XML representation of the Simple Hydrophobic/Hydrophilic Protein Folding Model. Unzip this archive in your EjsS workspace to compile and run this model using EjsS ver 5.
Last Modified June 5, 2014
This file has previous versions. |