<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello,<br>
<br>
I am trying to run coordinate refinement 5 cycles with first cycle of simulated annealing (torsion) via command line. Here is a part of my params file that I adapted from my colleges:<br>
<br>
refinement.main {<br>
&nbsp;&nbsp;&nbsp; number_of_macro_cycles = 5<br>
&nbsp;&nbsp;&nbsp; target = *ml mlhl ml_sad ls<br>
&nbsp;&nbsp;&nbsp; simulated_annealing_torsion = True<br>
}<br>
<br>
simulated_annealing {<br>
&nbsp;&nbsp;&nbsp; mode = every_macro_cycle second_and_before_last once *first first_half<br>
}<br>
<br>
refinement.refine {<br>
&nbsp;&nbsp;&nbsp; strategy = *individual_sites individual_sites_real_space rigid_body \<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; individual_adp group_adp tls occupancies group_anomalous<br>
&nbsp;&nbsp;&nbsp; sites {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; individual = segid *A<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; individual = segid *B<br>
&nbsp;&nbsp;&nbsp; }<br>
<br>
<br>
<br>
As a result I get the Error&nbsp;
<blockquote type="cite">Unused parameter definitions:<br>
&nbsp; simulated_annealing.mode (file &quot;refine.params&quot;, line 26)<br>
</blockquote>
Could you help me with the syntax, please. Should I include sites definition for simulated annealing?<br>
<br>
Irina<br>
</div>
</body>
</html>