-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitignore
179 lines (153 loc) · 4.33 KB
/
.gitignore
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
examples/__pycache__
examples/mcml/__pycache__
examples/mccyl/__pycache__
examples/mcvox/__pycache__
examples/pf/__pycache__
xopto/__pycache__
xopto/bin
!xopto/bin/.gitkeep
xopto/cl/__pycache__
xopto/cl/kernel/__pycache__
xopto/data/__pycache__
xopto/data/color/__pycache__
xopto/data/materials/__pycache__
xopto/data/materials/absorption/__pycache__
xopto/data/materials/density/__pycache__
xopto/data/materials/ri/__pycache__
xopto/data/mcml/__pycache__
xopto/data/mcvox/__pycache__
xopto/data/primes/__pycache__
xopto/dataset/__pycache__
xopto/dataset/run
xopto/dataset/data
xopto/dataset/template/__pycache__
xopto/dataset/template/mcml/__pycache__
xopto/dataset/template/mcvox/__pycache__
xopto/dataset/template/sv/__pycache__
xopto/dataset/render/__pycache__
xopto/dataset/validation/__pycache__
xopto/diffusion/__pycache__
xopto/materials/__pycache__
xopto/materials/absorption/__pycache__
xopto/materials/density/__pycache__
xopto/materials/ri/__pycache__
xopto/materials/ri/glass/__pycache__
xopto/materials/ri/util/__pycache__
xopto/materials/ri/util/model/__pycache__
xopto/materials/skin/__pycache__
xopto/mcbase/__pycache__
xopto/mcbase/kernel/__pycache__
xopto/mcbase/mcpf/__pycache__
xopto/mcbase/mcutil/__pycache__
xopto/mcbase/mcfluence/__pycache__
xopto/mcml/__pycache__
xopto/mcml/cltypes/__pycache__
xopto/mcml/kernel/__pycache__
xopto/mcml/mcdetector/__pycache__
xopto/mcml/mcdetector/probe/__pycache__
xopto/mcml/mcfluence/__pycache__
xopto/mcml/mclayer/__pycache__
xopto/mcml/mcobject/__pycache__
xopto/mcml/mcoptions/__pycache__
xopto/mcml/mcpf/__pycache__
xopto/mcml/mcprogress/__pycache__
xopto/mcml/mcrun/__pycache__
xopto/mcml/mcsource/__pycache__
xopto/mcml/mcsurface/__pycache__
xopto/mcml/mcsurface/probe/__pycache__
xopto/mcml/mcsv/__pycache__
xopto/mcml/mctrace/__pycache__
xopto/mcml/mctypes/__pycache__
xopto/mcml/mcutil/__pycache__
xopto/mcml/test/__pycache__
xopto/mcml/test/reference/__pycache__
xopto/mcml/test/reference/old_format
xopto/mcvox/__pycache__
xopto/mcvox/cltypes/__pycache__
xopto/mcvox/kernel/__pycache__
xopto/mcvox/mcdetector/__pycache__
xopto/mcvox/mcdetector/probe/__pycache__
xopto/mcvox/mcfluence/__pycache__
xopto/mcvox/mcmaterial/__pycache__
xopto/mcvox/mcgeometry/__pycache__
xopto/mcvox/mcobject/__pycache__
xopto/mcvox/mcoptions/__pycache__
xopto/mcvox/mcpf/__pycache__
xopto/mcvox/mcprogress/__pycache__
xopto/mcvox/mcrun/__pycache__
xopto/mcvox/mcsource/__pycache__
xopto/mcvox/mcsurface/__pycache__
xopto/mcvox/mcsurface/probe/__pycache__
xopto/mcvox/mcsv/__pycache__
xopto/mcvox/mctrace/__pycache__
xopto/mcvox/mctypes/__pycache__
xopto/mcvox/mcutil/__pycache__
xopto/mcvox/test/__pycache__
xopto/mcvox/test/reference/__pycache__
xopto/mcvox/test/reference/old_format
xopto/mcvox/types/__pycache__
xopto/mccyl/__pycache__
xopto/mccyl/cltypes/__pycache__
xopto/mccyl/kernel/__pycache__
xopto/mccyl/mcdetector/__pycache__
xopto/mccyl/mcdetector/probe/__pycache__
xopto/mccyl/mcfluence/__pycache__
xopto/mccyl/mclayer/__pycache__
xopto/mccyl/mcobject/__pycache__
xopto/mccyl/mcoptions/__pycache__
xopto/mccyl/mcpf/__pycache__
xopto/mccyl/mcprogress/__pycache__
xopto/mccyl/mcrun/__pycache__
xopto/mccyl/mcsource/__pycache__
xopto/mccyl/mcsurface/__pycache__
xopto/mccyl/mcsurface/probe/__pycache__
xopto/mccyl/mcsv/__pycache__
xopto/mccyl/mctrace/__pycache__
xopto/mccyl/mctypes/__pycache__
xopto/mccyl/mcutil/__pycache__
xopto/mccyl/test/__pycache__
xopto/pf/__pycache__
xopto/pf/util/__pycache__
xopto/src/__pycache__
xopto/src/rng/__pycache__
xopto/test/__pycache__
xopto/test/mcml/__pycache__
xopto/test/mcvox/__pycache__
xopto/test/mccyl/__pycache__
xopto/tmp
!xopto/tmp/.gitkeep
xopto/util/__pycache__
xopto/util/animation/__pycache__
xopto/util/animation/sv/__pycache__
xopto/util/animation/sv/fiber/__pycache__
xopto/util/animation/tr/__pycache__
xopto/util/color/__pycache__
xopto/util/regression/__pycache__
xopto/util/regression/kernel/__pycache__
xopto/util/regression/kernel/template/__pycache__
xopto/util/sampler/__pycache__
xopto/util/suspension/__pycache__
xopto/util/suspension/mcml/__pycache__
xopto/util/widgets
xopto/util/widgets/__pycache__
xopto/util/widgets/resources/__pycache__
xopto/util/widgets/visualization/__pycache__
build
dist
datasets
mcdataset
xopto.egg-info
pyxopto.egg-info
PyXOpto.egg-info
maintenance
tmp
doc
mctet
mcmla
xopto/test/mcmla
docs/build
docs/_build
docs/apidoc
docs/__pycache__
.vscode
.pypirc