Skip to content

Commit

Permalink
Merge pull request #49 from JohanSchott/add_section_with_references_t…
Browse files Browse the repository at this point in the history
…o_publications

Add a section in the README listing relevant publications
  • Loading branch information
JohanSchott authored Mar 15, 2024
2 parents b144c53 + fc841f6 commit ac42a02
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,22 @@ 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://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)

0 comments on commit ac42a02

Please sign in to comment.