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
Note that v2 and v1 are *not* backward compatible; they are different codes. Unless you are maintaining a legacy pipeline, we highly reccommend using the new code. It is faster, more accurate, and provides more functionalities.
20
-
21
-
### precession.eccentricity
26
+
Note that v2 and v1 are *not* backward compatible; they are different codes. Unless you are maintaining a legacy pipeline, we highly reccommend using the new code. It is faster, more accurate, and provides more functionalities.
22
27
23
-
The `precession` package models the dynamics of circular precessing black hole binaries. To evolve binaries on eccentric orbits, we provide an extension: `precession.eccentricity`. This module is designed to mirror the functionality of the main `precession` package while accounting for orbital eccentricity.
`precession` and `precession.eccentricity` are released under the MIT licence. You may use `precession` and `precession.eccentricity` as you like but should acknowledge our work. When using the code in any published work, please cite the papers above. The codes have been used in a variety of studies in gravitational-wave and astronomy black-hole binary dynamics, follow the citations to those papers for more.
28
+
`precession` is released under the MIT licence. You may use `precession` as you like but should acknowledge our work. When using the code in any published work, please cite the papers above. The codes have been used in a variety of studies in gravitational-wave and astronomy black-hole binary dynamics, follow the citations to those papers for more.
40
29
41
30
The code is distributed under git version control at
The v1 documentation is archived at [this link](https://htmlpreview.github.io/?https://github.com/dgerosa/precession/blob/precession_v1/docs/index.html).
@@ -55,8 +44,10 @@ A short tutorial is provided in [the documentation](https://dgerosa.github.io/pr
55
44
The code is developed and maintained by [Davide Gerosa](www.davidegerosa.com). Please report bugs and suggestions using github.
56
45
57
46
47
+
The main code deals with quasi-circular black-hole binaries and is accessible via `import precession`. The functionalities to study eccentric binaries are in the `eccentricity` submodule, which we reccommend importing as `import precession.eccentricity as precession`.
48
+
58
49
#### Change log
59
-
-*v2.0.1* Extension of the code to work with eccentric orbits. See [arXiv:2508.????](https://arxiv.org/abs/2304.04801)
50
+
-*v2.1.0* Extension to eccentric orbits. See [arXiv:2508.04801](https://arxiv.org/abs/2304.04801)
60
51
-*v2.0.0* New code, not backward compatible. See [arXiv:2304.04801](https://arxiv.org/abs/2304.04801)
0 commit comments