Expected Behavior
When converting an AMBER system with non-default scale factors to GROMACS these are reset back to the amber defaults when I think they should be kept. The output grotop file has this default section but I think based on the input below which uses opls style scaling both fudge factors should be 0.5.
; nbfunc comb-rule gen-pairs fudgeLJ fudgeQQ
1 2 yes 0.5 0.833333
Steps to Reproduce
import BioSimSpace as BSS
system = BSS.IO.readMolecules(["MOL.rst7", "MOL.prm7"])
BSS.IO.saveMolecules("MOL", system, ["gro87", "grotop"])
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
- Operating System: macOS.
- Installation method: conda
- input files
input.zip
Expected Behavior
When converting an AMBER system with non-default scale factors to GROMACS these are reset back to the amber defaults when I think they should be kept. The output grotop file has this default section but I think based on the input below which uses opls style scaling both fudge factors should be 0.5.
Steps to Reproduce
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
input.zip