mat2arr

psi4.driver.p4util.mat2arr(mat)[source]

Convert Matrix to List.

Parameters:

mat (Matrix) – PSI4 matrix. Should be flat with respect to symmetry.

Returns:

Pure Python representation of mat.

Return type:

List[List[float]]