https://github.com/stared/qubism
Self-similar visualization of many-body wavefunctions (and also: time series, DNA, proteins).
https://github.com/stared/qubism
Last synced: 4 months ago
JSON representation
Self-similar visualization of many-body wavefunctions (and also: time series, DNA, proteins).
- Host: GitHub
- URL: https://github.com/stared/qubism
- Owner: stared
- Created: 2012-12-13T20:16:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-03T09:58:19.000Z (almost 10 years ago)
- Last Synced: 2025-01-13T19:56:07.810Z (6 months ago)
- Language: Mathematica
- Size: 966 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
qubism
======Self-similar visualization of many-body wavefunctions (and also: time series, DNA, proteins).

* J. Rodriguez-Laguna, P. Migdał, M. Ibanez Berganza, M. Lewenstein, G. Sierra,
Qubism: self-similar visualization of many-body wavefunctions,
[New J. Phys. 14 053028](http://dx.doi.org/10.1088/1367-2630/14/5/053028) (2012),
[arXiv:1112.3560](http://arxiv.org/abs/1112.3560)
* Other materials: [poster](http://dx.doi.org/10.6084/m9.figshare.97233),
[video abstract](http://www.youtube.com/watch?v=tfJHjpyQn0I)
* Current homepage: http://qubism.wikidot.com/## Content
* Mathematica 7 scripts (with plots).
* One without output need to be run to see plots, but also weights ~40x less.
* They contain also scripts to manipulate and generate popular quantum states (for 1D quantum spin chains), including:
* product states,
* Dicke states (i.e. permutation-symmetric with a fixed number of excitations),
* Ising Transverse Field ground states, parametrized by $\Gamma$,
* AKLT ground state.
* C++ programs.
* It includes wavefunction examples.
* Python [Qubism in QuTiP package](http://nbviewer.ipython.org/github/qutip/qutip-notebooks/blob/master/examples/example-qubism-and-schmidt-plots.ipynb).From user's perspective, the **Python implementation in QuTiP** is the easiest, most mature and production-ready.