Updates references for FANTASY by Christian and Chan to the ApJ publication
Showing 3 of 3 files from the diff.
Newly tracked file
src/einsteinpy/integrators/fantasy.py
changed.
Newly tracked file
src/einsteinpy/utils/dual.py
changed.
Newly tracked file
src/einsteinpy/integrators/utils.py
changed.
@@ -17,7 +17,7 @@
Loading
17 | 17 | .. [1] Christian, Pierre and Chan, Chi-Kwan; |
|
18 | 18 | "FANTASY: User-Friendly Symplectic Geodesic Integrator |
|
19 | 19 | for Arbitrary Metrics with Automatic Differentiation"; |
|
20 | - | `arXiv:2010.02237 <https://arxiv.org/abs/2010.02237>`__ |
|
20 | + | `2021 ApJ 909 67 <https://doi.org/10.3847/1538-4357/abdc28>`__ |
|
21 | 21 | ||
22 | 22 | """ |
|
23 | 23 |
@@ -150,7 +150,7 @@
Loading
150 | 150 | .. [1] Christian, Pierre and Chan, Chi-Kwan; |
|
151 | 151 | "FANTASY : User-Friendly Symplectic Geodesic Integrator |
|
152 | 152 | for Arbitrary Metrics with Automatic Differentiation"; |
|
153 | - | `arXiv:2010.02237 <https://arxiv.org/abs/2010.02237>`__ |
|
153 | + | `2021 ApJ 909 67 <https://doi.org/10.3847/1538-4357/abdc28>`__ |
|
154 | 154 | ||
155 | 155 | """ |
|
156 | 156 | dl, omg = delta, self.omega |
@@ -15,7 +15,7 @@
Loading
15 | 15 | .. [1] Christian, Pierre and Chan, Chi-Kwan; |
|
16 | 16 | "FANTASY: User-Friendly Symplectic Geodesic Integrator |
|
17 | 17 | for Arbitrary Metrics with Automatic Differentiation"; |
|
18 | - | `arXiv:2010.02237 <https://arxiv.org/abs/2010.02237>`__ |
|
18 | + | `2021 ApJ 909 67 <https://doi.org/10.3847/1538-4357/abdc28>`__ |
|
19 | 19 | ||
20 | 20 | """ |
|
21 | 21 |
@@ -37,7 +37,7 @@
Loading
37 | 37 | .. [1] Christian, Pierre and Chan, Chi-Kwan; |
|
38 | 38 | "FANTASY: User-Friendly Symplectic Geodesic Integrator |
|
39 | 39 | for Arbitrary Metrics with Automatic Differentiation"; |
|
40 | - | `arXiv:2010.02237 <https://arxiv.org/abs/2010.02237>`__ |
|
40 | + | `2021 ApJ 909 67 <https://doi.org/10.3847/1538-4357/abdc28>`__ |
|
41 | 41 | ||
42 | 42 | """ |
|
43 | 43 | return _jacobian_g(g, g_prms, q, wrt) @ p @ p |
@@ -76,7 +76,7 @@
Loading
76 | 76 | .. [1] Christian, Pierre and Chan, Chi-Kwan; |
|
77 | 77 | "FANTASY: User-Friendly Symplectic Geodesic Integrator |
|
78 | 78 | for Arbitrary Metrics with Automatic Differentiation"; |
|
79 | - | `arXiv:2010.02237 <https://arxiv.org/abs/2010.02237>`__ |
|
79 | + | `2021 ApJ 909 67 <https://doi.org/10.3847/1538-4357/abdc28>`__ |
|
80 | 80 | ||
81 | 81 | """ |
|
82 | 82 | dH1 = [0.5 * (_PartHamFlow(g, g_prms, q1, p2, i)) for i in range(4)] |
@@ -123,7 +123,7 @@
Loading
123 | 123 | .. [1] Christian, Pierre and Chan, Chi-Kwan; |
|
124 | 124 | "FANTASY: User-Friendly Symplectic Geodesic Integrator |
|
125 | 125 | for Arbitrary Metrics with Automatic Differentiation"; |
|
126 | - | `arXiv:2010.02237 <https://arxiv.org/abs/2010.02237>`__ |
|
126 | + | `2021 ApJ 909 67 <https://doi.org/10.3847/1538-4357/abdc28>`__ |
|
127 | 127 | ||
128 | 128 | """ |
|
129 | 129 | dH2 = [ |
@@ -180,7 +180,7 @@
Loading
180 | 180 | .. [1] Christian, Pierre and Chan, Chi-Kwan; |
|
181 | 181 | "FANTASY: User-Friendly Symplectic Geodesic Integrator |
|
182 | 182 | for Arbitrary Metrics with Automatic Differentiation"; |
|
183 | - | `arXiv:2010.02237 <https://arxiv.org/abs/2010.02237>`__ |
|
183 | + | `2021 ApJ 909 67 <https://doi.org/10.3847/1538-4357/abdc28>`__ |
|
184 | 184 | ||
185 | 185 | """ |
|
186 | 186 | q_sum = q1 + q2 |
Files | Coverage |
---|---|
src/einsteinpy | 97.27% |
Project Totals (68 files) | 97.27% |
9421.0
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.