An open API service indexing awesome lists of open source software.

https://github.com/tensorbfs/omeinsumcontractionorders.jl

Tensor network contraction order optimizers for OMEinsum
https://github.com/tensorbfs/omeinsumcontractionorders.jl

contraction-order julia omeinsum tensor-networks

Last synced: about 1 month ago
JSON representation

Tensor network contraction order optimizers for OMEinsum

Awesome Lists containing this project

README

        

# OMEinsumContractionOrders

OMEinsumContractionOrders is a Julia package that provides an `optimize_code` function for finding optimal contraction orders for tensor networks. It is designed to work with multiple tensor network packages, such as: [OMEinsum.jl](https://github.com/under-Peter/OMEinsum.jl/issues) package and [ITensorNetworks.jl](https://github.com/mtfishman/ITensorNetworks.jl).

[![Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://tensorbfs.github.io/OMEinsumContractionOrders.jl/dev/)
[![Build Status](https://github.com/TensorBFS/OMEinsumContractionOrders.jl/workflows/CI/badge.svg)](https://github.com/TensorBFS/OMEinsumContractionOrders.jl/actions)
[![codecov](https://codecov.io/gh/TensorBFS/OMEinsumContractionOrders.jl/branch/master/graph/badge.svg?token=BwaF0cV6q1)](https://codecov.io/gh/TensorBFS/OMEinsumContractionOrders.jl)

## Installation

To install OMEinsumContractionOrders, please follow these steps:

1. Open Julia's interactive session (known as [REPL](https://docs.julialang.org/en/v1/manual/getting-started/)) by typing `julia` in your terminal.
2. Press the ] key in the REPL to enter the package mode.
3. Type `add OMEinsumContractionOrders` to install the stable release of the package.

For using, please check the [documentation](https://tensorbfs.github.io/OMEinsumContractionOrders.jl/dev/).

## References

If you find this package useful in your research, please cite the *relevant* papers in [CITATION.bib](CITATION.bib).