OMEinsumContractionOrders.jl icon indicating copy to clipboard operation
OMEinsumContractionOrders.jl copied to clipboard

Tensor network contraction order optimizers for OMEinsum

Results 8 OMEinsumContractionOrders.jl issues
Sort by recently updated
recently updated
newest added

@JuliaRegistrator register

This issue is for listing papers using `OMEinsum`/`OMEinsumContractionOrders`.

Hello, I wanted to report a warning that I encountered while precompiling the OMEinsumContractionOrders package. During the precompilation process, I received the following warning message ``` 1 dependency had warnings...

Getting pace complexity not found and then Julia thread gets killed ┌ Warning: target space complexity not found, got: 34.0, with time complexity 45.65477344005592, read-write complexity 36.76159466700723. └ @ OMEinsumContractionOrders...

Plan to add a backend using tree decomposition, which will be provided in TamakiTreeWidth.jl. A data convertor between OMEinsumContractionOrder.jl and TamakiTreeWidth.jl, to convent tensor networks as graphs and to convert...

This is a copy of [this issue](https://github.com/CodingThrust/AMAT5315-2025Spring-Homeworks/issues/55). ### original ```julia optimizer = TreeSA(ntrials=10, niters=20, sc_target=52) time_elapsed = @elapsed net = yao2einsum(c; initial_state=Dict(zip(1:nqubits(c), zeros(Int,nqubits(c)))), final_state=Dict(zip(1:nqubits(c), zeros(Int,nqubits(c)))), optimizer) @info "contraction complexity: $(contraction_complexity(net)),...

discussion

@YijiawWang and I noticed that during the slicing process of treesa, score of indices is defined as number of large tensor contains them. However, a sliced indices has bound dims...

bug

Got the following error when trying to use KaHyPar related backend with TensorQEC. It turns out SCIP and KaHyPar requires different `boost_jll ` versions. ```bash Activating project at `~/.julia/dev/OMEinsumContractionOrders/examples/qec` Resolving...