Skip to content

Commit

Permalink
Remove qiskit.org links (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Feb 23, 2024
1 parent cd2f0fb commit 1e37a59
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Qiskit Dynamics

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
autosummary_generate_overwrite = False
autoclass_content = "both"
intersphinx_mapping = {
"qiskit": ("https://qiskit.org/documentation/", None),
"qiskit_experiments": ("https://qiskit.org/documentation/experiments/", None)
"qiskit": ("https://docs.quantum.ibm.com/api/qiskit", None),
"qiskit_experiments": ("https://qiskit-extensions.github.io/qiskit-experiments/", None)
}

# nbsphinx options (for tutorials)
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/Rabi_oscillations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Hamiltonian containing a diagonal term of frequency :math:`\nu_z` and a
transverse term of amplitude :math:`\nu_x` and harmonic driving
frequency :math:`\nu_d` (see how the Hamiltonians are derived on
`Qiskit Textbook page on Introduction to Transmon Physics
<https://qiskit.org/textbook/ch-quantum-hardware/transmon-physics.html>`_),
<https://github.com/Qiskit/platypus/blob/main/notebooks/v2/quantum-hardware-pulses/transmon-physics.ipynb>`_),

.. math:: H = \frac{1}{2} \times 2 \pi \nu_z {Z} + 2 \pi \nu_x \cos(2 \pi \nu_d t){X},

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/dynamics_backend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To create the :class:`.DynamicsBackend`, first specify a :class:`.Solver` instan
details. Note that the choice of model depends on the type of device you wish to simulate. Here, we
will use a :math:`2` qubit fixed-frequency transmon model with fixed coupling, with the following
Hamiltonian (see the `Qiskit Textbook page on Circuit Quantum Electrodynamics
<https://qiskit.org/textbook/ch-quantum-hardware/cQED-JC-SW.html>`_ for details on how transmon
<https://github.com/Qiskit/platypus/blob/main/notebooks/v2/quantum-hardware-pulses/cQED-JC-SW.ipynb>`_ for details on how transmon
Hamiltonians are derived):

.. math::
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/how_to_use_pulse_schedule_for_jax_jit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ How-to use pulse schedules generated by ``qiskit-pulse`` with JAX transformation
``Qiskit-pulse`` enables specification of time-dependence in quantum systems as pulse schedules,
built from sequences of a variety of instructions, including the specification of shaped pulses (see
the detailed API information about `Qiskit pulse API Reference
<https://qiskit.org/documentation/apidoc/pulse.html>`__). As of ``qiskit-terra`` 0.23.0, JAX support
<https://docs.quantum.ibm.com/api/qiskit/pulse>`__). As of ``qiskit`` 0.40.0, JAX support
was added for the :class:`~qiskit.pulse.library.ScalableSymbolicPulse` class. This user guide entry
demonstrates the technical elements of utilizing this class within JAX-transformable functions.

Expand Down
2 changes: 1 addition & 1 deletion releasenotes/notes/0.4/0.4-summary-3de98711c3b7aa09.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
prelude: >
This release primarily focuses on tooling for simulating `Qiskit Pulse
<https://qiskit.org/documentation/apidoc/pulse.html>`__ schedules. The major changes related to
<https://docs.quantum.ibm.com/api/qiskit/pulse>`__ schedules. The major changes related to
this are:
- This release adds the :class:`.DynamicsBackend` class, which provides a
:class:`~qiskit.providers.BackendV2` interface for running simulations. Once constructed and
Expand Down
6 changes: 3 additions & 3 deletions releasenotes/notes/0.4/move-repo-c0b48ba3b0ced8db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ other:
The repository has been moved from
[github.com/Qiskit/qiskit-dynamics](https://github.com/Qiskit/qiskit-dynamics) to
[github.com/Qiskit-Extensions/qiskit-dynamics](https://github.com/Qiskit-Extensions/qiskit-dynamics),
and the documentation has been moved from
[qiskit.org/documentation/dynamics](https://qiskit.org/documentation/dynamics) to
[qiskit.org/ecosystem/dynamics](https://qiskit.org/ecosystem/dynamics/).
and the [documentation](https://qiskit-extensions.github.io/qiskit-dynamics/) has been moved from
qiskit.org/documentation/dynamics
qiskit.org/ecosystem/dynamics
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
long_description_content_type='text/markdown',
url="https://github.com/Qiskit-Extensions/qiskit-dynamics",
author="Qiskit Development Team",
author_email="qiskit@qiskit.org",
author_email="qiskit@us.ibm.com",
license="Apache 2.0",
classifiers=[
"Environment :: Console",
Expand All @@ -71,7 +71,7 @@
project_urls={
"Bug Tracker": "https://github.com/Qiskit-Extensions/qiskit-dynamics/issues",
"Source Code": "https://github.com/Qiskit-Extensions/qiskit-dynamics",
"Documentation": "https://qiskit.org/ecosystem/dynamics/",
"Documentation": "https://qiskit-extensions.github.io/qiskit-dynamics/",
},
install_requires=requirements,
include_package_data=True,
Expand Down

0 comments on commit 1e37a59

Please sign in to comment.