Kevin Tian

Results 41 comments of Kevin Tian

Closing this for now, especially since simulators are being sunset

Tests already exist for `fake_provider` ![Image](https://github.com/Qiskit/qiskit-ibm-runtime/assets/20911417/cd0d584a-7d85-4ec5-a66c-af70f8805c2a)

Getting the same error with ibmq_qasm_simulator: `TranspilerError: "The control-flow construct 'if_else' is not supported by the backend."`

Can confirm that the `ibmq_qasm_simulator` configuration does not have any supported instructions: Also left a comment in sw-api-iqp issue 1252 ``` {'_data': {'allow_q_object': True}, 'backend_name': 'ibmq_qasm_simulator', 'backend_version': '0.1.547', 'n_qubits': 32,...

Qobj has not been cached for a while, closing

There is an issue with the configuration/coupling map for `simulator_extended_stabilizer` - I will get it prioritized in the appropriate team

@1ucian0 This needs to be fixed on the server side - there is an issue open (ntc 2451), we need to get the right backend configurations

Do we really want to remove `backend()`? It's used all over our documentation/tutorials and I feel like it's the more popular option. Also it makes more sense to have a...

> @kt474 - deprecated code for which versions can be removed? I believe all the deprecated code from 0.7 has been removed in #797 but there are plenty of TODO's...