You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While transpiling this circuit, the python process tried to allocate more than 70 GB of memory (as far as I could see in the Activity Monitor of MacOS). The process is eventually killed.
At any other optimization level (0, 1, or 3), the circuit behaves normally.
Not sure what the issue is. It seems like it is related to this issue #9197 which leads to a large memory allocation.
Yeah I'm pretty sure this is a duplicate of #9197, it's only effecting you on optimization level 2 because at optimization level 3 the other passes run decompose the large multiqubit gates to 1 and 2 qubit gates (in order to do additional optimization passes). For lower optimization levels commutative cancellation isn't run. #9201 should fix this
Environment
What is happening?
While transpiling this circuit, the python process tried to allocate more than 70 GB of memory (as far as I could see in the Activity Monitor of MacOS). The process is eventually killed.
At any other optimization level (0, 1, or 3), the circuit behaves normally.
Not sure what the issue is. It seems like it is related to this issue #9197 which leads to a large memory allocation.
How can we reproduce the issue?
What should happen?
The circuit should transpile correctly.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: