jcmgray / cotengra

Hyper optimized contraction trees for large tensor networks and einsums
https://cotengra.readthedocs.io
Apache License 2.0
174 stars 32 forks source link

Can not set HyperOptimizer.parallel to False #12

Closed xiangjianqian closed 1 year ago

xiangjianqian commented 2 years ago

Currently, I am using Cotengra to contract tensor network. Because of the high memory cost during the process of HyperOptiumizer, I set parallel=False. But I find that it did not turn off the parallel processes. Can anyone help me with this problem?

xiangjianqian commented 2 years ago

Sorry, I reinstalled Coengra, and the problem was solved.