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
Removal of deprecated Qiskit 2.0 related code (#2318)
* Removal of deprecated Qiskit 2.0 related code
* Linting
* Linting
* Fix windows CR issue
* Small fixes
* Small fixes
* Return `from_backend_properties` method
* Fixes according to review and version update
* update cibuildwheel version
Copy file name to clipboardexpand all lines: docs/tutorials/2_device_noise_simulation.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
"source": [
41
41
"## Device Backend Noise Model\n",
42
42
"\n",
43
-
"The *Qiskit Aer* device noise model automatically generates a simplified noise model for a real device. This model is generated using the calibration information reported in the `BackendProperties` of a device and takes into account\n",
43
+
"The *Qiskit Aer* device noise model automatically generates a simplified noise model for a real device. This model is generated using the calibration information reported in the properties of a device and takes into account\n",
44
44
"\n",
45
45
"* The *gate_error* probability of each basis gate on each qubit.\n",
46
46
"* The *gate_length* of each basis gate on each qubit.\n",
0 commit comments