-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
46 lines (42 loc) · 2.05 KB
/
Copy pathProject.toml
File metadata and controls
46 lines (42 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name = "GeometricExamples"
uuid = "1f9cae71-2432-55b2-8d6a-2439aa3a6c65"
version = "0.2.1"
authors = ["Michael Kraus <michael.kraus@ipp.mpg.de>"]
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
ChargedParticleDynamics = "209b3593-7183-5600-9f8f-df5ce7fddd64"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GeometricIntegrators = "dcce2d33-59f6-5b8d-9047-0defad88ae06"
GeometricIntegratorsBase = "71212ab4-08a2-48eb-a02b-4cbad0e9c44a"
GeometricProblems = "18cb22b4-ad41-5c80-9c5f-710df63fbdc9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
PoincareInvariants = "26663084-47d3-540f-bd97-40ca743aafa4"
SimpleSolvers = "36b790f5-6434-4fbe-b711-1f64a1e2f6a2"
Weave = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"
[compat]
CairoMakie = "0.15"
# 0.4 renamed every problem constructor of the guiding-centre modules to the `GeometricProblems`
# scheme and their `tspan`/`tstep` keywords to `timespan`/`timestep`, with no deprecation shims, and
# brings `ElectromagneticFields` 0.8 with it — which through 0.7.0 corrects the orientation of `B`
# in the cylindrical charts both tokamak equilibria here are built on. See `docs/src/index.md`.
ChargedParticleDynamics = "0.4"
Documenter = "1"
# These three move together: GeometricIntegrators 0.18 requires GeometricIntegratorsBase 0.6, which
# requires SimpleSolvers 0.11. 0.18 also renamed four Runge-Kutta methods with an `RK` suffix, to
# make room for the integrators GeometricIntegratorsBase gained of the same name — `SymplecticEulerA`
# is now the latter's explicit method, which is what `src/standard-map.jl` runs.
GeometricIntegrators = "0.18"
# 0.6 adds `f_stall_window = 50` to `default_options`, which is merged into the options
# `src/common.jl` passes; see the note above `SOLVER_OPTIONS` there.
GeometricIntegratorsBase = "0.6"
GeometricProblems = "0.8, 0.9"
PoincareInvariants = "0.5"
SimpleSolvers = "0.11, 0.13"
Weave = "0.10"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]