set_local_option

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

Overloaded function.

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

Sets value to array keyword key scoped only to specific module.

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

Sets value to integer keyword key scoped only to specific module.

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

Sets value to double keyword key scoped only to specific module.

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

Sets value to string keyword key scoped only to specific module.