Sergio Sánchez Ramírez
Sergio Sánchez Ramírez
> Update: this can be already implemented But we haven't discussed the semantics yet... I have concerns on adding new labels not in the Tensor Network (or renaming) or resizing...
@jofrevalles I think we can close this since we now have `@unsafe_region` right?
I like the idea of having these kind of constructors, but not this way nor with these names. We can write another proposal when I'm back.
We can still add a constructor for Pauli strings like `Product("001+")` if you want
This is currently intentional: Indices should have the same size on replacement. But you could try using `@unsafe_region` macro; it makes `push!` skip index size check until the end of...
About the first error, it fails because `@unsafe_region` just postpones the check, but you need to replace all the tensors with the index which you have modified the size. The...
Ahh okay. That's clearly a bug.
@emapuljak can you help me with this one?
Thanks for the report @marcosdiezgarcia! We're now on vacations so we won't be able to properly fix and publish a new version until early September. Meanwhile, you can get the...
@marcosdiezgarcia The problem should be solved in v0.7.4