set_local_option

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

Overloaded function.

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

Sets value arg3 to array keyword arg2 scoped only to a specific module arg1.

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

Sets value arg3 to integer keyword arg2 scoped only to a specific module arg1.

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

Sets value arg3 to double keyword arg2 scoped only to a specific module arg1.

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

Sets value arg3 to string keyword arg2 scoped only to a specific module arg1.