You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ This package contains a highly modular framework for the rapid generation of acc
7
7
8
8
* Generally, the modules fall into four categories: trajectory, amplitudes, summation, and utilities. Please see the [documentation](https://fastemriwaveforms.readthedocs.io/en/latest) for further information on these modules.
9
9
* The code can be found on Github [here](https://github.com/BlackHolePerturbationToolkit/FastEMRIWaveforms).
10
-
* The data necessary for various modules in this package will automatically download the first time it is needed. If you would like to view the data, it can be found on [Zenodo](https://zenodo.org/record/3981654).
11
-
* The current and all past code release zip files can also be found on Zenodo [here](https://zenodo.org/record/3969004).
10
+
* The data necessary for various modules in this package will automatically download the first time it is needed. If you would like to view the data, it can be found on [Zenodo](https://zenodo.org/records/3981654).
11
+
* The current and all past code release zip files can also be found on Zenodo [here](https://zenodo.org/records/3969004).
12
12
13
13
**Please see the [citation](#citation) section below for information on citing FEW.** This package is part of the [Black Hole Perturbation Toolkit](https://bhptoolkit.org/).
14
14
@@ -108,7 +108,7 @@ The above exception was the direct cause of the following exception:
108
108
few.cutils.BackendAccessException: Backend 'cuda12x'is unavailable. See previous error messages.
109
109
```
110
110
111
-
Once FEW is working and the expected backends are selected, check out the [examples notebooks](https://github.com/BlackHolePerturbationToolkit/FastEMRIWaveforms/blob/master/examples/)
111
+
Once FEW is working and the expected backends are selected, check out the [examples notebooks](https://github.com/BlackHolePerturbationToolkit/FastEMRIWaveforms/tree/master/examples/)
112
112
on how to start with this software.
113
113
114
114
## Installing from sources
@@ -312,7 +312,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
312
312
313
313
## Citation
314
314
315
-
Please make sure to cite FEW papers and the FEW software on [Zenodo](https://zenodo.org/record/3969004).
315
+
Please make sure to cite FEW papers and the FEW software on [Zenodo](https://zenodo.org/records/3969004).
316
316
We provide a set of prepared references in [PAPERS.bib](PAPERS.bib). There are other papers that require citation based on the classes used. For most classes this applies to, you can find these by checking the `citation` attribute for that class. All references are detailed in the [CITATION.cff](CITATION.cff) file.
However, the most efficient way to use this method is in a customized
22
22
cuda kernel. See the
23
-
`source code for the interpolated summation <https://github.com/BlackHolePerturbationToolkit/FastEMRIWaveforms/blob/master/few/cutils/src/interpolate.cu>`_
23
+
`source code for the interpolated summation <https://github.com/BlackHolePerturbationToolkit/FastEMRIWaveforms/blob/master/src/few/cutils/interpolate.cu>`_
0 commit comments