C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
NegPT.h File Reference

Declares the function calculating the negativity of a partially transposed density operator. More...

#include "core_config.h"
#include "DensityOperator.h"
#include "TMP_Tools.h"
+ Include dependency graph for NegPT.h:

Go to the source code of this file.

Namespaces

 quantumdata
 Comprises classes representing the state of composite quantum systems and providing various interfaces to manipulate this data.
 

Functions

template<int RANK, typename V >
double quantumdata::negPT (const DensityOperator< RANK > &, V)
 Calculates the negativity of the partial transpose of the density operator of an arbitrarily complex system. More...
 
template<int RANK>
double quantumdata::negPT (const DensityOperator< RANK > &, tmptools::V_Empty)
 

Detailed Description

Declares the function calculating the negativity of a partially transposed density operator.

Definition in file NegPT.h.