set_options

psi4.driver.set_options(options_dict, verbose=1)[source]

Sets Psi4 options from an input dictionary.

Parameters
  • options_dict (Dict[str, Any]) – Dictionary where keys are “option_name” for global options or “module_name__option_name” (double underscore separation) for option local to “module_name”. Values are the option value. All are case insensitive.

  • verbose (int) – Control print volume.

Return type

None