Hi everyone,
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.