Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Aug 27, 2024
1 parent d97c2f3 commit f0c0293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mitiq/lre/inference/multivariate_richardson.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
def _full_monomial_basis_term_exponents(
num_layers: int, degree: int
) -> list[tuple[int, ...]]:
"""Finds exponents of monomial terms required to create the sample matrix.
"""Finds exponents of monomial terms required to create the sample matrix
as defined in Section IIB of :cite:`Russo_2024_LRE`.
$Mj(λ_i, d)$ is the basis of monomial terms for $l$-layers in the input
circuit up to a specific degree $d$. The linear combination defines our
Expand Down

0 comments on commit f0c0293

Please sign in to comment.