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
This is something that should in parallel be fixed in Quantikz.
Quantikz currently relies significantly on struct properties being vectors instead of tuples. That was a bad old decision -- it should default to tuples. But due to the lack of support for tuples, the Quantikz recipes in QuantumClifford contain a large amount of ugly collect statements. Fix Quantikz and remove the collect statements from the QuantumClifford recipes.
The text was updated successfully, but these errors were encountered:
This is something that should in parallel be fixed in Quantikz.
Quantikz currently relies significantly on struct properties being vectors instead of tuples. That was a bad old decision -- it should default to tuples. But due to the lack of support for tuples, the Quantikz recipes in QuantumClifford contain a large amount of ugly
collect
statements. Fix Quantikz and remove the collect statements from the QuantumClifford recipes.The text was updated successfully, but these errors were encountered: