Imcompatible size and shape in second_q.operators.symmetric_two_body.S8Integrals
Tensor object
#1353
Labels
second_q.operators.symmetric_two_body.S8Integrals
Tensor object
#1353
Environment
What is happening?
from qiskit_nature.second_q.operators.tensor_ordering import to_chemist_ordering
in0.7.2
returns different size object compared to0.6.2
leading to breaking behavior.How can we reproduce the issue?
MWE
Result
0.6.2
Result
0.7.2
It leads to errors in previous workflows such as in
circuit-knitting-toolbox
(GitHub Link) as size406
is not compatible with shape(7, 7, 7, 7)
.What should happen?
The Tensor object's size and shape should be compatible.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: