Skip to content

Commit

Permalink
further editting
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli committed Feb 26, 2024
1 parent 27f2b02 commit a02871c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions qiskit_dynamics/arraylias/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
.. currentmodule:: qiskit_dynamics.arraylias
Qiskit Dynamics uses `Arraylias <https://qiskit-extensions.github.io/arraylias/>`_ to manage
dispatching of array operations for different array types coming from different array libraries.
This module contains Qiskit Dynamics-global extensions of the default NumPy and SciPy aliases
provided by `Arraylias <https://qiskit-extensions.github.io/arraylias/>`_. They have been configured
to additionally support both `JAX <https://jax.readthedocs.io/en/latest/>`_ and SciPy sparse types.
The following table summarizes the supported types.
provided by `Arraylias <https://qiskit-extensions.github.io/arraylias/>`_. These are used to manage
dispatching of array operations for the different array types supported by Qiskit Dynamics. They
have been configured beyond the `Arraylias <https://qiskit-extensions.github.io/arraylias/>`_
defaults to additionally support both `JAX <https://jax.readthedocs.io/en/latest/>`_ and SciPy
sparse types. The following table summarizes the registered libraries and respective types.
.. list-table:: Supported libraries
:widths: 10 70
:header-rows: 1
* - ``array_library``
- Configured types
- Registered types
* - ``"numpy"``
- Default supported by the Arraylias NumPy and SciPy aliases.
* - ``"jax"``
Expand All @@ -58,7 +58,7 @@
* - ``DYNAMICS_NUMPY``
- Qiskit Dynamics-global aliased NumPy library.
* - ``DYNAMICS_SCIPY``
- Qiskit Dynamics-global aliased NumPy library.
- Qiskit Dynamics-global aliased SciPy library.
"""

from .alias import (
Expand Down

0 comments on commit a02871c

Please sign in to comment.