revoke_global_option_changed

psi4.core.revoke_global_option_changed(arg0: str) → None

Given a string of a keyword name arg1, sets the has_changed attribute in the global 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.