del_variable

psi4.core.del_variable(key)

Removes scalar or array QCVariable key from global memory if present. :rtype: None

Parameters:

key (str) – Case-insensitive key to global double or Matrix storage maps.

Return type:

None