Tomographer
v5.4
Tomographer C++ Framework Documentation
|
C++ types and functions for calculating the log-likelihood for independent measurements. More...
#include <cstddef>
#include <string>
#include <iomanip>
#include <Eigen/Eigen>
#include <boost/serialization/serialization.hpp>
#include <tomographer/tools/cxxutil.h>
#include <tomographer/tools/needownoperatornew.h>
#include <tomographer/tools/fmt.h>
#include <tomographer/densedm/dmtypes.h>
#include <tomographer/densedm/param_herm_x.h>
#include <tomographer/densedm/densellh.h>
Go to the source code of this file.
Classes | |
class | Tomographer::DenseDM::IndepMeasLLH< DMTypes_, LLHValueType_, IntFreqType_, FixedMaxParamList_, UseNMeasAmplifyFactor_ > |
C++ types and functions for calculating the log-likelihood for POVM effects which can be written as a product of individual effects. More... | |
Namespaces | |
Tomographer | |
Base namespace for the Tomographer project. | |
Tomographer::DenseDM | |
Main implementation for densely represented density matrices. | |
Functions | |
template<typename Archive , typename DMTypes_ , typename LLHValueType_ , typename IntFreqType_ , int FixedMaxParamList_, bool UseNMeasAmplifyFactor_> | |
void | boost::serialization::save_construct_data (Archive &a, const Tomographer::DenseDM::IndepMeasLLH< DMTypes_, LLHValueType_, IntFreqType_, FixedMaxParamList_, UseNMeasAmplifyFactor_ > *t, const unsigned int) |
template<class Archive , typename DMTypes_ , typename LLHValueType_ , typename IntFreqType_ , int FixedMaxParamList_, bool UseNMeasAmplifyFactor_> | |
void | boost::serialization::load_construct_data (Archive &a, Tomographer::DenseDM::IndepMeasLLH< DMTypes_, LLHValueType_, IntFreqType_, FixedMaxParamList_, UseNMeasAmplifyFactor_ > *t, const unsigned int) |
C++ types and functions for calculating the log-likelihood for independent measurements.
Definition in file indepmeasllh.h.