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
I’m encountering an issue when trying to run a quantum circuit using ProjectQ. Specifically, I’m getting the following error: RuntimeError: Too many compiler engines added to the MainEngine!
The error is raised from this part of the code: File "/home/qc/anaconda3/lib/python3.12/site-packages/projectq/meta/_util.py", line 32, in insert_engine raise RuntimeError('Too many compiler engines added to the MainEngine!') . Any suggestion or guidance to resolve this error.