[gmx-developers] Computing prot pot ener in the gmx code
Anton Feenstra
feenstra at few.vu.nl
Thu Jan 12 10:46:59 CET 2006
Mark Abraham wrote:
> Yang Ye wrote:
>
>> pascal.baillod at epfl.ch wrote:
>>
>>> Thank you very much David, thank you very much Mark!
>>> I actually already have a gromacs REMD implementation, that is an
>>> external
>>> script which iteratively lauches jobs, computes protein potential
>>> energies (by
>>> summing terms obtained with g_energy protein energy group output),
>>> computes swap
>>> probabilities in fct of these energies, dose the possible swaps and
>>> relaunches
>>> the new runs. But that is of course rather slow, as a call for grompp is
>>> necessary every new run.
>>> 1) Would there be a way to bypass grompp in the context of the
>>> external script?
>
>
> Where no exchange has occured, you can use tpbconv -extend to convert
> the previous .tpr file... the only change you want is a new end run time
> and it does that nicely. To speed things up, you can of course decrease
> the frequency of exchange attempts, and maybe run g_energy & grompp in a
> distributed fashion manually.
Or, your could work with the ascii topology format (tpa), and have the
script hack that directly (yes it is dirty, and you'll have to be *very*
careful!). Due to the huge amount of text-IO I'm not sure if it will be
much faster than re-running grompp.
--
Groetjes,
Anton
* NOTE: New Affiliation, Phone & Fax numbers (below) *
_____________ _______________________________________________________
| | |
| _ _ ___,| K. Anton Feenstra |
| / \ / \'| | | IBIVU/Bioinformatics - Vrije Universiteit Amsterdam |
|( | )| | | De Boelelaan 1083 - 1081A HV Amsterdam - Netherlands |
| \_/ \_/ | | | Tel +31 20 59 87783 - Fax +31 20 59 87653 - Room P440 |
| | Feenstra at few.vu.nl - www.few.vu.nl/~feenstra/ |
| | "If You See Me Getting High, Knock Me Down" (RHCP) |
|_____________|_______________________________________________________|
More information about the gromacs.org_gmx-developers
mailing list