@@ -14,10 +14,18 @@ using only matrix-vector products. ``traceax`` is heavily inspired by
1414[ lineax] ( https://github.com/patrick-kidger/lineax ) as well as
1515[ XTrace] ( https://github.com/eepperly/XTrace ) .
1616
17+ > [ !NOTE]
18+ > For preprint, please see: <br />
19+ > Nahid, A.A., Serafin, L., Mancuso, N. (2025). <i >traceax</i >: a JAX-based framework for stochastic trace estimation. bioRxiv
20+ > (https://doi.org/10.1101/2025.07.14.662216 )
21+
22+ > [ !IMPORTANT]
23+ > To reproduce the analyses in the preprint, please see: <br />
24+ > https://github.com/mancusolab/traceax_analysis
25+
1726 [ ** Installation** ] ( #installation )
1827 | [ ** Example** ] ( #get-started-with-example )
1928 | [ ** Documentation** ] ( #documentation )
20- | [ ** Citation** ] ( #citation )
2129 | [ ** Notes** ] ( #notes )
2230 | [ ** Support** ] ( #support )
2331 | [ ** Other Software** ] ( #other-software )
@@ -94,11 +102,6 @@ print(nt.estimate(key4, operator, k)) # (Array(3.3297246, dtype=float32), {'std
94102## Documentation
95103Documentation is available at [ here] ( https://mancusolab.github.io/traceax/ ) .
96104
97- ## Citation
98- If you use ` traceax ` in your work, please cite:
99-
100- > Nahid, A.A., Serafin, L., Mancuso, N. (2025). <i >traceax</i >: a JAX-based framework for stochastic trace estimation. bioRxiv (https://doi.org/10.1101/2025.07.14.662216 )
101-
102105## Notes
103106
104107- ` traceax ` uses [ JAX] ( https://github.com/google/jax ) with [ Just In
0 commit comments