Skip to content

Introduce defaults

Alexander Glazov requested to merge introduce_defaults into master
  1. Simplify syntax for the data files: make Reaction, TheoryType and TermType parameters optional (defaulting to theory expression)

  2. remove ewparam.txt : superseded by parameters.yaml

  3. Make ExtraMinimisationParameters deprecated: suggests to use parameters.yaml instead. Removed for the default steering.txt

  4. Put warning messages for using old-style dataset format, old ExtraMinimisationParameters namelist

  5. Extra check that there are no duplicate parameters (from ExtraMinimisationParameters and/or from parameters.yaml)

  6. Make NInputFiles optional ( if set, use it as maximum to be read, if not - read all files, if set too large, produces warning)

  7. Enable "make dist", adjust AddReaction.py script to add the required files automatically.

Merge request reports