Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quattro authored Apr 19, 2024
1 parent 3c41585 commit 3242eba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ using only matrix-vector products. ``traceax`` is heavily inspired by

[**Installation**](#installation)
| [**Example**](#get-started-with-example)
| [**Documentation**](#documentation)
| [**Notes**](#notes)
| [**Support**](#support)
| [**Other Software**](#other-software)
Expand Down Expand Up @@ -80,6 +81,10 @@ xt = tx.XTraceEstimator()
print(xt.estimate(key3, operator, k)) # (Array(3.1775048, dtype=float32), {'std.err': Array(0.24185811, dtype=float32)})
```

## Documentation
Documentation is available at [here](https://mancusolab.github.io/traceax/).


## Notes

- `traceax` uses [JAX](https://github.com/google/jax) with [Just In
Expand Down

0 comments on commit 3242eba

Please sign in to comment.