set_global_option

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

Overloaded function.

  1. set_global_option(key: str, value: list) -> bool

Sets value to array keyword key for all modules.

  1. set_global_option(key: str, value: int) -> bool

Sets value to integer keyword key for all modules.

  1. set_global_option(key: str, value: float) -> bool

Sets value to double keyword key for all modules.

  1. set_global_option(key: str, value: str) -> bool

Sets value to string keyword key for all modules.