Changelog
Fixed
- Fix the grouping index bug in Estimator (1839)
- Fix handling of None in noise model construction from BackendV2 (1818)
- Support initialize with int (1841)
- Do not use circuit metadata to internally manage simulation results (1772)
- Validate parameters of each gate in a circuit (1834)
- Warn if approximation=False and shots=None in Estimator (1823)
- Upgrade to qiskit_sphinx_theme 1.12 (1822)
- Fix Renew example codes in README 1806: qiskit.providers.ibmq is deprecated; ibmq_athens is not available (1831)
- Fix typos in aer_simulator, qasm_simulator docs (1833)
- Use transpile and run instead of execute in docstring (1830)
- Fixing some typos (1827)
- Set the number of qubits with the coupling map (1825)
- check parameter_binds arguments for parameterized circuits (1817)
- Support parameterized global phase (1814)
- fix fail of qobj run without run_options (1792)
- avoid kernel crash from blas call errors (1791)
- Add Getting Started page (1780)
- Add implicit cast of argument types (1770)
- Update standard_errors.py (1799)
- fix cuQuantum static linking (1812)
- Support `SwitchCaseOp` that will be released in qiskit-terra 0.24.0 (1778)
- Activate jQuery in docs (1802)
- Fix library path to cuQuantum and cuTENSOR (1801)
- Fix setting MPI processes and ranks (1808)
- Remove Sampler.close, assert DeprecationWarning of opflow, and update dependency (1804)
- Resolve regression from introduction of AER::Config (1747)
- Add API docs for QuantumCircuit methods (1753)
- Fix wrong set of parameters in circuits with barriers (1775)
- Defer gathering backends until they are needed (1760)
- Add Tutorials to Documentation Page (1768)
- Correct a type of variance from complex to real (1767)
- use `omp_set_max_active_levels` instead of `omp_set_nested` (1752)
- Fix how to reference to config.cuStateVec_enable (1749)
- Remove a release note in an invalid location (1750)
- add code-formatting with black for python and with clang-format for c++ (1630)