You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted sphingomyelin parameters from Amber Lipid21 and couldn't find an ffxml online. I tried converting it using convert_amber.py, but ParmEd returned an error due to having two different scnbs:
NotImplementedError: Cannot currently handle mixed 1-4 scaling: 1-4 eel [1.2] 1-4 vdw [2.0, 6.0]
@peastman : Does the openmm.app.ForceField pipeline permit a way to have different .ffxml files specify distinct 1-4 scalings? If so, there's likely a way for us to generate a separate .ffxml file for Amber Lipid21 that specifies the distinct scaling factors.
I wanted sphingomyelin parameters from Amber Lipid21 and couldn't find an ffxml online. I tried converting it using
convert_amber.py
, but ParmEd returned an error due to having two different scnbs:NotImplementedError: Cannot currently handle mixed 1-4 scaling: 1-4 eel [1.2] 1-4 vdw [2.0, 6.0]
From
$AMBERHOME/dat/leap/parm/Lipid21.dat
:Looking through #156 and ParmEd/ParmEd#1136 it seems like there was a fix for this when there's only one non-unity scnb.
I think it would be neat to implement Lipid21 in OpenMM and was wondering what needs to be done to implement two 1-4 scalings in OpenMM.
Or, in case anyone knows of an ffxml for Lipid21, could you share it with me, please?
The text was updated successfully, but these errors were encountered: