From 84a09687793f2d17e82ddbdcb52248e0e3ece8a9 Mon Sep 17 00:00:00 2001 From: Saurabh Pradhan Date: Mon, 18 Dec 2023 14:55:30 +0100 Subject: [PATCH] Fix Readme! --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9270303..9ed4348 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ https://srbhp.github.io/nrgplusplus/build.html ## Example : Single Impurity Anderson Impurity (SIAM) - (See : examples/entropySIAM/main.cpp) +`(See : examples/entropySIAM/main.cpp)` Define the impurity Model wth onsite energy `eps` and Coulomb energy `U_int`. @@ -42,7 +42,7 @@ of the Impurity. ```cpp nrgcore siam(impurity, bathModel); siam.set_parameters(1024); // set max number of states to be kept - siam.add_bath_site({V, V}, 1.0); // This is consistentent with the RMP paper. V is the coupling og the impurity and first bath site. + siam.add_bath_site({V, V}, 1.0); // V is the coupling og the impurity and first bath site. siam.update_internal_state(); ``` Next we iteratively add the bath sites in the same way. @@ -69,13 +69,13 @@ Please make sure to update tests as appropriate. ## Similar Open-source Projects - 1. http://www.phy.bme.hu/~dmnrg/ - 2. https://github.com/rokzitko/nrgljubljana + 1. http://www.phy.bme.hu/~dmnrg/ + 2. https://github.com/rokzitko/nrgljubljana ## Acknowledgment During the development of this project I was employed by + - Prof. Jonas Fansson, Uppsala University and + - Prof. Frithjof Anders, Technical University Dortmund. - - Prof. Jonas Fansson, Uppsala University and - - Prof. Frithjof Anders, Technical University Dortmund. This project would have been not possible without their support.