mptensor  v0.3.0
Parallel Library for Tensor Network Methods
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
  examples
  benchmark
 reshape.ccBenchmark of reshape
 rsvd.ccBenchmark for RSVD
 slice.ccBenchmark of slice
 timer.hppTimer class
 transpose.ccBenchmark of transpose
  Ising_2D
 atrg.ccTwo-dimensional Ising model by ATRG
 hotrg.ccTwo-dimensional Ising model by HOTRG
 ising.ccTwo-dimensional Ising model
 ising.hppTwo-dimensional Ising model
 trg.ccTwo-dimensional Ising model by TRG
  output
 output.ccPrint out of mptensor
 output.py
  save_load
 save_load.ccExample of save and load
  simple_example
 simple_example.cc
  include
  mptensor
  file_io
 io_helper.hppHeader file of helper functions for file io
 load.hppHeader file of load function
 save.hppHeader file of saver
  lapack
 matrix_lapack.hppHeader file for mptensor::lapack::Matrix
 matrix_lapack_impl.hppImplemation of mptensor::lapack::Matrix
  matrix_interface
 matrix_interface.hppInterface of Matrix class
 matrix_interface_doc.hppDocumentation of Matrix class interface
  scalapack
 blacsgrid.hppBlacsGrid class
 matrix_scalapack.hppScalapack::Matrix class
 matrix_scalapack_impl.hppImplementation of scalapack::Matrix class
 complex.hppDefine the type of a complex number
 doxygen_module.hppDefine modules for doxygen
 index.hppHeader file of Index class
 index_constructor.hpp
 index_constructor.py
 matrix.hppList of header files for matrix classes
 mpi_wrapper.hppWrapper functions of MPI communications
 mptensor.hppTop header file of mptensor
 rsvd.hppRandomized algorithm for singular value decomposition
 rsvd_impl.hppImplementation of RSVD
 tensor.hppTensor class
 tensor_impl.hppImplementation of tensor class
 version.hppVersion of mptensor
  src
  lapack
 matrix_lapack.ccDefinition of functions which call LAPACK and BLAS routines
  scalapack
 blacsgrid.ccBlacsGrid class
 matrix_scalapack.ccScalapack::Matrix class
 index.ccIndex class
 mpi_wrapper.ccWrapper functions of MPI communications
 rsvd.cc
 tensor.ccUtility functions for Tensor class
  tests
  file_io
 common.hpp
 load.ccTest code for load function
 save.ccTest code of save function
 arithmetic.ccTest code for arithmetic operators
 contract.ccTest code of tensor contraction
 eigh.ccTest code for eigenvalue decomposition
 eigh_general.ccTest code for eigenvalue decomposition
 eigh_rank2.ccTest code for eigenvalue decomposition of matrix
 functions.hppFunctions for tensor elements
 kron.cc
 mpi_tool.ccSome utilities for MPI
 mpi_tool.hppSome utilities for MPI
 qr.ccTest code for QR decomposition
 qr_rank2.ccTest code for QR decomposition of matrix
 reshape.ccTest code for reshape
 set_slice.ccTest code for set_slice
 slice.ccTest code for slice
 svd.ccTest code for singular value decomposition
 tensor_test.ccTest code for mptensor
 tensor_test.hppTest code for mptensor
 tensordot.ccTest code for kron
 timer.hppTimer
 trace.ccTest code for trace
 transpose.ccTest code for transpose
 typedef.hppDefine TensorD and TensorC