<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
Thank you very much Javier. I think it is just a matter of convention but I also think the convention is not clear since not everybody does the same and so it is difficult to compare to what has already been published. I think most of the papers do not use the convention for unsaturated or partially unsaturated chains since this is not usually mentioned...<BR>
<BR>
Best wishes,<BR>
<BR>
&#193;ngel.<BR>
<BR>
<BR>
On Mon, 2011-01-10 at 14:16 +0100, JAVIER CEREZO BASTIDA wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hello Angel.

I found a detailed description of the order parameter conventions to  
describe molecular axis in a paper from Heller et al (JPC, 97,  
8343-8360), including the case of unsaturated carbons. It should be  
equivalent to the implementation in GROMAS.

In practice, I don't know the best way to do it, but your proposal  
sounds reasonable.

Javier

&#193;ngel Pi&#241;eiro &lt;<A HREF="mailto:angel.pineiro@usc.es">angel.pineiro@usc.es</A>&gt; escribi&#243;:

&gt; Dear all
&gt; I wonder which is the best way to determine the deuterium order
&gt; parameters of partially unsaturated chains like the oleoyl chain of
&gt; POPC, more specifically I wonder if I should use the -unsat flag in
&gt; g_order for this case. I checked several papers on unsaturated lipids,
&gt; see for instance:
&gt; 1.- <A HREF="http://persweb.wabash.edu/facstaff/FELLERS/publications/jpc_01.pdf">http://persweb.wabash.edu/facstaff/FELLERS/publications/jpc_01.pdf</A>
&gt; 2.-
&gt; <A HREF="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1225825/pdf/biophysj00084-0102.pdf">http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1225825/pdf/biophysj00084-0102.pdf</A>
&gt; 3.-
&gt; <A HREF="http://www.sciencedirect.com/science?_ob=MImg&amp;_imagekey=B94RW-4V8X9MG-P-1&amp;_cdi=56421&amp;_user=10&amp;_pii=S0006349597782596&amp;_coverDate=11%2F30%2F1997&amp;_sk=%23TOC%2356421%231997%23999269994%23800076%23FLP%23display%23Volume_73,_Issue_5,_Pages_2249-2849_%28November_1997%29%23tagged%23Volume%23first%3D73%23Issue%23first%3D5%23date%23%28November_1997%29%23&amp;view=c&amp;_gw=y&amp;wchp=dGLbVlz-zSkzV&amp;md5=778ad27c9fc1e0b3874b178e36451cb4&amp;ie=/sdarticle.pdf">http://www.sciencedirect.com/science?_ob=MImg&amp;_imagekey=B94RW-4V8X9MG-P-1&amp;_cdi=56421&amp;_user=10&amp;_pii=S0006349597782596&amp;_coverDate=11%2F30%2F1997&amp;_sk=%23TOC%2356421%231997%23999269994%23800076%23FLP%23display%23Volume_73,_Issue_5,_Pages_2249-2849_%28November_1997%29%23tagged%23Volume%23first%3D73%23Issue%23first%3D5%23date%23%28November_1997%29%23&amp;view=c&amp;_gw=y&amp;wchp=dGLbVlz-zSkzV&amp;md5=778ad27c9fc1e0b3874b178e36451cb4&amp;ie=/sdarticle.pdf</A>
&gt; 4.- <A HREF="http://pubs.acs.org/doi/abs/10.1021/ja903529f">http://pubs.acs.org/doi/abs/10.1021/ja903529f</A>
&gt; 5.- <A HREF="http://www.ibpc.fr/UMR7099/pdf/Warschawski05-1.pdf">http://www.ibpc.fr/UMR7099/pdf/Warschawski05-1.pdf</A>
&gt;
&gt; but it seems that nobody mentions anything about a correction for the
&gt; unsaturated carbons. Then I went to the code, I think this is the
&gt; important part:
&gt;
&gt; if (bUnsat) {
&gt;   /* Using convention for unsaturated carbons */
&gt;   /* first get Sz, the vector from Cn to Cn+1 */
&gt;   rvec_sub(x1[a[index[i+1]+j]], x1[a[index[i]+j]], dist);
&gt;   length = norm(dist);
&gt;   check_length(length, a[index[i]+j], a[index[i+1]+j]);
&gt;   svmul(1/length, dist, Sz);-
&gt;
&gt;   /* this is actually the cosine of the angle between the double bond
&gt;      and axis, because Sz is normalized and the two other components of
&gt;      the axis on the bilayer are zero */
&gt;   sdbangle += acos(Sz[axis]);
&gt; } else {
&gt;   /* get vector dist(Cn-1,Cn+1) for tail atoms */
&gt;   rvec_sub(x1[a[index[i+1]+j]], x1[a[index[i-1]+j]], dist);
&gt;   length = norm(dist);      /* determine distance between two atoms */
&gt;   check_length(length, a[index[i-1]+j], a[index[i+1]+j]);
&gt;
&gt;   svmul(1/length, dist, Sz);
&gt;   /* Sz is now the molecular axis Sz, normalized and all that */
&gt; }
&gt;
&gt; As far as I see the difference is that by using the -unsat option, the
&gt; atoms Cn, Cn+1 are used to measure theta instead of the atoms Cn-1, Cn
&gt; +1. I think this could be reasonable when the whole chain is unsaturated
&gt; but I am not sure that it is correct to use the -unsat option when we
&gt; have two unsat carbons in the middle of a larger chain.... The
&gt; calculation could also be done for the whole chain without the -unsat
&gt; option, then repeat it for the unsaturated carbons plus their first
&gt; neighbors with the -unsat option and then replace the results obtained
&gt; from the second calculation for the central carbons in the curve
&gt; obtained without the -unsat option... as previously suggested in this
&gt; list (see
&gt; <A HREF="http://lists.gromacs.org/pipermail/gmx-users/2010-February/049072.html">http://lists.gromacs.org/pipermail/gmx-users/2010-February/049072.html</A>)
&gt; but I am not sure that is the best... I would appreciate any comment.
&gt;
&gt; Cheers,
&gt;
&gt; &#193;ngel.
&gt;


</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>