Minor typo fix

This commit is contained in:
Liwei Yang
2023-04-19 17:33:16 +08:00
parent fae91374a0
commit f36a7a75a9

View File

@@ -12,7 +12,7 @@ class QiboCircuitToEinsum:
and grouping each gate with its corresponding qubit it is acting on to a list.
It is then converted it to an equivalent TN expression following the Einstein
summation convention through the class function state_vector_operand().
summation convention through the class function state_vector_operands().
The output is to be used by cuQuantum's contract() for computation of the state vectors of the circuit.
"""