ample.util.options_processor module

Module coordinating the option checking

check_mandatory_options(optd)[source]

Check the mandatory options for correctness

process_options(optd)[source]

Process the initial options from the command-line/ample.ini file to set any additional options.

process_restart_options(optd)[source]

Process the restart options

Notes

We return the dictionary as we may need to change it and it seems we can’t change the external reference in this scope. I think?…

process_rosetta_options(optd)[source]
restart_amoptd(optd)[source]

Create an ample dictionary from a restart pkl file

Notes

We return the dictionary as we may need to change it and it seems we can’t change the external reference in this scope. I think?…