-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PermissionError when running hello_quantum on local_qiskit_simulator and local_clifford_simulator #344
Comments
Looking at the linked issues on the description, it seems you are manually compiling the simulator, and patching the Without being too familiar with Please note as well that we are in the process of making significant changes to the C++ simulator (#351) for the upcoming release, and in the short future we will move towards including the simulator as a shared library in a more pip-conventional way (compiling the simulator manually should still be an option, but not the one used by the "official" installation procedures). While we try to cater to all configurations and setups, we cannot unfortunately commit to supporting all existing integration possibilities - and this particular one seems a bit out of the usual scope. I'd personally be happy to lend a hand at ctuning/ck-qiskit#2 and continue the discussion there! |
@diego-plan9 Apologies for not replying straightaway. Your spot-on advice helped us to resolve the issue (on our side) quickly, but then we put all the QISKit work on hold. We should resume it shortly. Thank you once again, and look forward to continuing discussions as part of that. |
No worries at al, @psyhtest - I peeked a bit in the linked issues in your repository by that time, and was glad to learn that it helped solve your issue, and it also seems it made sense to put the work on hold until the 0.5 release was out! 👍 I'd personally be happy to try to find ways of easing collaboration with your Quantum Collective Knowledge project, which seems an exciting initiative and it feels it has a number of points where we can cooperate. Nevertheless, we will provide a more official answer after discussing with the team - thanks! |
Thanks @diego-plan9! Let's keep in touch. |
Attempting to run
hello_quantum.py
onlocal_qiskit_simulator
andlocal_clifford_simulator
results in aPermissionError
exception.Expected Behavior
When using
local_qasm_simulator
, the following gets printed tostdout
:Current Behavior
When using
local_qiskit_simulator
andlocal_clifford_simulator
, the following gets printed tostderr
:Possible Solution
N/A.
Steps to Reproduce (for bugs)
Please see how to reproduce the problem via Collective Knowledge - QISKit here.
Context
The program is virtually unmodified. The only significant change consists in reading the backend name from the environment:
Your Environment
/cc @fvella
The text was updated successfully, but these errors were encountered: