Skip to content

Commit

Permalink
Updating cuda-quantum version to use pauliWord.
Browse files Browse the repository at this point in the history
  • Loading branch information
poojarao8 committed Mar 21, 2024
1 parent 0415493 commit e31773d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qswift/sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ def evaluate(self, indices):
def get_circuit(self, indices):
qc = self.initializer.init_circuit(self.observable.nqubit, {}, self.tool)
for index in indices:
self.pool.get(index).add_circuit(qc)
self.pool.get(index).add_circuit(qc, sizeOfIndex=len(indices))
return qc

0 comments on commit e31773d

Please sign in to comment.