https://github.com/quantum-exeter/spectraldensities.jl
Package that defines commonly used spectral densities for Open Quantum Systems.
https://github.com/quantum-exeter/spectraldensities.jl
open-quantum-systems quantum quantum-physics
Last synced: 8 months ago
JSON representation
Package that defines commonly used spectral densities for Open Quantum Systems.
- Host: GitHub
- URL: https://github.com/quantum-exeter/spectraldensities.jl
- Owner: quantum-exeter
- License: lgpl-2.1
- Created: 2023-07-01T15:21:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T00:20:28.000Z (almost 2 years ago)
- Last Synced: 2025-10-21T12:47:02.473Z (8 months ago)
- Topics: open-quantum-systems, quantum, quantum-physics
- Language: Julia
- Homepage:
- Size: 553 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SpectralDensities.jl
[](https://quantum-exeter.github.io/SpectralDensities.jl/stable/)
[](https://quantum-exeter.github.io/SpectralDensities.jl/dev/)
[](https://github.com/quantum-exeter/SpectralDensities.jl/actions/workflows/CI.yml?query=branch%3Amain)
SpectralDensities.jl is a package that defines commonly used spectral densities for Open Quantum Systems and typical operations on them.
## Installation
To install the latest stable release of SpectralDensities.jl, you can use Julia's built-in package manager.
From the Julia interpreter press the `]` key and run
```Julia
pkg> add SpectralDensities
```
Alternatively, you can import the Pkg package and call `add` from it
```Julia
using Pkg;
Pkg.add("SpectralDensities")
```