mailr3694 - /branches/N_state_model/sample_scripts/N_state_model.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on November 20, 2007 - 17:25:
Author: bugman
Date: Tue Nov 20 17:25:35 2007
New Revision: 3694

URL: http://svn.gna.org/viewcvs/relax?rev=3694&view=rev
Log:
Created a very simple sample script for implementing the N-state model.

This script starts with a simple docstring and simply tries to create a data 
pipe.


Added:
    branches/N_state_model/sample_scripts/N_state_model.py

Added: branches/N_state_model/sample_scripts/N_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/sample_scripts/N_state_model.py?rev=3694&view=auto
==============================================================================
--- branches/N_state_model/sample_scripts/N_state_model.py (added)
+++ branches/N_state_model/sample_scripts/N_state_model.py Tue Nov 20 
17:25:35 2007
@@ -1,0 +1,11 @@
+"""Sample script demonstrating the use of the N-state model of domain 
motions.
+
+Author:  Edward d'Auvergne
+Last updated:  20/11/2007
+
+The N-state model uses alignment tensors as determined by RDC data to 
determine N-states in rotational space, each associated with a given 
probability or weight.
+"""
+
+# Create the data pipe.
+name = 'CaM'
+pipe.create(name, 'N-state')




Related Messages


Powered by MHonArc, Updated Tue Nov 20 17:40:13 2007