compare_vectors¶
-
psi4.driver.compare_vectors(expected, computed, digits, label)[source]¶ Function to compare two vectors. Prints
util.success()when elements of vector computed match elements of vector expected to number of digits. Performs a system exit on failure to match symmetry structure, dimension, or element values. Used in input files in the test suite.