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
When computing all amplitudes of the "open" region of the circuit, it is faster to contract that region without closing the indexes. The resulting tensor is contracted with the tensor resultant from the rest of the circuit.
The text was updated successfully, but these errors were encountered:
On this topic, there's currently some redundancy between the "qubits_A" input value and the "terminal_cuts" in contraction ordering. This should be consolidated to a single source of truth - keeping it in the contraction ordering seems correct to me.
The "qubits_A" field was removed in #30 - it is now parsed from contraction ordering. There's a TODO in the code to update this parsing to use the new operation.
When computing all amplitudes of the "open" region of the circuit, it is faster to contract that region without closing the indexes. The resulting tensor is contracted with the tensor resultant from the rest of the circuit.
The text was updated successfully, but these errors were encountered: