Running a small molecule using CHARMM ff and explicit H2O
Posted: Mon Feb 08, 2016 2:44 pm
Hi,
I would like to simulate a small molecule with explicit solvent in OpenMM. I have created CHARMM force field files using CGenFF:https://cgenff.paramchem.org/. My question is whether it is possible to straightforwardly solvate this molecule and simulate it using an arbitrary explicit water model (e.g. qTIP4P/f). One route that I think might work is: (1) serialize the force field using the xmlserializer in OpenMM, (2) create a force field object by loading a list of xml files, e.g.
Do you think this is feasible? If not with CHARMM, would it be with Amber?
Thank you!
Joe
I would like to simulate a small molecule with explicit solvent in OpenMM. I have created CHARMM force field files using CGenFF:https://cgenff.paramchem.org/. My question is whether it is possible to straightforwardly solvate this molecule and simulate it using an arbitrary explicit water model (e.g. qTIP4P/f). One route that I think might work is: (1) serialize the force field using the xmlserializer in OpenMM, (2) create a force field object by loading a list of xml files, e.g.
Code: Select all
ff = ForceField('my_charmm_ff.xml', 'qtip4pf.xml')
Do you think this is feasible? If not with CHARMM, would it be with Amber?
Thank you!
Joe