Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NonequilibriumDynamics/KadanoffBaym.jl
Adaptive numerical solution of Kadanoff-Baym equations
https://github.com/NonequilibriumDynamics/KadanoffBaym.jl
Last synced: about 2 months ago
JSON representation
Adaptive numerical solution of Kadanoff-Baym equations
- Host: GitHub
- URL: https://github.com/NonequilibriumDynamics/KadanoffBaym.jl
- Owner: NonequilibriumDynamics
- License: mit
- Created: 2019-09-12T08:02:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T17:50:40.000Z (10 months ago)
- Last Synced: 2024-08-03T18:10:47.394Z (5 months ago)
- Language: Julia
- Homepage:
- Size: 1020 KB
- Stars: 26
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-quantum-software - KadanoffBaym.jl - Adaptive many-body time evolution of non-equilibrium Green functions. (Quantum simulators)
README
# KadanoffBaym.jl
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://nonequilibriumdynamics.github.io/KadanoffBaym.jl/dev/)
[![CI](https://github.com/NonequilibriumDynamics/KadanoffBaym.jl/workflows/CI/badge.svg)](https://github.com/NonequilibriumDynamics/KadanoffBaym.jl/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/NonequilibriumDynamics/KadanoffBaym.jl/branch/master/graph/badge.svg?token=AAZVQLIKN2)](https://codecov.io/gh/NonequilibriumDynamics/KadanoffBaym.jl)## Overview
`KadanoffBaym.jl` is an *adaptive* solver for Kadanoff-Baym equations written in Julia. To learn more about the solver and Kadanoff-Baym equations, have a look into our [accompanying paper](https://doi.org/10.21468/SciPostPhysCore.5.2.030).
## Documentation
The documentation can be found [here](https://nonequilibriumdynamics.github.io/KadanoffBaym.jl).
## Contributing
This is meant to be a community project and all contributions, via [issues](https://github.com/NonequilibriumDynamics/KadanoffBaym.jl/issues), [PRs](https://github.com/NonequilibriumDynamics/KadanoffBaym.jl/pulls) and [discussions](https://github.com/NonequilibriumDynamics/KadanoffBaym.jl/discussions) are encouraged and greatly appreciated.
## Citing
If you use `KadanoffBaym.jl` in your research, please cite our work:
```
@Article{10.21468/SciPostPhysCore.5.2.030,
title={{Adaptive Numerical Solution of Kadanoff-Baym Equations}},
author={Francisco Meirinhos and Michael Kajan and Johann Kroha and Tim Bode},
journal={SciPost Phys. Core},
volume={5},
issue={2},
pages={30},
year={2022},
publisher={SciPost},
doi={10.21468/SciPostPhysCore.5.2.030},
url={https://scipost.org/10.21468/SciPostPhysCore.5.2.030},
}
```