Skip to content

Commit

Permalink
Fix Readme!
Browse files Browse the repository at this point in the history
  • Loading branch information
srbhp committed Dec 18, 2023
1 parent 2cb7663 commit 84a0968
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand All @@ -42,7 +42,7 @@ of the Impurity.
```cpp
nrgcore<spinhalf, spinhalf> 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.
Expand All @@ -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.

0 comments on commit 84a0968

Please sign in to comment.