set_global_option

psi4.core.set_global_option(*args, **kwargs)

Overloaded function.

  1. set_global_option(arg0: str, arg1: list) -> bool

Sets value arg2 to array keyword arg1 for all modules.

  1. set_global_option(arg0: str, arg1: int) -> bool

Sets value arg2 to integer keyword arg1 for all modules.

  1. set_global_option(arg0: str, arg1: float) -> bool

Sets value arg2 to double keyword arg1 for all modules.

  1. set_global_option(arg0: str, arg1: str) -> bool

Sets value arg2 to string keyword arg1 for all modules.