https://github.com/krivenko/edipack2triqs
Compatibility layer between EDIpack and TRIQS
https://github.com/krivenko/edipack2triqs
Last synced: about 1 month ago
JSON representation
Compatibility layer between EDIpack and TRIQS
- Host: GitHub
- URL: https://github.com/krivenko/edipack2triqs
- Owner: krivenko
- License: gpl-3.0
- Created: 2024-08-30T16:58:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T07:51:34.000Z (about 2 months ago)
- Last Synced: 2025-03-25T08:37:15.724Z (about 2 months ago)
- Language: Python
- Homepage: https://krivenko.github.io/edipack2triqs/
- Size: 13.5 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](
https://github.com/krivenko/edipack2triqs/actions/workflows/test-ubuntu.yml)
[](
https://krivenko.github.io/edipack2triqs)edipack2triqs: Compatibility layer between EDIpack2 and TRIQS
=============================================================**edipack2triqs** is a thin compatibility layer between
**EDIpack2** (A Massively Parallel Exact Diagonalization solver for generic
Quantum Impurity problems) and **TRIQS** (Toolbox for Research on Interacting
Quantum Systems).Copyright (c) 2024-2025, Igor Krivenko, Lorenzo Crippa
Dependencies
------------* NumPy
* NetworkX
* mpi4py
* [edipy2 >= 2.0.8 (EDIpack2.0)](https://github.com/edipack/EDIpack2.0)
* [TRIQS 3.x.y](https://github.com/TRIQS/triqs), tested with TRIQS 3.2.1Installation
------------```bash
git clone https://github.com/krivenko/edipack2triqs
cd edipack2triqs
pip install .
```Usage examples
--------------See https://krivenko.github.io/edipack2triqs/examples.html.
Missing features
----------------* Phonons
* Imaginary time susceptibilities
* Sector selection
* Conversion of bath objects into operator expressionsLicense
-------edipack2triqs is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.edipack2triqs is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.You should have received a copy of the GNU General Public License along with
edipack2triqs (in the file LICENSE.txt in this directory).
If not, see .