Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles MOUSSA committed Nov 15, 2024
1 parent 44fc7b5 commit 0dc066c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyqtorch/hamiltonians/evolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class HamiltonianEvolution(Sequence):
duration: Total duration for evolving when using a solver.
steps: Number of steps to use when using solver.
solver: Time-dependent Lindblad master equation solver.
noise_operators: List of tensors or Kraus oeprators adding analog noise
noise_operators: List of tensors or Kraus operators adding analog noise
when solving with a Shrodinger equation solver.
"""

Expand Down Expand Up @@ -176,7 +176,7 @@ def __init__(
duration: Total duration for evolving when using a solver.
steps: Number of steps to use when using solver.
solver: Time-dependent Lindblad master equation solver.
noise_operators: List of tensors or Kraus oeprators adding analog noise
noise_operators: List of tensors or Kraus operators adding analog noise
when solving with a Shrodinger equation solver.
"""

Expand Down

0 comments on commit 0dc066c

Please sign in to comment.