Skip to content
forked from smorita/mptensor

Parallel Library for Tensor Network Methods

Notifications You must be signed in to change notification settings

huangrzh/mptensor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mptensor v0.1

mptensor is parallel C++ libarary for tensor calculations. It provides similar interfaces as Numpy and Scipy in Python.

Requirements

How to Use

  • Modify Makefile.option as your environment and then make.
  • Include src/mptensor.hpp in your codes.
  • Complie your applications with src/libmptensor.a .

Documents

By make doc, HTML and LaTeX documents are generated in doxygen_docs.

Examples

#include <mptensor.hpp>
using namespace mptensor;
typedef Tensor<scalapack::Matrix,double> ptensor;
ptensor A(Shape(3,4,5));

Links

About

Parallel Library for Tensor Network Methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • Other 1.0%