Skip to content

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Jan 30, 2024
1 parent c30c3f4 commit 0495458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://github.com/jcmgray/quimb/blob/HEAD/docs/_static/logo-banner.png?raw=true" alt="quimb" width="800px">
![quimb logo](https://github.com/jcmgray/quimb/blob/HEAD/docs/_static/logo-banner.png?raw=true)

[![Tests](https://github.com/jcmgray/quimb/actions/workflows/tests.yml/badge.svg)](https://github.com/jcmgray/quimb/actions/workflows/tests.yml)
[![Code Coverage](https://codecov.io/gh/jcmgray/quimb/branch/main/graph/badge.svg)](https://codecov.io/gh/jcmgray/quimb)
Expand All @@ -19,7 +19,7 @@ The `quimb.tensor` module contains tools for working with **tensors and tensor n
- use various backend array libraries such as [jax](https://jax.readthedocs.io) and [torch](https://pytorch.org/) via [autoray](https://github.com/jcmgray/autoray/)
- run specific MPS, PEPS, MERA and quantum circuit algorithms, such as DMRG & TEBD

<img src="https://github.com/jcmgray/quimb/blob/HEAD/docs/_static/rand-tensor.svg?raw=true" width="300px">
![tensor pic](https://github.com/jcmgray/quimb/blob/HEAD/docs/_static/rand-tensor.svg?raw=true)

---

Expand All @@ -31,7 +31,7 @@ The core `quimb` module contains tools for reference **'exact'** quantum calcula
- take advantage of [numba](https://numba.pydata.org) accelerations
- stochastically estimate $\mathrm{Tr}f(X)$ quantities

<img src="https://github.com/jcmgray/quimb/blob/HEAD/docs/_static/rand-herm-matrix.svg?raw=true" width="300px">
![matrix pic](https://github.com/jcmgray/quimb/blob/HEAD/docs/_static/rand-herm-matrix.svg?raw=true)

---

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Release notes for `quimb`.

(whats-new-1-7-1)=
## v1.7.1 (unreleased)
## v1.7.1 (2024-01-30)

**Enhancements:**

Expand Down

0 comments on commit 0495458

Please sign in to comment.