did you ever deal with this issue??
thanks for any suggestions
regards
andrea
--
----------------------------------------------------------------
http://sites.google.com/site/andreaspitaleri/
----------------------------------------------------------------
http://it.linkedin.com/in/andreaspitaleri
----------------------------------------------------------------
I have not understood completely your problem. I suppose you are using gromacs.
When you say "trajectories from bias-exchange simulations",
you mean the continuos trajectories obtained by using the demux command of gromacs,
or the files as you get them from your simulation? In the latter case, these trajectories are not meant to be continuos,
due to the exchanges of configurations between replica.
Max
> --
> You received this message because you are subscribed to the Google Groups "PLUMED users" group.
> To post to this group, send email to plumed...@googlegroups.com.
> To unsubscribe from this group, send email to plumed-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/plumed-users?hl=en.
>
Now, the problem is that if I try to visualize the trajectory directly
from the simulation, beside the jumping which is expected, i see
broken molecules due to the pbc (as expected).
So on these xtc files (from the simulation which are not continuous),
I tried to remove the pbc in order to see the molecules in one cell.
Of course some jumping it is still expected (unless I guess I use the
demuxed trajectories) since I just removed the pbc but the xtc is
still discontinuous.
Then the analysis on the xtc_with_pbc (from the simulation) with
g_dist gives me a profile which does not correspond to the what I see
in vmd with the new xtc without pbc.
I mean from g_dist I see at time t1 a distance 10 whereas in the vmd
at time t1 the same distance is 1.8. that is saying to me that
something is wrong during my post-processing in removing the pbc,
isn't?
I just removed the pbc.
I hope to have been clearer :P
sorry for that
regards
andrea
2010/10/27 Massimiliano Bonomi <massimili...@gmail.com>:
thanks
and
2010/10/27 Massimiliano Bonomi <massimili...@gmail.com>:
Max
> It may be that with vmd you are not calculating distances with the minimal image convention.
in fact this is case I guess. but removing the pbc I should not have
this problem but probably trjconv is not doing this correctly (which
is not new to me). Now I have also the bias so I thought that there is
something more complex.
let's say i have in g_dist 0.2 nm and in vmd it say 30 A (if i
remember well the number but the order is this) my cell is 6 nm x 9 nm
x 6 nm
Max
thanks for now
Basically I tried in different ways and these are the best solution:
##method A xtc FROM BIASEXCHANGE
1. trjconv -s -f -pbc mol -center -n index ## select either first the
protein and then output the complex or complex for both selections;
2. open the new xtc in vmd and use arrange_objects 0 all all (other
selection not seems to be right)
##method B xtc AFTER DEMUX
1. trjconv -s -f -pbc mol -center -n index ## select either first the
protein and then output the complex or complex for both selections;
2. open the new xtc in vmd and use arrange_objects 0 all all (other
selection not seems to be right)
both are working getting of course two different results. The
distances now are visualized correctly.
However, there are still some frames (very few) when the peptide is
split in 3 (attach). basically the peptide is in the corner and so it
is divided in 3. I am checking with the demux xtc what's going on.
For now thanks. I hope this will be useful for others
and
2010/10/27 Xevi Biarnés <xevib...@gmail.com>: