4 #ifndef CPPQEDCORE_QUANTUMDATA_NEGPT_H_INCLUDED
5 #define CPPQEDCORE_QUANTUMDATA_NEGPT_H_INCLUDED
7 #include "core_config.h"
15 #ifndef DO_NOT_USE_FLENS
41 template<
int RANK,
typename V>
42 double negPT(
const DensityOperator<RANK>&, V);
55 #else // DO_NOT_USE_FLENS
60 template<
int RANK,
typename V>
62 std::string
negPT(
const DensityOperator<RANK>&, V)
71 #endif // DO_NOT_USE_FLENS
74 #endif // CPPQEDCORE_QUANTUMDATA_NEGPT_H_INCLUDED
Comprises classes representing the state of composite quantum systems and providing various interface...
Defines class of the same name.
double negPT(const DensityOperator< RANK > &, V)
Calculates the negativity of the partial transpose of the density operator of an arbitrarily complex ...