diff --git a/qiskit_dynamics/arraylias/__init__.py b/qiskit_dynamics/arraylias/__init__.py index 8216a0e6b..3aedfe27c 100644 --- a/qiskit_dynamics/arraylias/__init__.py +++ b/qiskit_dynamics/arraylias/__init__.py @@ -19,19 +19,19 @@ .. currentmodule:: qiskit_dynamics.arraylias -Qiskit Dynamics uses `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 `_. They have been configured -to additionally support both `JAX `_ and SciPy sparse types. -The following table summarizes the supported types. +provided by `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 `_ +defaults to additionally support both `JAX `_ 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"`` @@ -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 (