<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>I will try, but I dont have a redmine account yet,</p>
<p>so it will take a few minutes.</p>
<p>regards Martin<br>
</p>
<br>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> gromacs.org_gmx-developers-bounces@maillist.sys.kth.se &lt;gromacs.org_gmx-developers-bounces@maillist.sys.kth.se&gt; on behalf of Berk Hess &lt;hess@kth.se&gt;<br>
<b>Sent:</b> Friday, August 2, 2019 4:40:06 PM<br>
<b>To:</b> gmx-developers@gromacs.org<br>
<b>Subject:</b> Re: [gmx-developers] Missing dihedral define</font>
<div>&nbsp;</div>
</div>
<div>
<div class="moz-cite-prefix">Thanks for reporting this.<br>
<br>
Could you file an issue on redmine.gromacs.org and attach the input files needed to reproduce this?<br>
<br>
Cheers,<br>
<br>
Berk<br>
<br>
On 02/08/2019 16.34, Zachmann, Martin wrote:<br>
</div>
<blockquote type="cite" cite="mid:fc6661ed068548589149291cafdf10b4@tum.de"><style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hello</p>
<p>there is a separate residue for charged GLN (QLN) in the OPLS-forcefield file aminoacids.rtp.</p>
<p>This residue uses the preprocessor define &quot;<span>dih_GLN_chi4_C_C_O_H</span>&quot; for a dihedral parameter set.</p>
<p>However, this macro is not defined anywhere (esp. not in ffbonded.itp with all the others).</p>
<p>The reason why grompp does not complain, is because the function push_bond() uses sscanf</p>
<p><span>&nbsp;&nbsp; nread = sscanf(line,format,&amp;cc[0],</span>.....</p>
<p>expecting double values. When strings are read instead, the variable nread is zero, and grompp assumes</p>
<p>default values for this dihedral.</p>
<p>If I'm correct, we should either delete the non-existing macro, or have to add values for this dihedral.</p>
<p>Thank you for your time,</p>
<p>regards Martin<br>
</p>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> </blockquote>
<br>
</div>
</body>
</html>