diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 13cfe65c3..62a4ee5e4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/docs/conf.py b/docs/conf.py index a96bf7418..dc1acc5ad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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) diff --git a/docs/tutorials/Rabi_oscillations.rst b/docs/tutorials/Rabi_oscillations.rst index 6346b444e..5c69dba52 100644 --- a/docs/tutorials/Rabi_oscillations.rst +++ b/docs/tutorials/Rabi_oscillations.rst @@ -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 -`_), +`_), .. math:: H = \frac{1}{2} \times 2 \pi \nu_z {Z} + 2 \pi \nu_x \cos(2 \pi \nu_d t){X}, diff --git a/docs/tutorials/dynamics_backend.rst b/docs/tutorials/dynamics_backend.rst index edd65ccf2..207d817c6 100644 --- a/docs/tutorials/dynamics_backend.rst +++ b/docs/tutorials/dynamics_backend.rst @@ -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 -`_ for details on how transmon +`_ for details on how transmon Hamiltonians are derived): .. math:: diff --git a/docs/userguide/how_to_use_pulse_schedule_for_jax_jit.rst b/docs/userguide/how_to_use_pulse_schedule_for_jax_jit.rst index cf37fd937..58872c34b 100644 --- a/docs/userguide/how_to_use_pulse_schedule_for_jax_jit.rst +++ b/docs/userguide/how_to_use_pulse_schedule_for_jax_jit.rst @@ -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 -`__). As of ``qiskit-terra`` 0.23.0, JAX support +`__). 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. diff --git a/releasenotes/notes/0.4/0.4-summary-3de98711c3b7aa09.yaml b/releasenotes/notes/0.4/0.4-summary-3de98711c3b7aa09.yaml index 7fade71a3..5cbaef9cb 100644 --- a/releasenotes/notes/0.4/0.4-summary-3de98711c3b7aa09.yaml +++ b/releasenotes/notes/0.4/0.4-summary-3de98711c3b7aa09.yaml @@ -1,7 +1,7 @@ --- prelude: > This release primarily focuses on tooling for simulating `Qiskit Pulse - `__ schedules. The major changes related to + `__ 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 diff --git a/releasenotes/notes/0.4/move-repo-c0b48ba3b0ced8db.yaml b/releasenotes/notes/0.4/move-repo-c0b48ba3b0ced8db.yaml index f03b8fbc9..ae189342d 100644 --- a/releasenotes/notes/0.4/move-repo-c0b48ba3b0ced8db.yaml +++ b/releasenotes/notes/0.4/move-repo-c0b48ba3b0ced8db.yaml @@ -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 \ No newline at end of file diff --git a/setup.py b/setup.py index cc713e300..671765654 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -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,