Skip to content

Commit 1e2a770

Browse files
authored
Merge branch 'Qiskit:main' into mps-cutensor
2 parents a71aa3c + e9e928d commit 1e2a770

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
author = 'Qiskit Development Team'
4848

4949
# The short X.Y version
50-
version = '0.16.1'
50+
version = '0.17.1'
5151
# The full version, including alpha/beta/rc tags
52-
release = '0.16.1'
52+
release = '0.17.1'
5353

5454
templates_path = ['_templates']
5555

@@ -148,7 +148,7 @@
148148
autoclass_content = 'both'
149149
intersphinx_mapping = {
150150
"matplotlib": ("https://matplotlib.org/stable/", None),
151-
"qiskit": ("https://docs.quantum.ibm.com/api/qiskit/", None),
151+
"qiskit": ("https://quantum.cloud.ibm.com/docs/api/qiskit/", None),
152152
}
153153

154154

docs/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Getting started
77
Installation
88
============
99
Qiskit Aer depends on the main Qiskit package which has its own
10-
`Qiskit Installation guide <https://docs.quantum.ibm.com/start/install>`__ detailing the
10+
`Qiskit Installation guide <https://quantum.cloud.ibm.com/docs/guides/install-qiskit>`__ detailing the
1111
installation options for Qiskit and its supported environments/platforms. You should refer to
1212
that first. Then the information here can be followed which focuses on the additional installation
1313
specific to Qiskit Aer.
@@ -17,7 +17,7 @@ specific to Qiskit Aer.
1717

1818
.. tab-item:: Start locally
1919

20-
The simplest way to get started is to follow the installation guide for Qiskit `here <https://docs.quantum.ibm.com/start/install>`__
20+
The simplest way to get started is to follow the installation guide for Qiskit `here <https://quantum.cloud.ibm.com/docs/guides/install-qiskit>`__
2121

2222
In your virtual environment where you installed Qiskit, add ``qiskit-aer``, e.g.:
2323

@@ -54,7 +54,7 @@ specific to Qiskit Aer.
5454
the latest version of the Qiskit Aer code more efficiently.
5555

5656
Since Qiskit Aer depends on Qiskit, and its latest changes may require new or changed
57-
features of Qiskit, you should first follow Qiskit's `"Install from source"` instructions `here <https://docs.quantum.ibm.com/start/install-qiskit-source>`__
57+
features of Qiskit, you should first follow Qiskit's `"Install from source"` instructions `here <https://quantum.cloud.ibm.com/docs/guides/install-qiskit-source>`__
5858

5959
.. raw:: html
6060

qiskit_aer/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.0
1+
0.17.1

qiskit_aer/primitives/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.. currentmodule:: qiskit_aer.primitives
1919
2020
This module is Aer implementation of primitives.
21-
See the docs https://docs.quantum.ibm.com/api/qiskit/primitives for general descriptions.
21+
See the docs https://quantum.cloud.ibm.com/docs/api/qiskit/primitives for general descriptions.
2222
2323
2424
Classes

releasenotes/notes/0.14/support_backend_v2-9eeb4690199b01d1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ features:
44
Update Aer Backend to BackendV2. Refer to `#1681<https://github.com/Qiskit/qiskit-aer/issues/1681>`.
55
BackendV2 is differs from BackendV1 in the following points: backend.name() changes to backend.name string attribute,
66
the configuration attribute no longer exists, and the options attribute is added. For more information about BackendV2 is
7-
`here<https://docs.quantum.ibm.com/api/qiskit/qiskit.providers.BackendV2>`.
7+
`here<https://quantum.cloud.ibm.com/docs/api/qiskit/qiskit.providers.BackendV2>`.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"numpy>=1.16.3",
2525
"scipy>=1.0",
2626
"psutil>=5",
27+
"python-dateutil>=2.8.0",
2728
]
2829

2930
classifiers = [

0 commit comments

Comments
 (0)