get_option

psi4.core.get_option(module: str, key: str) object

Return keyword key value used by module. Returns the local value associated with the keyword if it’s been set, else the global value if it’s been set, else the local default value. Returns error if key is not recognized globally or if key is not recognized for the module.