pschang-phy / Tensorlib

A simple Tensor library for matrix-product simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorlib

A simple Tensor library for tensor-product simulation

Introduction

The tensor-product form of quantum objects plays a central role in the simulation of one-dimensional quantum many-body systems.

Requirement

  • BLAS - Basic Linear Algebra Subprograms
  • LAPACKE - The LAPACKE C Interface to LAPACK

Build and Test

  • In source root
$ make
  • Run test itebd
./itebd 
Input xfield: 0.02
Input zfield: 0.03

Reference

About

A simple Tensor library for matrix-product simulation


Languages

Language:C++ 76.7%Language:C 22.7%Language:Makefile 0.7%