Sergio Sánchez Ramírez

Results 117 comments of Sergio Sánchez Ramírez

Yep, like I said in the previous PR, those virtual bond dimensions are a big problem.

> > Yep, like I said in the previous PR, those virtual bond dimensions are a big problem. > > I think that we just have to truncate. Great, that...

I would suggest that we can directly implement a stack/grid visualization for all `Quantum` TNs. Maybe we could use something like https://juliagraphs.org/NetworkLayout.jl/stable/#pin-Positions-in-Interative-Layouts to manually set tensor positions.

Weird, calling the `TensorNetwork` constructor should error maybe.

Okay no, `TensorNetwork` constructor doesn't check it. https://github.com/bsc-quantic/Tenet.jl/blob/211b5027a9ca99240011617bc86809fefba5b9a3/src/TensorNetwork.jl#L18-L31 I believe I removed the check for performance, but I didn't measure how much time it was taking.

Yeah, we could have something like `unsafe_region` inside.

Oh no, "no space left on device" error 🥲

I'm going to try reducing the number of parallel jobs to 1... but I don't have much hope.

No luck, but I've found out that intermediate files can be created in another directory where there is more space with the [--output_base](https://docs.bazel.build/versions/master/command-line-reference.html#flag--output_base) flag. Is there any other place I...

I believe that its the goal of the `--output_base` flag.