TensorBFS/OMEinsumContractionOrders.jl

Data Convertor between TreeWidthSolver.jl and OMEinsumContractionOrder.jl

Closed this issue · 2 comments

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.

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

Fixed by #43