pablo-arantes / making-it-rain

Cloud-based molecular simulations for everyone
MIT License
377 stars 97 forks source link

Equilibration MD simulation Error #49

Closed dimkorov closed 1 year ago

dimkorov commented 1 year ago

Hello,

Firstly, thanks a lot for making-it-rain, amazing!

I want to run a simulation with my protein using CHARMM but I am getting an error at the "Runs an Equilibration MD simulation (NPT ensemble)" step (see copied error attached). Everything before that works fine. As this protein was embedded in a bilayer, I thought that was the issue. But then, when I repeated the steps using 1AKI (the protein you used in the example) but with files I generated using solution builder in CHARMM_GUI, it also stopped at the same step. I guess it has to do with topology or something but can't figure out (I'm no expert in MD or coding). Could you please let me know how to circumvent it?

Thanks a lot in advance.

Best, Dimitris

Error.txt

dimkorov commented 1 year ago

Update: It seems it's working now, even thought I didn't change anything so please ignore my previous message. Could you please however advice me on values for "Minimization_steps", "Simulation time", and "Position restraints force constant" for a protein embedded in membrane for the equilibration step?

Thanks again.

Best, Dimitris

zhenwilliam commented 1 year ago

I came across an error entitled "AttributeError: XX object has no attribute XX" at this cell "Equilibration MD simulation". I don't know what happened.

mdpoleto commented 1 year ago

@dimkorov generally, we don't provide suggestions on the best parameters to setup a simulation since they are very case-dependent and have little to no information at all to make any decisions. Please refer to papers in the field simulating proteins in membranes.

But let me remind you that these notebooks ARE NOT suited for membrane simulations since we have opted for a isotropic barostat. If you want to use them for membranes, please refer to the openmm membrane barostat page and modify the notebook accordingly.