Skip to content

Scale factors lost converting from AMBER to GROMACS #337

@jthorton

Description

@jthorton

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions