https://github.com/piispah/quantum-harmonic-oscillator-networks
The coding portion of my bachelor's thesis. Basically simulates quantum mechanical harmonic oscillators and networks consisting of them.
https://github.com/piispah/quantum-harmonic-oscillator-networks
harmonic-oscillator networks networkx physics physics-simulation quantum quantum-harmonic-oscillators quantum-mechanics simulation
Last synced: 9 months ago
JSON representation
The coding portion of my bachelor's thesis. Basically simulates quantum mechanical harmonic oscillators and networks consisting of them.
- Host: GitHub
- URL: https://github.com/piispah/quantum-harmonic-oscillator-networks
- Owner: PiispaH
- Created: 2022-11-22T09:21:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T13:52:17.000Z (over 3 years ago)
- Last Synced: 2025-01-10T21:47:21.414Z (over 1 year ago)
- Topics: harmonic-oscillator, networks, networkx, physics, physics-simulation, quantum, quantum-harmonic-oscillators, quantum-mechanics, simulation
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quantum-harmonic-oscillator-networks
The coding portion of my bachelor's thesis. Simulates quantum
mechanical harmonic oscillators and networks consisting of them.
This code is able to simulate a network consisting of a given number of
quantum harmonic oscillators. Can also be used to simulate only one
oscillator. When only one oscillator is simulated, Wigner functions time
evolution can be animated. Plots excitations and squeezing parameters as a
contour plot for networks consisting of N oscillators. For small numbers
of N, individual time evolutions of expectation values and variances can
be plotted for each oscillator.
### New in 1.0.1:
- Added new module colormap.py for custom colormaps for contourplots.
- Added docstrings to every function
- Bugfixes