Skip to content

Commit

Permalink
Fix a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede committed Aug 23, 2023
1 parent 943e523 commit 1dab396
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -239,17 +239,21 @@ For example
CoherencyMatrix(s, CircBasis())
```
will give the coherency matrix
|I+V Q+iU|
|Q-iU I-V |
```
I+V Q+iU
Q-iU I-V
```
while
```julia
CoherencyMatrix(s, LinBasis())
```
will give
|I+Q U+iV|
|U-iV I-Q |
```
I+Q U+iV
U-iV I-Q
```
# Notes
Expand Down

0 comments on commit 1dab396

Please sign in to comment.