pyqtorch icon indicating copy to clipboard operation
pyqtorch copied to clipboard

[Performance] Optimize operator - operator multiplication

Open jpmoutinho opened this issue 10 months ago • 0 comments

Currently different size operators in the apply_operator product are handled by padding the smaller one with identities. Another option is to do it by manipulating the qubit indices without padding, which is likely to be more efficient.

jpmoutinho avatar Apr 23 '24 09:04 jpmoutinho