Team:EPF-Lausanne/Analysis

From 2009.igem.org

(Difference between revisions)
(Energies)
(Temperature distribution)
Line 211: Line 211:
== Temperature distribution ==
== Temperature distribution ==
-
Objective: Simulate our protein in an NVE ensemble, and analyze the temperature distribution.
 
-
In order to obtain the data for the temperature from the log file we will again use the script ''namdstats.tcl'', which was already sourced. Type in a terminal window:
+
<html>
-
: data_time TEMP namd_log
+
<script type="text/javascript" language="JavaScript"><!--
-
It will store each timestep and its corresponding temperature in the file TEMP.dat.
+
function HideContent(d) {
 +
document.getElementById(d).style.display = "none";
 +
}
 +
function ShowContent(d) {
 +
document.getElementById(d).style.display = "block";
 +
}
 +
function ReverseDisplay(d) {
 +
if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }
 +
else { document.getElementById(d).style.display = "none"; }
 +
}
 +
//--></script>
 +
 
 +
<p>
 +
<a href="javascript:ReverseDisplay('hs2')">Click here to show/hide</a>
 +
</p>
 +
<div id="hs2" style="display:none;">
 +
<p>
 +
<b>Objective:</b> Simulate our protein in an NVE ensemble, and analyze the temperature distribution.
 +
<br>
 +
<br>In order to obtain the data for the temperature from the log file we will again use the script <i>namdstats.tcl</i>, which was already sourced. Type in a terminal window:
 +
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data_time TEMP namd_log
 +
<br>It will store each timestep and its corresponding temperature in the file TEMP.dat.
 +
<br><br>
Using EXCEL, we obtain the following graph, which represents the evolution of the temperature in function of time:
Using EXCEL, we obtain the following graph, which represents the evolution of the temperature in function of time:
-
[[Image:Temp(t).png|center]]
+
<br><img src="https://static.igem.org/mediawiki/2009/c/cf/Temp%28t%29.png">
-
The first part corresponds the the heating, then we let the system reach an equilibrium (NPT state), a NVT portion, and finally a NPT portion again.
+
<br>The first part corresponds the the heating, then we let the system reach an equilibrium (NPT state), a NVT portion, and finally a NPT portion again.
Line 255: Line 276:
</form></center>
</form></center>
</html>
</html>
-
 
-
 
-
 
== Density ==
== Density ==

Revision as of 11:11, 8 September 2009


Analysis of Equilibrium





Scripts

As this page is getting crowded, we created another page to explain all the scripts we wrote. The current page has some kind of step by step tutorials, but if you want fast informations, you better go to the script page.


Examples

Maxwell-Boltzmann Energy Distribution

Click here to show/hide

Energies

Click here to show/hide

Temperature distribution

Click here to show/hide