Skip to content

schema: slow growth #550

@KRiedmiller

Description

@KRiedmiller

Unintuitive interface, no need for backwards compatibility before release.

How about yes, no, morse_only ?

            "slow_growth": {
              "type": "string",
              "description": "Whether the chosen MD step is a slow growth/free-energy simulation to relax after applying a reaction recipe. `true` and `yes` are equivalent to `full` for backwards compatibility. `morse_only` disables using pairs to transition non-bonded interactions as well and only uses morse bonds to emulate simple non-bonded interactions. The empty string means no slow growth.",
              "pytype": "str",
              "enum": [
                "yes",
                "true",
                "full",
                "morse_only",
                ""
              ],
              "default": ""

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