hello,<br><br>What is the best way to selectively remove bond length restraints on some selected atoms for phenix.refine? <br>i found the commands for a .param file:<br><br>refinement {<br>  geometry_restraints.remove {<br>
    angles = None<br>    dihedrals = None<br>    chiralities = None<br>    planarities = None<br>  }<br>}<br><br>but no bond length command in the manual online. <a href="http://www.phenix-online.org/version_docs/dev-283/refinement.htm">http://www.phenix-online.org/version_docs/dev-283/refinement.htm</a><br>
otherwise there is the commands <br><br>refinement {<br>  geometry_restraints.edit {<br>    bond {<br>      action=  *delete change<br>      atom_selection_1= (selection1 here)<br>      atom_selection_2= (selection2 here)<br>
      distance_ideal= None<br>    }<br>  }<br>}<br><br>is it a good way to deal with the problem ? <br>thanks in advance for your help.<br><br>Maxime<br><br>