Skip to content

Commit 5a587c5

Browse files
committed
v0.2.43 minor additions README and image fix.
1 parent adcae5d commit 5a587c5

File tree

5 files changed

+125
-14
lines changed

5 files changed

+125
-14
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.2.43
2+
3+
* Fix image `effect_unfolding.png` under assets.
4+
* README: Addition of new citation and video link.
5+
16
v0.2.42
27

38
* `README.md`:

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
A package for randomness based research.
1212

1313
> ![](https://raw.githubusercontent.com/msuzen/leymosun/refs/heads/main/assets/cat.png)
14-
> **Figure** Empirical spectral density for mixed ensemble at $\mu=0.8$, so called `Wigner's Cats` with error bars. (See the lecture.)
14+
> **Figure** Empirical spectral density for mixed ensemble at $\mu=0.8$, so called `Wigner's Cats` with error bars. (See the lecture.)
15+
> This is also known as `Wigner Cat Phases`, see [video](https://www.youtube.com/watch?v=hUih86O_uaw).
16+
> [suzen25](https://arxiv.org/abs/2512.22169).
1517
1618
## Installation
1719

@@ -30,7 +32,7 @@ The package provides tools and utilities for randomness based research with `Hig
3032
library function is called.
3133

3234
Having non-reproducible and unpredictable RNGs could improve Monte Carlo and similar randomness
33-
based computational science experimentations. Non-reproducible RNGs can still generate reproducible
35+
based computational science experimentation. Non-reproducible RNGs can still generate reproducible
3436
research. Critical components in this direction is Uncertainty Quantification (UQ). Leymosun
3537
implements bootstrapped based UQ and confidence interval generations.
3638

@@ -91,9 +93,20 @@ Papers, datasets and other material that used `leymosun`.
9193

9294
## Citation
9395

94-
We would be grateful for a citation of our paper(s) if you use `leymosun` or ideas from the package in your research. Initial introduction of mixed matrix ensembles and MMES algorithm with M-shaped (Wigner's Cat) density [suzen21]. The following is the bibtex entry
96+
We would be grateful for a citation of our paper(s) if you use `leymosun` or ideas from the package in your research. Initial introduction of mixed matrix ensembles and MMES algorithm with M-shaped (Wigner's Cat) density [suzen21, suzen25]. The following is the bibtex entry
9597

9698
```
99+
100+
@article{suzen25,
101+
title={Wigner Cat Phases: A finely tunable system for exploring the transition to quantum chaos},
102+
author={S{\"u}zen, M.},
103+
year={2025},
104+
eprint={2512.22169},
105+
archivePrefix={arXiv},
106+
primaryClass={quant-ph},
107+
url={https://arxiv.org/abs/2512.22169},
108+
}
109+
97110
@article{suzen21,
98111
title={Empirical deviations of semicircle law in mixed-matrix ensembles},
99112
author={S{\"u}zen, Mehmet},

assets/effect_unfolding.png

18.8 KB
Loading

0 commit comments

Comments
 (0)