Closed hjuinj closed 7 years ago
In Gromacs I believe the tool to compute energies from trajectories and setups is called g_ener. In any case, this is not a PyEMMA issue. Please see Gromacs documentation.
Am 27/04/17 um 20:55 schrieb hjuinj:
I am looking at the pyEmma tutorial using on Analyzing multi-temperature simulations with PyEMMA http://www.emma-project.org/latest/generated/PyEMMA.thermo.estimate_multi_temperatur_-_asymmetric_double_well.html,
In order to use |pyemma.thermo.estimate_multi_temperature|, I need to input energy_trajs containing the potential energy at each time step. How do I produce this data at the first place, say if I have individual trajectories generated from GROMACS?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/markovmodel/PyEMMA/issues/1074, or mute the thread https://github.com/notifications/unsubscribe-auth/AGMeQpOQmRvUMnkQ1TYNzvO00UK7haeTks5r0OSjgaJpZM4NKoL1.
--
Prof. Dr. Frank Noe Head of Computational Molecular Biology group Freie Universitaet Berlin
Ah thank you and sorry about that. I thought pyEmma has some tools to do that too.
For umbrella sampling, yes, because it's easy to compute the umbrella bias energy if you are using a harmonic biases. But for temperature replica-exchange and other more complex forms of bias you need to be able to compute the energy of the molecular system, and that's the job of MD packages, because it depends on a variety of properties of your MD setup. PyEMMA can be used for the post-processing then.
Am 27/04/17 um 21:01 schrieb hjuinj:
Ah thank you and sorry about that. I thought pyEmma has some tools to do that too.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/markovmodel/PyEMMA/issues/1074#issuecomment-297808604, or mute the thread https://github.com/notifications/unsubscribe-auth/AGMeQvVfk6TCaJHx_pfH-6TIAUgiYu9Sks5r0OYXgaJpZM4NKoL1.
--
Prof. Dr. Frank Noe Head of Computational Molecular Biology group Freie Universitaet Berlin
I am looking at the pyEmma tutorial using on Analyzing multi-temperature simulations with PyEMMA,
In order to use
pyemma.thermo.estimate_multi_temperature
, I need to input energy_trajs containing the potential energy at each time step. How do I produce this data at the first place, say if I have individual trajectories generated from GROMACS?