Team:EPF-Lausanne/Analysis

From 2009.igem.org

(Difference between revisions)
(Density)
(Pressure as a function of simulation time)
Line 350: Line 350:
== Pressure as a function of simulation time ==
== Pressure as a function of simulation time ==
-
In order to obtain the data for the pressure from the log file we will again use the script ''namdstats.tcl'', which has been updated for the occasion.
+
<html>
-
The file can be found [[Media:Namdstats_igem09.txt|here.]] Please rename to namdstats'''.tcl''' after download.
+
<script type="text/javascript" language="JavaScript"><!--
 +
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>
-
Here are the steps to use this script:
+
<p>
-
: source namdstats.tcl
+
<a href="javascript:ReverseDisplay('hs5')">Click here to show/hide</a>
-
: data_time DATA_NAME LOG_FILE
+
</p>
-
It will extract data from LOG_FILE, creating a DATA_NAME.dat containing values and time informations.
+
-
Available DATA_NAME can be: BOND, ANGLE, DIHED, IMPRP, ELECT, VDW, BOUNDARY, MISC, KINETIC, TOTAL, TEMP, TOTAL2, TOTAL3, TEMPAVG, PRESSURE, GPRESSURE, VOLUME, PRESSAVG, GPRESSAVG.
+
<div id="hs5" style="display:none;">
 +
<p>
 +
In order to obtain the data for the pressure from the log file we will again use the script <i>namdstats.tcl</i>, which has been updated for the occasion.
 +
<br>The file can be found <a ref="https://static.igem.org/mediawiki/2009/6/67/Namdstats_igem09.txt here ></a> Please rename to namdstats<b>.tcl</b> after download.
 +
<br><br>
 +
Here are the steps to use this script:
 +
<br><span style="font-family: Courier;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; source namdstats.tcl
 +
<br><span style="font-family: Courier;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data_time DATA_NAME LOG_FILE
 +
<br>It will extract data from LOG_FILE, creating a DATA_NAME.dat containing values and time informations.
 +
<br><br>
 +
Available DATA_NAME can be: BOND, ANGLE, DIHED, IMPRP, ELECT, VDW, BOUNDARY, MISC, KINETIC, TOTAL, TEMP, TOTAL2, TOTAL3, TEMPAVG, PRESSURE, GPRESSURE, VOLUME, PRESSAVG, GPRESSAVG.
 +
<br><br>
So, to extract pressure from our first simulation, the command is: data_time PRESSURE namd_log
So, to extract pressure from our first simulation, the command is: data_time PRESSURE namd_log
-
 
+
<br><br>
Here is a small plot of pressure and temperature in function of time
Here is a small plot of pressure and temperature in function of time
-
[[Image:1st_run.jpg|center]]
+
<img src="https://static.igem.org/mediawiki/2009/f/f9/1st_run.jpg">
Line 399: Line 420:
</form></center>
</form></center>
</html>
</html>
-
 
-
 
==RMSD for individual residues==
==RMSD for individual residues==

Revision as of 11:21, 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

Density

Click here to show/hide

Pressure as a function of simulation time

Click here to show/hide