Skip to content

Commit 2c324ad

Browse files
committed
Add to readme
1 parent 8f02315 commit 2c324ad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ Vectors may be included in any of these data types:
5757

5858
Each of these "backends" provides the same suite of properties and methods, through a common "compute" library.
5959

60+
### Integrations
61+
62+
Optionally, the vector package provides integration with other libraries. Currently, this includes:
63+
64+
- [PyTree integrations](https://vector.readthedocs.io/en/latest/src/pytree.html) using the [optree](https://github.com/metaopt/optree) package.
65+
6066
### Geometric versus momentum
6167

6268
Finally, vectors come in two flavors:
@@ -134,6 +140,10 @@ journal = {Journal of Open Source Software}
134140
- [Interface for 3D momentum](https://vector.readthedocs.io/en/latest/src/momentum3d.html)
135141
- [Interface for 4D momentum](https://vector.readthedocs.io/en/latest/src/momentum4d.html)
136142

143+
### Integrations
144+
145+
- [PyTree integration API](https://vector.readthedocs.io/en/latest/src/pytree.html)
146+
137147
### More ways to learn
138148

139149
- [Papers and talks](https://vector.readthedocs.io/en/latest/src/talks.html)

0 commit comments

Comments
 (0)