Skip to content

Commit

Permalink
fix doc link error?
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonSBradley committed May 2, 2024
1 parent 2c8172c commit e121d41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ There are also convenience methods for calculating operator averages from phase-
In the julia REPL

```
julia> ]add https://github.com/AshtonSBradley/PhaseSpaceTools.jl
pkg> add https://github.com/AshtonSBradley/PhaseSpaceTools.jl
Pkg> test PhaseSpaceTools
pkg> test PhaseSpaceTools
```
# Reference
If you find this package useful, please cite
Expand Down
2 changes: 1 addition & 1 deletion docs/src/phasespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ state = Coherent(12.0)
```
In any other distribution the coherent state is more interesting to sample.

Note here that $\alpha$ and $\alpha^+$ are simple complex conjugates. In any of the doubled-phase space representations such as the [positive-P representation](@ref), they are independent variables.
Note here that $\alpha$ and $\alpha^+$ are simple complex conjugates. In any of the doubled-phase space representations such as the [Positive-P representation](@ref), they are independent variables.


## Husimi-Q representation
Expand Down

0 comments on commit e121d41

Please sign in to comment.