Skip to content

Commit

Permalink
fix typo in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang authored Jun 21, 2024
1 parent e552fad commit 371e3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qobj/operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ end
@doc raw"""
qft(dimensions)
Generates a discrete Fourier transfor matrix ``\hat{F}_N`` for [Quantum Fourier Transform (QFT)](https://en.wikipedia.org/wiki/Quantum_Fourier_transform) with given argument `dimensions`.
Generates a discrete Fourier transform matrix ``\hat{F}_N`` for [Quantum Fourier Transform (QFT)](https://en.wikipedia.org/wiki/Quantum_Fourier_transform) with given argument `dimensions`.
The `dimensions` can be either the following types:
- `dimensions::Int`: Number of basis states in the Hilbert space.
Expand Down

0 comments on commit 371e3cb

Please sign in to comment.