Tomographer  v2.0
Tomographer C++ Framework Documentation
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  doc
  doxdocs
 mainpage.cxx
 namespaces.cxx
 page_debugging.cxx
 page_loggers.cxx
 page_params.cxx
 page_task_manager_dispatcher.cxx
 page_theory.cxx
 page_tomorun.cxx
 page_type_interfaces.cxx
 page_type_interfaces_densedm.cxx
 page_write_custom_logger.cxx
  tomographer2
  densedm
 densellh.hSome declarations for the DenseLLH type interface
 distmeasures.hDistance measures in quantum information for states represented as dense matrices
 dmtypes.hC++ types for describing dense density matrices in various parameterizations
 indepmeasllh.hC++ types and functions for calculating the log-likelihood for independent measurements
 param_herm_x.hTools for parameterizing hermitian matrices with the X Parameterization
 param_rho_a.hTools for parameterizing density matrices with the A Parameterization
 tspacefigofmerit.hImplement some standard figures of merit for when integrating in T space densely represented density matrices
 tspacellhwalker.hDefinitions for a Metropolis-Hastings random walk on a quantum state space with dense matrix type
  mathtools
 check_derivatives.hTools to check numerical derivatives
 pos_semidef_util.hTools for dealing with positive semidefinite matrices
 random_unitary.hProduce a random unitary according to the Haar measure
 simple_find_zero.hA very simplistic tool for finding a relatively straightforward zero with few iterations
 solveclyap.hRoutine for solving a complex Lyapunov equation. See Tomographer::SolveCLyap::solve()
 sphcoords.hSpherical coordinates conversion routines, with jacobian etc. See Hyperspherical Coordinates
  tools
 conststr.hA constexpr string type, suitable for basic compile-time string processing
 cxxutil.hSome C++ utilities, with a tad of C++11 tricks
 eigen_assert_exception.hDefine tools for Eigen's eigen_assert() to throw an exception instead of assert'ing
 eigenutil.hBasic utilities for dealing with Eigen matrices and other types
 ezmatio.hUtilities for reading MATLAB "*.mat" data files. See Tomographer::MAT
 fmt.hUtilities for formatting strings
 loggers.hUtilities for logging messages
 needownoperatornew.hManaging the need for specific overrides to operator new() for some types (especially Eigen types)
 signal_handler.hBasic common code for intercepting a signal and basic interfacing to C++
 signal_status_report.hBasic common code for intercepting a signal to print status information of a task manager
 histogram.hDefinitions for Histogram Types
 mhrw.hRoutines for performing a Metropolis-Hastings random walk
 mhrw_bin_err.hBinning Analysis in a Metropolis-Hastings random walk
 mhrw_valuehist_tasks.hTasks for collecting a histogram of values during a Metropolis-Hastings random walk
 mhrwstatscollectors.hDefinitions for MHRWStatsCollector Interface's
 mhrwtasks.hMultiprocessing tasks interface (see Task Manager/Dispatcher Interfaces) for parallel Metropolis-Hastings random walks
 multiproc.hSome common definitions for multiprocessing interfaces
 multiprocomp.hMultiprocessing with OpenMP parallel multithreading
 valuecalculator.hSome elementary definitions which relate to the ValueCalculator Interface