set_global_option¶
- psi4.core.set_global_option(*args, **kwargs)¶
Overloaded function.
set_global_option(key: str, value: list) -> bool
Sets value to array keyword key for all modules.
set_global_option(key: str, value: int) -> bool
Sets value to integer keyword key for all modules.
set_global_option(key: str, value: float) -> bool
Sets value to double keyword key for all modules.
set_global_option(key: str, value: str) -> bool
Sets value to string keyword key for all modules.