Tomographer  v1.0a
Tomographer C++ Framework Documentation
dist.h File Reference

(v1.0a)

Distance measures in Quantum Information Theory – e.g. fidelity. More...

#include <Eigen/Core>
#include <Eigen/Eigenvalues>
#include <Eigen/SVD>
#include <unsupported/Eigen/MatrixFunctions>
+ Include dependency graph for dist.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Distance measures in Quantum Information Theory – e.g. fidelity.

Definition in file dist.h.