You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TensorCircuit is built on top of TensorNetwork package with built-in differentiable circuit class and some hacks on the tensor network contraction path finder (TensorCircuit supportscotengra package as the path finder).
Therefore, TensorCircuit is definitely the choice over TensorNetwork package in terms of quantum circuit simulation with its handy API and better performance.
quimb is another fantastic package from the same author for cotengra. In terms of API design, we believe that TensorCircuit has better Circuit object with more built-in functionalities since our package is more focused on circuit simulation while quimb is a more general tensor network package. In terms of performance, careful benchmarks are required and we are on the way. For now, what I can say is that TensorCircuit package focuses more on end-to-end jit and vmap paradigms, which may bring performance advantages compared to quimb.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hey guys, amazing library! Just out of curiosity, was there any benchmarking done against other TN packages like
tensornetworkorquimb?All reactions