has_local_option_changed

psi4.core.has_local_option_changed(module: str, key: str) bool

Whether keyword key value has been touched at module scope. Has it been touched in the scope of the specified module by either user or code.Notwithstanding, code is written such that in practice, this returns whether the option has been touched in the module scope by the user.