[gmx-developers] free energy calculations with restraints

Berk Hess hess at kth.se
Mon Aug 19 09:03:03 CEST 2013


Hi,

There is the rotational pull code, but that might not provide the exact 
functionality you want.
Already for some time we have been discussing inter-molecular 
interactions, by specifying molecule type, molecule index and atom 
index, but there are no concrete plans for implementing this yet.

An option for decoupling part of a molecule indeed sound useful. But in 
practice you always need to replace that part by something else, at 
least a hydrogen, and modify some potentials of connecting atoms, so I 
don't know how generally useful such an option is.

Cheers,

Berk

On 08/19/2013 07:56 AM, Floris Buelens wrote:
> I suppose that would make sense. The changes are fairly minor (more or less just the function convert_moltype_couple and the four functions it calls) and mainly consist of a bit of extra juggling with nonbonded exclusions during preprocessing. The current functionality (decouple a whole molecule) could be handled as a special case of the new code. A check for bonds to the rest of the structure could stop people from trying weird stuff like decoupling residues from a chain.
>
>
>
>
> ________________________________
> From: David Mobley <dmobley at gmail.com>
> To: Floris Buelens <floris_buelens at yahoo.com>
> Cc: Discussion list for GROMACS development <gmx-developers at gromacs.org>
> Sent: Friday, 16 August 2013, 18:30
> Subject: Re: [gmx-developers] free energy calculations with restraints
>
>
>
> This does sound useful, though it would be more useful if this could be implemented into the main GROMACS rather than a separate code (since otherwise it will go away as GROMACS is further developed).
>
> Would this be a possibility going forward, devels?
>
> Thanks!
>
>
>
>
> On Fri, Aug 16, 2013 at 3:07 AM, Floris Buelens <floris_buelens at yahoo.com> wrote:
>
> Hi David,
>> I have the same requirement as you, but I've gone about it slightly differently. I've hacked the couple-moltype code path to allow decoupling of a specific residue (identified by name) instead of a molecule. This allows the residue of interest to be part of another molecule block so you can set up distance, angle and dihedral restraints using regular bonded interactions with full perturbation support.
>>
>> If this is useful to you or to anyone else, let me know and I'll be happy to share.
>>
>> best,
>>
>> Floris
>>
>> ________________________________
>> From: David Mobley <dmobley at gmail.com>
>>
>> To: Discussion list for GROMACS development <gmx-developers at gromacs.org>
>> Sent: Friday, 14 June 2013, 21:47
>> Subject: [gmx-developers] free energy calculations with restraints
>>
>>
>>
>>
>> Hi, devs,
>>
>>
>> I'm writing with an issue relating to the interplay of new free energy features with restraints.
>>
>> I'm very much appreciating some of the new free energy features in gromacs, such as the 'couple-moltype' option which provides a way to set up decoupling or annihilation of a specific molecule via free energy calculations without having to edit the topology file directly. This is especially great when it comes to decoupling -- charge decoupling was not previously possible via topology file editing, and vdW decoupling took substantial manipulation of the topology file.
>>
>> However, for binding free energies, my work employs orientational restraints between the protein and ligand. I need to be able to impose both dihedral and angle restraints on angles between the protein and ligand. Currently, I do this using angle-restraints and dihedral-restraints. This requires that both the protein and ligand be within the same logical 'molecule', which (unfortunately) means that I can't make use of the new free energy features above, since couple-moltype has to apply to a whole molecule, not just part of a molecule.
>>
>> So, my I see two possible solutions to the problem, and hence have these questions:
>> 1) Can dihedral and angle restraints be applied via the pull code? If not, are there any plans to add that?
>> 2) Alternatively, what about modifying the restraints code so it uses (or at least optionally allows) absolute atom numbering, rather than numbering within a specific molecule, thus allowing restraints (angle-restraints and dihedral-restraints) to be applied between 'molecules'?
>>
>> Thanks!
>> David
>>
>>
>>
>> --
>> David Mobley
>> dmobley at gmail.com
>> 949-385-2436
>>
>>
>> --
>> gmx-developers mailing list
>> gmx-developers at gromacs.org
>> http://lists.gromacs.org/mailman/listinfo/gmx-developers
>> Please don't post (un)subscribe requests to the list. Use the
>> www interface or send it to gmx-developers-request at gromacs.org.
>>
>




More information about the gromacs.org_gmx-developers mailing list