get_local_option¶
- psi4.core.get_local_option(module: str, key: str) object ¶
Return keyword key value at module scope. Use
psi4.core.get_option()
for more common usage of negotiated value between global and local defaults and settings. Returns error if key is not recognized for the module.