Skip to content

Commit

Permalink
Fix typos in docstring of calculate_control_matrix_from_scratch()
Browse files Browse the repository at this point in the history
  • Loading branch information
thangleiter committed Aug 20, 2019
1 parent 96189f0 commit 9754468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions filter_functions/numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,16 @@ def calculate_control_matrix_from_scratch(
Eigenvector matrices for each time pulse segment *l* with the first
axis counting the pulse segment, i.e.
``HV == array([V_0, V_1, ...])``.
Q : array_like, shape (d, d)
The propagator :math:`Q_l = P_l P_{l-1}\cdots P_0` as a (d, d) array
Q : array_like, shape (n_dt+1, d, d)
The propagators :math:`Q_l = P_l P_{l-1}\cdots P_0` as a (d, d) array
with *d* the dimension of the Hilbert space.
omega : array_like, shape (n_omega,)
Frequencies at which the pulse control matrix is to be evaluated.
basis : Basis, shape (d**2, d, d)
The basis elements in which the pulse control matrix will be expanded.
n_opers : array_like, shape (n_nops, d, d)
Noise operators :math:`B_j`.
n_coeffs : Sequence of array_likes
n_coeffs : array_like, shape (n_nops, n_dt)
The sensitivities of the system to the noise operators given by
*n_opers* at the given time step.
dt : array_like, shape (n_dt)
Expand Down

0 comments on commit 9754468

Please sign in to comment.