Results 37 comments of Ahab

Fwiw my project worked just fine with me just data-wrangling until it wasn't in a (b,a,d) ordering anymore. This doesn't seem like a huge problem to me now that I...

Sorry, it turns out there was much more work to be done. Have you tested the ```transmute()``` solution? That seems really simple and maintainable if it works edit: Oh, of...

Gotcha. I thought it would be easier than that, but if I'm being honest your code's a little above my paygrade. I ran some benchmarks on the easy cases though...

Whoops. I went ahead and made those corrections, but they did not make a huge difference, other than the minimum time increasing to be closer to the median, and increasing...

Just tried ```OMEinsum```. It runs into scalar operations. I didn't finish the big test cause it wasn't even close. Small test: ```Julia memory estimate: 4.84 KiB allocs estimate: 56 --------------...

Is this related to why this fails? ```Julia # naive inner product for nd tensors A = rand(1,2,3,4,5) B = rand(1,2,3,4,5) @tensor C[a,b,c,d] := A[a,b,c,d,e] * conj(B[a,b,c,d,e]) ``` Or do...

Okay, yeah, I was speaking gibberish haha I think I get it now Thank you ☺️

Right click on the changes, select discard

Is there any reason to calculate the cost ever? I'm looking through the code and I don't see where it's used. I just edited out every reference to cost and...

For the next soul who ends up here: On Windows the default location ends up in C:\Users\\AppData\Local\Packages\ However, "createFromLocation:1" doesn't seem to save the database at all anywhere (I just...