TensorBFS / OMEinsumContractionOrders.jl

Tensor network contraction order optimizers for OMEinsum
MIT License
25 stars 3 forks source link

Data Convertor between TreeWidthSolver.jl and OMEinsumContractionOrder.jl #42

Closed ArrogantGao closed 1 month ago

ArrogantGao commented 3 months ago

Plan to add a backend using tree decomposition, which will be provided in TreeWidthSlover.jl. A data convertor between OMEinsumContractionOrder.jl and TreeWidthSlover.jl, to convent tensor networks as graphs and to convert tree decomposition as contraction order, should be added in the future.

ArrogantGao commented 1 month ago

The TreeWidthSlover.jl now work as a backend of the optimizer ExactTreeWidth(), see #43

GiggleLiu commented 1 month ago

Fixed by #43