#include "matrix.h"
#include "mlapack.h"
Go to the source code of this file.
Functions | |
| DLL_EXPORT double | Tangle (Matrix< complex< double > >) |
| The tangle for an arbitrary to-qubit density matrix as defined by Wootters et al (ref). | |
| DLL_EXPORT double | ITangle (Matrix< complex< double > >, int) |
| The ITangle as defined by Rungta et al (ref). | |
| DLL_EXPORT double | ITangle2 (Matrix< complex< double > >, int) |
| The ITangle for arbitrary rank-2 density matrices using the formula found by Osborne. | |
|
DLL_EXPORT Matrix< complex< double > > | StateInvert (Matrix< complex< double > >, int) |
| DLL_EXPORT double | Entropy (Matrix< complex< double > >) |
| The Von Neumann entropy (ambiguously named) for a density matrix. | |
| double | mutual_information (Matrix< complex< double > >, int) |
1.3.2