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

Review Suggestion: Minor paper edits #23

Closed shivupa closed 2 years ago

shivupa commented 2 years ago

Summary

In the summary section, I think citing other software that are grey-box tools that allow for quick prototyping of ideas/flexible implementations would be helful. Some suggestions off the top of my head

iTensor - DMRG/tensor networks https://itensor.org/
INQ - DFT/TDDFT https://arxiv.org/abs/2106.03872
Quantum Package - correlated wave function methods https://quantumpackage.github.io/qp2/
PySCF - gaussian based wave function methods https://pyscf.org/

Each of these let you override the default implementations of algorithms if desired. These are just suggestions so if you disagree/feel that other packages would be a better fit feel free to replace.

Design Principles

lines 35-36: This allows the user to easily run ab-initio calculations for strongly correlated materials, as well as implement and test new features of TRIQS and benchmark new solvers against existing ones.

This reads awkwardly without the above addition ("the user").

merkelm commented 2 years ago

Thank you for your review! We addressed these points with pull request #26 on the joss branch (together with the remarks to the paper in issue #24). We ended up citing your suggestion of pySCF together with the ASE as a reference for gray-boxing approaches in our field and also fixed the "allows to" formulation.

shivupa commented 2 years ago

Thanks this addressed my concerns!