Skip to content

qmc-fit help keys are auto-populated correctly#5124

Merged
prckent merged 2 commits intoQMCPACK:developfrom
shivupa:fitfunckeys
Aug 14, 2024
Merged

qmc-fit help keys are auto-populated correctly#5124
prckent merged 2 commits intoQMCPACK:developfrom
shivupa:fitfunckeys

Conversation

@shivupa
Copy link
Contributor

@shivupa shivupa commented Aug 14, 2024

Proposed changes

A minor fix that autogenerates the valid keys for qmc-fit.

# Before
  -f FIT_FUNCTION, --fit FIT_FUNCTION
                        Fitting function, options are []. (default: linear)
# After
  -f FIT_FUNCTION, --fit FIT_FUNCTION
                        Fitting function, options are ['birch', 'cubic',
                        'linear', 'morse', 'murnaghan', 'quadratic',
                        'quartic', 'sqrt', 'vinet']. (default: linear)

What type(s) of changes does this code introduce?

  • Bugfix

Does this introduce a breaking change?

  • No

What systems has this change been tested on?

local workstation

Checklist

  • Yes. This PR is up to date with current the current state of 'develop'
  • No. Code added or changed in the PR has been clang-formatted
  • No. This PR adds tests to cover any new code, or to catch a bug that is being fixed
  • No. Documentation has been added (if appropriate)

Copy link
Contributor

@prckent prckent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@prckent
Copy link
Contributor

prckent commented Aug 14, 2024

Test this please

@prckent prckent enabled auto-merge August 14, 2024 13:05
@ye-luo
Copy link
Contributor

ye-luo commented Aug 14, 2024

Test this please

@prckent prckent merged commit c23b1ba into QMCPACK:develop Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants