-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathlearn-physics.cabal
185 lines (170 loc) · 4.75 KB
/
learn-physics.cabal
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
name: learn-physics
version: 0.6.5
synopsis: Haskell code for learning physics
description: A library of functions for vector calculus, calculation of electric field, electric flux, magnetic field, and other quantities in classical mechanics, electromagnetic theory, and quantum mechanics.
category: Physics
homepage: https://github.com/walck/learn-physics#readme
bug-reports: https://github.com/walck/learn-physics/issues
author: Scott N. Walck
maintainer: Scott N. Walck <[email protected]>
license: BSD3
license-file: LICENSE
build-type: Simple
source-repository head
type: git
location: https://github.com/walck/learn-physics
library
exposed-modules:
Physics.Learn
Physics.Learn.AdaptiveQuadrature
Physics.Learn.BeamStack
Physics.Learn.BlochSphere
Physics.Learn.CarrotVec
Physics.Learn.Charge
Physics.Learn.CommonVec
Physics.Learn.CompositeQuadrature
Physics.Learn.CoordinateFields
Physics.Learn.CoordinateSystem
Physics.Learn.Current
Physics.Learn.Curve
Physics.Learn.Ket
Physics.Learn.Mechanics
Physics.Learn.Position
Physics.Learn.QuantumMat
Physics.Learn.RootFinding
Physics.Learn.RungeKutta
Physics.Learn.Schrodinger1D
Physics.Learn.SimpleVec
Physics.Learn.StateSpace
Physics.Learn.Surface
Physics.Learn.Visual.GlossTools
Physics.Learn.Visual.PlotTools
Physics.Learn.Visual.VisTools
Physics.Learn.Volume
other-modules:
Paths_learn_physics
hs-source-dirs:
src
build-depends:
base
, gloss
, gnuplot
, hmatrix
, not-gloss
, spatial-math
, vector-space
default-language: Haskell2010
executable learn-physics-BCircularLoop
main-is: examples/src/BCircularLoop.hs
other-modules:
Paths_learn_physics
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, learn-physics
, not-gloss
default-language: Haskell2010
executable learn-physics-DampedOscillator
main-is: examples/src/DampedOscillator.hs
other-modules:
Paths_learn_physics
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, gnuplot
, learn-physics
default-language: Haskell2010
executable learn-physics-ElectricFluxPlot
main-is: examples/src/ElectricFluxPlot.hs
other-modules:
Paths_learn_physics
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, gnuplot
, learn-physics
default-language: Haskell2010
executable learn-physics-HarmonicOscillator
main-is: examples/src/HarmonicOscillator.hs
other-modules:
Paths_learn_physics
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, gloss
, learn-physics
default-language: Haskell2010
executable learn-physics-LorentzForceSimulation
main-is: examples/src/LorentzForceSimulation.hs
other-modules:
Paths_learn_physics
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, learn-physics
, not-gloss
, spatial-math
default-language: Haskell2010
executable learn-physics-NMR
main-is: examples/src/NMR.hs
other-modules:
Paths_learn_physics
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, learn-physics
default-language: Haskell2010
executable learn-physics-PlaneWave
main-is: examples/src/PlaneWave.hs
other-modules:
Paths_learn_physics
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, learn-physics
, not-gloss
default-language: Haskell2010
executable learn-physics-Projectile
main-is: examples/src/Projectile.hs
other-modules:
Paths_learn_physics
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, gnuplot
, learn-physics
default-language: Haskell2010
executable learn-physics-eFieldLine2D
main-is: examples/src/eFieldLine2D.hs
other-modules:
Paths_learn_physics
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, gloss
, learn-physics
default-language: Haskell2010
executable learn-physics-eFieldLine3D
main-is: examples/src/eFieldLine3D.hs
other-modules:
Paths_learn_physics
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, learn-physics
, not-gloss
default-language: Haskell2010
executable learn-physics-sunEarth
main-is: examples/src/sunEarthRK4.hs
other-modules:
Paths_learn_physics
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, gloss
, learn-physics
default-language: Haskell2010