Open atbogetti opened 1 year ago
Hi Anthony,
You might be using an old version of the extract trajectory script. Can you update MELD to see if the issue persists? In particular, commit 2db6648 solved this issue by retrieving solvation from the system object instead of the RunOptions object.
Please let me know if the issue persists after updating.
Stefan
Hello,
I am running the MELD tutorial with alanine dipeptide in implicit solvent, but when I go to extract my trajectories with:
extract_trajectory extract_traj_dcd --replica 0 test.dcd
I get the error
I used the
meld.setup_data_store(system, options, remd)
line in my setup script and the MELD simulation ran as expected. Should I be including more lines to store this data?Thank you, Anthony