#include <su2_cmp.h>
Public Member Functions | |
| su2_equiv (double e) | |
| bool | operator() (const Matrix< cdouble > &A, const Matrix< cdouble > &B) const |
| Comparison operator returns true if and only if A !< B and B!< A. | |
Public Attributes | |
| double | epsilon |
| Prescribed accuracy. | |
| double | gamma |
| Prescribed accuracy. | |
Two matrices A,B are 'equivalant', up to a prescribed accuracy epsilon if they are within trace distance epsilon of each other
|
|
How close two unitaries have to be before we call them Constructor as above |
|
||||||||||||
|
Comparison operator returns true if and only if A !< B and B!< A.
|
|
|
Prescribed accuracy.
|
|
|
Prescribed accuracy.
|
1.4.1