Tomographer
v1.0a
Tomographer C++ Framework Documentation
|
Distance measures in Quantum Information Theory – e.g. fidelity. More...
#include <Eigen/Core>
#include <Eigen/Eigenvalues>
#include <Eigen/SVD>
#include <unsupported/Eigen/MatrixFunctions>
Go to the source code of this file.
Namespaces | |
Tomographer | |
Base namespace for the Tomographer project. | |
Functions | |
template<typename ValueType , typename Derived , typename Derived2 > | |
ValueType | Tomographer::fidelity (const Eigen::MatrixBase< Derived > &rho, const Eigen::MatrixBase< Derived2 > &sigma) |
Fidelity between two density matrices. More... | |
template<typename ValueType , typename Der1 , typename Der2 > | |
ValueType | Tomographer::fidelity_T (const Eigen::MatrixBase< Der1 > &T1, const Eigen::MatrixBase< Der2 > &T2) |
Fidelity between two quantum states given by their T Parameterization. More... | |
Distance measures in Quantum Information Theory – e.g. fidelity.
Definition in file dist.h.