Open aclyde11 opened 4 years ago
I've tried a bunch of random things like changing the forcefields to
forcefields = ['amber99sb.xml', 'amber99_obc.xml']
but then
ValueError: GBSAOBCForce: No parameters defined for atom type [H]c1c(c(c2c(c1[H])nc(c(n2)C3=C(N(N=C3[H])C4(C(C(N(C(C4([H])[H])([H])[H])[H])([H])[H])([H])[H])[H])[H])[H])c5c(c(c(c(c5[H])F)C([H])([H])N6C(C(OC(C6([H])[H])([H])[H])([H])[H])([H])[H])F)[H])[H]$C1#0
Shoot, GBSA is not supported for small molecules yet: https://github.com/openmm/openmmforcefields/issues/84
If you need this urgently, we can probably prioritize fixing #84!
Got it--not urgent, I just have to use the uglier hand written code we have from other things
Hi,
This could totally be an issue of me learning the wizarding world of forces/forcefields...
When I parameterize a protein/ligand ahead of time with amber, I can get the implicit solvent working with
I see in the forces a CustomGBForce.
Now as I am trying to use SystemGenerator, I am not getting the CustomGBForce set up.