Giter Club home page Giter Club logo

mpstates.jl's Introduction

MPStates.jl

Matrix Product States algorithms in Julia.

Description

This library intends to be a simple but performant implementation of several Matrix Product States (MPS) algorithms in pure Julia. The implemented algortihms so far are the well known 1-site and 2-site DMRG algorithms and Strictly Single-Site DMRG. Functions to build general Matrix Product Operators (MPO) and to extract expectation values from MPS are also available.

Installation

Once you have Julia installed you will need the following packages: TensorOperations (for tensor contractions using Einsum notation), HDF5 to store an Mps, and Arpack to locally minimize the energy of a state. You can do this in Julia with:

using Pkg
Pkg.add("HDF5")
Pkg.add("TensorOperations")
Pkg.add("Arpack") # This is difficult to build if Julia was built from source using MKL.

After the packages are installed you have to download this repository (remove the .jl from the directory's name) and write at the top of your Julia script:

push!(LOAD_PATH, "/full/path/to/MPStates/directory")
using MPStates

Usage

See here examples of how to use the Mps and Mpo structures and how to find the ground state energy of a Hamiltonian.

WARNING: the API is yet unstable (but slowly converging).

mpstates.jl's People

Contributors

alvarorga avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.