ALPS MPS Codes
Reference documentation.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
truncation_results Struct Reference

#include <block_matrix_algorithms.h>

Public Member Functions

 truncation_results ()
 
 truncation_results (std::size_t m, double tw, double tf, double se)
 

Public Attributes

std::size_t bond_dimension
 
double truncated_weight
 
double truncated_fraction
 
double smallest_ev
 

Detailed Description

Definition at line 45 of file block_matrix_algorithms.h.

Constructor & Destructor Documentation

truncation_results::truncation_results ( )
inline

Definition at line 51 of file block_matrix_algorithms.h.

51 { }
truncation_results::truncation_results ( std::size_t  m,
double  tw,
double  tf,
double  se 
)
inline

Definition at line 53 of file block_matrix_algorithms.h.

Member Data Documentation

std::size_t truncation_results::bond_dimension

Definition at line 46 of file block_matrix_algorithms.h.

double truncation_results::smallest_ev

Definition at line 49 of file block_matrix_algorithms.h.

double truncation_results::truncated_fraction

Definition at line 48 of file block_matrix_algorithms.h.

double truncation_results::truncated_weight

Definition at line 47 of file block_matrix_algorithms.h.


The documentation for this struct was generated from the following file: