revoke_local_option_changed¶
-
psi4.core.
revoke_local_option_changed
(arg0: str, arg1: str) → None¶ Given a string of a keyword name arg2 and a particular module arg1, sets the has_changed attribute in the module options scope to false. Used in python driver when a function sets the value of an option. Before the function exits, this command is called on the option so that has_changed reflects whether the user (not the program) has touched the option.