Re: [AMBER] Extract Force from MDCRD/DCD trj

From: Hai Nguyen <nhai.qn.gmail.com>
Date: Wed, 25 Jul 2018 23:33:47 -0400

You can use either cpptraj or pytraj (Python interface of cpptraj) for that

In [5]: import pytraj as pt


In [6]: traj = pt.iterload('systemVF.nc', top='systemVF.parm7')


In [7]: for f in traj: print(f.force)

Hai

On Wed, Jul 25, 2018 at 8:50 PM, Lod King <lodking407.gmail.com> wrote:

> Hi all,
>
> I included ntwf = -f in my input parameters to run MD, and obtain a 10ns of
> mdcrd, how can I can extract force from this mdcrd file ? or Does VMD can
> do any usual analysis from that?
> _______________________________________________
> AMBER mailing list
> AMBER.ambermd.org
> http://lists.ambermd.org/mailman/listinfo/amber
>
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Jul 25 2018 - 21:00:02 PDT
Custom Search