Tomographer  v2.0
Tomographer C++ Framework Documentation
tspacellhwalker.h File Reference

(v2.0)

Definitions for a Metropolis-Hastings random walk on a quantum state space with dense matrix type. More...

#include <cstddef>
#include <cmath>
#include <random>
#include <boost/math/constants/constants.hpp>
#include <tomographer2/tools/loggers.h>
#include <tomographer2/tools/needownoperatornew.h>
#include <tomographer2/densedm/densellh.h>
#include <tomographer2/densedm/dmtypes.h>
#include <tomographer2/densedm/param_herm_x.h>
#include <tomographer2/mhrw.h>
+ Include dependency graph for tspacellhwalker.h:

Go to the source code of this file.

Classes

class  Tomographer::DenseDM::TSpace::LLHMHWalker< DenseLLH_, Rng, LoggerType >
 A random walk in the density matrix space of a Hilbert state space of a quantum system. More...
 

Namespaces

 Tomographer
 Base namespace for the Tomographer project.
 
 Tomographer::DenseDM
 Main implementation for densely represented density matrices.
 
 Tomographer::DenseDM::TSpace
 Implementation of the random walk and figures of merit in T space, for densely represented density matrices.
 

Detailed Description

Definitions for a Metropolis-Hastings random walk on a quantum state space with dense matrix type.

See mainly Tomographer::DenseDM::TSpace::LLHMHWalker.

Definition in file tspacellhwalker.h.