From da5b2e8c72fa7b3ec19cd06b82a5daaa4eb97975 Mon Sep 17 00:00:00 2001 From: Johan Schott Date: Wed, 21 Feb 2024 22:26:38 +0100 Subject: [PATCH 1/2] Add a section in the README listing publications that have used this repo --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41a1b4c..a1991d8 100644 --- a/README.md +++ b/README.md @@ -121,16 +121,21 @@ Type ```bash pytest ``` -to perform the (unit) tests in the `test`-folder. +to run all python unit tests in the repository. ### Documentation The documentation of this package is found in the directory `doc`. -To update the manual, type: +To update the manual type: ```bash make -s -C doc/sphinx clean make -s -C doc/sphinx html ``` -to generate a html-page. +Open the generated `doc/sphinx/generated_doc/html/index.html` in a web browser. + + +### Publications using impurityModel + +[Theory of x-ray absorption spectroscopy for ferrites](https://arxiv.org/abs/2401.03858) From fc841f6683da83139bcdc45755ef4759b320f895 Mon Sep 17 00:00:00 2001 From: fesorg <78012182+fesorg@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:23:45 +0100 Subject: [PATCH 2/2] Update README.md Updated the link of the paper to the publication in Prb and added another paper that used the impurity model code --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1991d8..eda68ce 100644 --- a/README.md +++ b/README.md @@ -137,5 +137,6 @@ Open the generated `doc/sphinx/generated_doc/html/index.html` in a web browser. ### Publications using impurityModel -[Theory of x-ray absorption spectroscopy for ferrites](https://arxiv.org/abs/2401.03858) +[Theory of x-ray absorption spectroscopy for ferrites](https://journals.aps.org/prb/abstract/10.1103/PhysRevB.109.115126) +[Re-Dichalcogenides: Resolving Conflicts of TheirStructure–Property Relationship](https://onlinelibrary.wiley.com/doi/epdf/10.1002/apxr.202200010)