Remove qiskit.org links (#2057)

This commit is contained in:
Eric Arellano 2024-02-12 19:52:25 -05:00 committed by GitHub
parent d0cb5d96e8
commit 608eacbeb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 12 additions and 18 deletions

View File

@ -3,7 +3,7 @@
First read the overall project contributing guidelines. These are all
included in the Qiskit documentation:
https://qiskit.org/documentation/contributing_to_qiskit.html
https://github.com/Qiskit/qiskit/blob/main/CONTRIBUTING.md
## Contributing to Aer

View File

@ -96,7 +96,7 @@ We use [GitHub issues](https://github.com/Qiskit/qiskit-aer/issues) for tracking
## Next Steps
Now you're set up and ready to check out some of the other examples from the [Aer documentation](https://qiskit.org/ecosystem/aer/).
Now you're set up and ready to check out some of the other examples from the [Aer documentation](https://qiskit.github.io/qiskit-aer/).
## Authors and Citation

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
# This code is part of Qiskit.
#
# (C) Copyright IBM 2018.
@ -146,5 +144,5 @@ html_last_updated_fmt = '%Y/%m/%d'
autoclass_content = 'both'
intersphinx_mapping = {
"matplotlib": ("https://matplotlib.org/stable/", None),
"qiskit": ("https://qiskit.org/documentation/", None),
"qiskit": ("https://docs.quantum.ibm.com/api/qiskit/", None),
}

View File

@ -7,7 +7,7 @@ Getting started
Installation
============
Qiskit Aer depends on the main Qiskit package which has its own
`Qiskit Getting Started <https://qiskit.org/documentation/getting_started.html>`__ detailing the
`Qiskit Installation guide <https://docs.quantum.ibm.com/start/install>`__ detailing the
installation options for Qiskit and its supported environments/platforms. You should refer to
that first. Then the information here can be followed which focuses on the additional installation
specific to Qiskit Aer.
@ -17,12 +17,9 @@ specific to Qiskit Aer.
.. tab-item:: Start locally
The simplest way to get started is to follow the getting started 'Start locally' for Qiskit
here `Qiskit Getting Started <https://qiskit.org/documentation/getting_started.html>`__
The simplest way to get started is to follow the installation guide for Qiskit `here <https://docs.quantum.ibm.com/start/install>`__
In your virtual environment where you installed Qiskit simply add ``aer`` to the
extra list in a similar manner to how the extra ``visualization`` support is installed for
Qiskit, i.e:
In your virtual environment where you installed Qiskit, add ``qiskit-aer``, e.g.:
.. code:: sh
@ -57,8 +54,7 @@ specific to Qiskit Aer.
the latest version of the Qiskit Aer code more efficiently.
Since Qiskit Aer depends on Qiskit, and its latest changes may require new or changed
features of Qiskit, you should first follow Qiskit's `"Install from source"` instructions
here `Qiskit Getting Started <https://qiskit.org/documentation/getting_started.html>`__
features of Qiskit, you should first follow Qiskit's `"Install from source"` instructions `here <https://docs.quantum.ibm.com/start/install-qiskit-source>`__
.. raw:: html

View File

@ -18,7 +18,7 @@ Primitives (:mod:`qiskit_aer.primitives`)
.. currentmodule:: qiskit_aer.primitives
This module is Aer implementation of primitives.
See the docs https://qiskit.org/documentation/apidoc/primitives.html for general descriptions.
See the docs https://docs.quantum.ibm.com/api/qiskit/primitives for general descriptions.
Classes

View File

@ -4,7 +4,7 @@ deprecations:
The :class:`~.PulseSimulator` backend has been deprecated and will be
removed in a future release. If you're using the :class:`~.PulseSimulator`
backend to perform pulse level simulation, instead you should use the
`Qiskit Dynamics <https://qiskit.org/documentation/dynamics/>`__ library
`Qiskit Dynamics <https://qiskit-extensions.github.io/qiskit-dynamics>`__ library
instead to perform the simulation. Qiskit Dynamics provides a more
flexible and robust pulse level simulation framework than the
:class:`~.PulseSimulator` backend.

View File

@ -3,4 +3,4 @@ upgrade:
- |
Qiskit Aer 0.13 has dropped support for ``PulseSimulator`` following deprecation warnings started in
Qiskit Aer 0.12. Use Qiskit Dynamics to run pulse-level simulation.
https://qiskit.org/ecosystem/dynamics/
https://qiskit-extensions.github.io/qiskit-dynamics/

View File

@ -4,4 +4,4 @@ features:
Update Aer Backend to BackendV2. Refer to `#1681<https://github.com/Qiskit/qiskit-aer/issues/1681>`.
BackendV2 is differs from BackendV1 in the following points: backend.name() changes to backend.name string attribute,
the configuration attribute no longer exists, and the options attribute is added. For more information about BackendV2 is
`here<https://qiskit.org/documentation/stubs/qiskit.providers.BackendV2.html>`.
`here<https://docs.quantum.ibm.com/api/qiskit/qiskit.providers.BackendV2>`.

View File

@ -103,7 +103,7 @@ setup(
long_description_content_type="text/markdown",
url="https://github.com/Qiskit/qiskit-aer",
author="AER Development Team",
author_email="hello@qiskit.org",
author_email="qiskit@us.ibm.com",
license="Apache 2.0",
classifiers=classifiers,
python_requires=">=3.7",