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
In order to test whether the conversion of a Python module circuit into Tenet is working properly, i.e. the results in Python and Tenet match, we should implement tests similar to YaoBlocks tests where we would compare the results obtained by the Python library and the Tenet contraction.
In YaoBlocks, this was NOT working due to a wrong order of the Sites, which was resolved in this PR.
This bug potentially exists in Qiskit.jl and Qibo.jl, where the dual sites are in first place. However, in Cirq.jl and Quimb.jl the dual sites are in second place.
The text was updated successfully, but these errors were encountered:
In order to test whether the conversion of a Python module circuit into
Tenet
is working properly, i.e. the results in Python andTenet
match, we should implement tests similar toYaoBlocks
tests where we would compare the results obtained by the Python library and theTenet
contraction.In
YaoBlocks
, this was NOT working due to a wrong order of theSite
s, which was resolved in this PR.This bug potentially exists in
Qiskit.jl
andQibo.jl
, where the dual sites are in first place. However, inCirq.jl
andQuimb.jl
the dual sites are in second place.The text was updated successfully, but these errors were encountered: