This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Description
This has already been brought up in #120, but I'm bringing it up again because our contraction algorithms suck.
We need much better algorithms, as hand coding contraction orders, or worse, just using naive is a really bad practice.
As the first step, we need to implement a fast version of fully optimal contraction. It's ok if it's just in python for now, but we need it to exist. We could also possibly adapt opteinsum's code to our own, but I don't know how easily that will be.