Qiskit Nature is an open-source, quantum computing, framework for solving quantum mechanical natural science problems.
306
stars
207
forks
source link
Trying to `copy.copy` a `Tensor` leads to a `RecursionError` #1253
Closed
mrossinek closed 1 year ago
Environment
What is happening?
Calling
copy.copy
on aTensor
results in aRecursionError
.How can we reproduce the issue?
What should happen?
No error should occur.
Any suggestions?
No response