Open richrines1 opened 8 months ago
@richrines1 did you find a solution to this bug?
I think it's relevant to note that cloud simulators have been retired as of May 15th, you can refer to this migration guide to see why have cloud simulators been retired as well as how to migrate to local simulators.
Closing this issue since as @ElePT mentioned, cloud simulators have been retired.
thanks @ElePT @jyu00
cloud simulators seem to still be available via the ibm cloud qiskit runtime plans, for which this bug persists - are these similarly headed for retirement?
You are correct that simulators are still available via the lite plan in the IBM Cloud channel.
Hi @jyu00 ,
Will the IBM cloud simulators always be available?
Ping @jyu00. This message might have slipped by you.
@vtomole I'm not in a position to make an official statement. However, given cloud simulator support was dropped from IBM Quantum Platform due to their limitations, I would not be surprised if it's also dropped from IBM Cloud channel in the near future.
Thanks @jyu00 :)
Describe the bug
backend.num_qubits
returns 32 but submitting a circuit with more than 31 qubits results in a "Circuits do not match the target definition" errorbackend.num_qubits
returns 100 but submitting a circuit with more than 63 qubits results in the same errorbackend.num_qubits
itself throws an errorSteps to reproduce
prints:
(where for each failing job,
job.error_message()
returns "...Circuits do not match the target definition (non-ISA circuits)...")meanwhile the following two lines fail immediately with a
TranspilerError
:Expected behavior
i would expect to be able to submit a circuit with (op to)
backend.num_qubits
qubitsAdditional Information