Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

udpate deps #14

Merged
merged 2 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'nightly'
- '1.10'
os:
- ubuntu-latest
arch:
- x64
- x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ docs/build/
*.DS_Store
docs/.DS_Store
Manifest.toml
.vscode
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PhaseSpaceTools"
uuid = "0e21426a-da0a-11e8-1f13-43a2532b2fa8"
authors = ["Ashton Bradley <[email protected]>"]
version = "1.0.3"
version = "1.0.4"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -16,7 +16,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Distributions = "0.25"
GSL = "1, 1.0"
Parameters = "0.12"
Reexport = "1, 1.0, 1.1, 1.2"
SpecialFunctions = "2"
julia = "1.6,1.7,1.8,1.9"
julia = "1"
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
Loading