Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed May 1, 2024
1 parent 41dd7e2 commit 7a39be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qutip_qoc/pulse.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
This module contains classes for analytically defined pulse shapes.
This module contains classes for analytically defined pulse shapes for use with GOAT and JOPT.
It is intended to provide common pulse functions implemented in Cython.
"""

Expand All @@ -11,7 +11,7 @@ cimport cython
@cython.wraparound(False)
cdef class Pulse:
"""
Base class for analytically defined pulse shapes.
Base class for analytically defined pulse shapes for use with GOAT and JOPT.
Attributes:
n_sup (int):
Expand Down

0 comments on commit 7a39be0

Please sign in to comment.