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
{{ message }}
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
has no problem running.
However this will not run: $ qisjob onebit.qasm -a --qasm_simulator -t 200000
(you can assume that I am inside the share/qasm_examples folder here)
It will throw:
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py:219: UserWarning: QuantumInspire not installed.
return f(*args, **kwds)
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py:219: UserWarning: Rigetti Forest not installed.
return f(*args, **kwds)
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py:219: UserWarning: qiskit-jku-provider not installed.
return f(*args, **kwds)
Traceback (most recent call last):
File "/Users/user/Documents/qis_job/QISJOB/bin/qisjob", line 244, in <module>
QJ.do_it()
File "qis_job/qis_job.pyx", line 301, in qis_job.qis_job.QisJob.do_it
File "qis_job/qis_job.pyx", line 616, in qis_job.qis_job.QisJob.one_exp
File "/Users/user/Documents/qis_job/QISJOB/lib/python3.7/site-packages/qiskit/execute.py", line 289, in execute
**run_config)
File "/Users/user/Documents/qis_job/QISJOB/lib/python3.7/site-packages/qiskit/compiler/assemble.py", line 141, in assemble
rep_delay, **run_config)
File "/Users/user/Documents/qis_job/QISJOB/lib/python3.7/site-packages/qiskit/compiler/assemble.py", line 226, in _parse_common_args
'backend: %s.' % (shots, max_shots))
qiskit.exceptions.QiskitError: 'Number of shots specified: 200000 exceeds max_shots property of the backend: 65536.'
The text was updated successfully, but these errors were encountered:
Ok, now I confirmed this.
on the same python environment where I have qisjob installed:
has no problem running.
However this will not run:
$ qisjob onebit.qasm -a --qasm_simulator -t 200000
(you can assume that I am inside the share/qasm_examples folder here)
It will throw:
The text was updated successfully, but these errors were encountered: