prepare_options_for_set_options

psi4.driver.p4util.prepare_options_for_set_options()[source]

Collect current state of psi4.core.Options information for reloading by set_options().

Returns:

Dictionary where keys are keyword names, either plain for those to be set globally or mangled “module__keyword” for those to be set locally, and values are keyword values.

Return type:

Dict[str, Any]