File tree Expand file tree Collapse file tree 4 files changed +52
-9
lines changed Expand file tree Collapse file tree 4 files changed +52
-9
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,11 @@ referenced. A BibTeX entry for this reference may look like:
52
52
author = "Matthew A. Price and Jason D. McEwen",
53
53
title = "Differentiable and accelerated spherical harmonic and Wigner transforms",
54
54
journal = "Journal of Computational Physics",
55
- year = "2023",
56
- eprint = "arXiv:2311.14670"
55
+ year = "2024",
56
+ volume = "510",
57
+ pages = "113109",
58
+ eprint = "arXiv:2311.14670",
59
+ doi = "10.1016/j.jcp.2024.113109"
57
60
}
58
61
59
62
You might also like to consider citing our related papers on which this
@@ -97,4 +100,4 @@ it will be of use to a wider community.
97
100
Copyright 2023 Matthew Price, Jason McEwen and contributors.
98
101
99
102
`S2FFT ` is free software made available under the MIT License. For
100
- details see the LICENSE file.
103
+ details see the LICENSE file.
Original file line number Diff line number Diff line change
1
+ cff-version : 1.2.0
2
+ title : >-
3
+ s2fft: Differentiable and accelerated spherical transforms with JAX
4
+ message : >-
5
+ If you use this software, please cite it using the metadata from this file.
6
+ type : software
7
+ authors :
8
+ - given-names : Matthew A.
9
+ family-names : Price
10
+ affiliation : University College London
11
+ - given-names : Jason
12
+ orcid : ' https://orcid.org/0000-0002-5852-8890'
13
+ family-names : McEwen
14
+ affiliation : University College London
15
+ repository-code : ' https://github.com/astro-informatics/s2fft'
16
+ url : ' https://astro-informatics.github.io/s2fft'
17
+ license : MIT
18
+ preferred-citation :
19
+ type : article
20
+ authors :
21
+ - family-names : Matthew A.
22
+ given-names : Price
23
+ affiliation : University College London
24
+ - family-names : Jason
25
+ given-names : McEwen
26
+ orcid : ' https://orcid.org/0000-0002-5852-8890'
27
+ doi : 10.1016/j.jcp.2024.113109
28
+ journal : Journal of Computational Physics
29
+ month : 8
30
+ start : 113109
31
+ title : Differentiable and accelerated spherical harmonic and Wigner transforms
32
+ issue : 1
33
+ volume : 510
34
+ year : 2024
Original file line number Diff line number Diff line change @@ -247,9 +247,12 @@ referenced. A BibTeX entry for this reference may look like:
247
247
@article{price:s2fft,
248
248
author = "Matthew A. Price and Jason D. McEwen",
249
249
title = "Differentiable and accelerated spherical harmonic and Wigner transforms",
250
- journal = "Journal of Computational Physics, submitted",
251
- year = "2023",
252
- eprint = "arXiv:2311.14670"
250
+ journal = "Journal of Computational Physics",
251
+ year = "2024",
252
+ volume = "510",
253
+ pages = "113109",
254
+ eprint = "arXiv:2311.14670",
255
+ doi = "10.1016/j.jcp.2024.113109"
253
256
}
254
257
```
255
258
Original file line number Diff line number Diff line change @@ -109,9 +109,12 @@ article is referenced. A BibTeX entry for this reference may look like:
109
109
@article{price:s2fft,
110
110
author = "Matthew A. Price and Jason D. McEwen",
111
111
title = "Differentiable and accelerated spherical harmonic and Wigner transforms",
112
- journal = "Journal of Computational Physics, submitted",
113
- year = "2023",
114
- eprint = "arXiv:2311.14670"
112
+ journal = "Journal of Computational Physics",
113
+ year = "2024",
114
+ volume = "510",
115
+ pages = "113109",
116
+ eprint = "arXiv:2311.14670",
117
+ doi = "10.1016/j.jcp.2024.113109"
115
118
}
116
119
117
120
You might also like to consider citing our related papers on which this code builds:
You can’t perform that action at this time.
0 commit comments