Korbinian Kottmann
Korbinian Kottmann
> I am open to suggestions here, especially if you have a comparison point for a MPS simulator that is much faster and how they achieved that, but there is...
> _It shouldn't teach or explain, it should assume the reader already understands what X, Y, and Z are. They just want to see the code to remember how to...
100 extra points to fuse this with the QubitUnitaryFusion example below. I tried to create a pass using the provided example code but still struggle with the boilerplate and where...
> Thanks @Qottmann! Just double checking, does https://github.com/PennyLaneAI/pennylane/pull/6075 aim to resolve this? It wasn't clear to me from the PR (as the description is blank) Yes! Though it is currently...
@PietropaoloFrisoni there was actually a lot missing, but should be fixed now :)
Current bug that needs fixing ```python n=4 gens = [X(i) @ X(i+1) + Y(i) @ Y(i+1) + Z(i) @ Z(i+1) for i in range(n-1)] H = qml.sum(*gens) gens = [op.pauli_rep...
> we can be smarter ,in particular if we do want to add batches of vectors at a time (note that sometimes we don't, and we always need to do...
@vincentmr I think I see your point, thanks for expanding! Could this be fixed with a `PauliSentence.simplify(tol=eps)` pass before adding? That method already exists. Was this a general remark or...
Just noticed a bug in the current implementation ``` gens = [ qml.sum(Z(2) @ Z(3), X(2) @ X(3), Y(2) @ Y(3)), qml.sum(X(0) @ X(1), X(1) @ X(2), Y(0) @ Y(1),...
Awesome, @ikurecic :) From my side, we can merge right away/soon, it doesnt have to coincide with marketing and socials 👍