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
AerEstimatorV2 gives memory error when trying to execute small circuits that have been transpiled against larger backends. Essentially it is the same issue as #2084
Steps to reproduce the problem
Try this circuit and operator transpiled against an Eagle machine
QiskitError: 'ERROR: [Experiment 0] Insufficient memory to run circuit circuit-205 using the statevector simulator. Required memory: 18446744073709551615M, max memory: 127903M , ERROR: Insufficient memory to run circuit circuit-205 using the statevector simulator. Required memory: 18446744073709551615M, max memory: 127903M'
But the active number of qubits is only 12
What is the expected behavior?
The simulation should work if the number of active qubits is small enough to fit in memory
Suggested solutions
The text was updated successfully, but these errors were encountered:
Informations
What is the current behavior?
AerEstimatorV2 gives memory error when trying to execute small circuits that have been transpiled against larger backends. Essentially it is the same issue as #2084
Steps to reproduce the problem
Try this circuit and operator transpiled against an Eagle machine
I currently get
QiskitError: 'ERROR: [Experiment 0] Insufficient memory to run circuit circuit-205 using the statevector simulator. Required memory: 18446744073709551615M, max memory: 127903M , ERROR: Insufficient memory to run circuit circuit-205 using the statevector simulator. Required memory: 18446744073709551615M, max memory: 127903M'
But the active number of qubits is only 12
What is the expected behavior?
The simulation should work if the number of active qubits is small enough to fit in memory
Suggested solutions
The text was updated successfully, but these errors were encountered: