https://github.com/muonray/qutip
a collection of codes for use in simulating quantum systems, with particular attention of generating Wigner function, Density matrix and other plots to monitor the number of states as they grow in complexity and evolve over time. Of particular interest is to model many-body networks as a cavity with a designated input and output class node(s).
https://github.com/muonray/qutip
Last synced: 7 months ago
JSON representation
a collection of codes for use in simulating quantum systems, with particular attention of generating Wigner function, Density matrix and other plots to monitor the number of states as they grow in complexity and evolve over time. Of particular interest is to model many-body networks as a cavity with a designated input and output class node(s).
- Host: GitHub
- URL: https://github.com/muonray/qutip
- Owner: MuonRay
- Created: 2023-12-13T00:30:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T00:43:11.000Z (about 2 years ago)
- Last Synced: 2025-03-24T00:57:16.423Z (11 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuTip Quantum Many-Body and Network Simulations
a collection of codes for use in simulating quantum systems, with particular attention of generating Wigner function, Density matrix and other plots to monitor the number of states as they grow in complexity and evolve over time.
Of particular interest is to model many-body networks as a cavity with a designated input and output class node(s) to effectively do benchmarking of quantum networks using trace distance, fidelity measures, etc.
Also a significant portion of code used here is tailored to work with networkx and rustworkx for directional acyclic graphs that can be used to model quantum networks as networks of Kuramoto-like harmonic oscillators wherein the synchronization IS entanglement.