Skip to content

Commit 8c52301

Browse files
add fgs jupyter tutorial and fix some fgs impl issues
1 parent 33ff4fc commit 8c52301

File tree

5 files changed

+461
-2
lines changed

5 files changed

+461
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020

2121
- Fix `to_dlpack` for jax version >= 0.7.
2222

23+
- Fix large eps issue in entanglement calculation of FGS.
24+
25+
- Fix cmatrix non-refresh issue for `post_select` in FGS.
26+
2327
## v1.2.1
2428

2529
### Fixed

docs/source/tutorial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Jupyter Tutorials
1919
tutorials/gradient_benchmark.ipynb
2020
tutorials/contractors.ipynb
2121
tutorials/stabilizer_circuit.ipynb
22+
tutorials/fermion_gaussian_states.ipynb
2223
tutorials/operator_spreading.ipynb
2324
tutorials/optimization_and_expressibility.ipynb
2425
tutorials/vqex_mbl.ipynb

0 commit comments

Comments
 (0)