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

Remove functionality for series of calculations #49

Closed merkelm closed 1 year ago

merkelm commented 1 year ago

This feature was unused in the system and can easily be replaced by a script wrapping around solid_dmft.

merkelm commented 1 year ago

Thanks for checking! I removed this because now dmft_cycle prints which iteration it starts from (as a way to unify the printout between OS and CSC). And as before, dmft_cycle later also prints the number of OS iterations and the "Running iteration: x/x".

the-hampel commented 1 year ago

sounds good. Feel free to merge this.