TRIQS / solid_dmft

solid_dmft is a versatile python wrapper to perform DFT+DMFT calculations utilizing the TRIQS software library.
https://triqs.github.io/solid_dmft/
Other
32 stars 19 forks source link

Support TRIQS/w2dynamics_interface #64

Open hmenke opened 11 months ago

hmenke commented 11 months ago

Summary

Please add support for TRIQS/w2dynamics_interface as the DMFT solver.

Motivation

w2dynamics implements worm sampling for two-particle quantities and symmetric improved estimators which result in much smoother self-energies.

Implementation

[general]
solver_type = w2dyn_cthyb

[solver]
measure_G2_iw_ph = True
measure_G2_n_bosonic = 30
measure_G2_n_fermionic = 30

Formatting

Please use markdown in your issue message. A useful summary of commands can be found here.