Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 702 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 702 Bytes

Quantics

Dev CI

This library provides a high-level interface to manipulate quantics tensor train (QTT) format in Julia such as Fourier transform, convolution, and matrix-vector multiplication. This library is based on ITensors.jl.

Installation

The following will install Quantics.jl:

julia> using Pkg; Pkg.add("Quantics.jl")

Usage

Please refer to the documentation for usage.