Tomographer  v5.2
Tomographer C++ Framework Documentation
Tomographer::DenseDM::TSpace Namespace Reference

Implementation of the random walk and figures of merit in T space, for densely represented density matrices. More...

Classes

class  FidelityToRefCalculator
 Calculate the fidelity to a reference state for each sample. More...
 
class  LLHMHWalker
 A random walk in the density matrix space of a Hilbert state space of a quantum system (uniform random unitary jumps; slower) More...
 
class  LLHMHWalkerLight
 A random walk in the density matrix space of a Hilbert state space of a quantum system (elementary rotation jumps; faster) More...
 
class  ObservableValueCalculator
 Calculate expectation value of an observable for each sample. More...
 
class  PurifDistToRefCalculator
 Calculate the "purified distance" to a reference state for each sample. More...
 
class  TrDistToRefCalculator
 Calculate the trace distance to a reference state for each sample. More...
 

Typedefs

template<typename StepRealType >
using LLHMHWalkerLightParams = MHWalkerParamsStepSize< StepRealType >
 Jump parameters (step size) for LLHMHWalkerLight. More...
 

Detailed Description

Implementation of the random walk and figures of merit in T space, for densely represented density matrices.

Typedef Documentation

§ LLHMHWalkerLightParams

template<typename StepRealType >
using Tomographer::DenseDM::TSpace::LLHMHWalkerLightParams = typedef MHWalkerParamsStepSize<StepRealType>

Jump parameters (step size) for LLHMHWalkerLight.

Definition at line 307 of file tspacellhwalker.h.