Skip to content

Commit

Permalink
Merge pull request #214 from timcallow/Update_outdated_README
Browse files Browse the repository at this point in the history
Update some out-of-date info in the README
  • Loading branch information
timcallow authored Nov 7, 2023
2 parents 4c17967 + 5001665 commit 4c6e084
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ It is designed as an open-source and modular python package.
atoMEC uses Kohn-Sham density functional theory, in combination with an average-atom approximation,
to solve the electronic structure problem for single-element materials at finite temperature.

More information on the average-atom methodology and Kohn-Sham density functional theory can be found (for example) in this [preprint](https://arxiv.org/abs/2103.09928) and references therein.
More information on the average-atom methodology and Kohn-Sham density functional theory can be found (for example) in this [paper](https://journals.aps.org/prresearch/abstract/10.1103/PhysRevResearch.4.023055) and references therein.

This repository is structured as follows:
```
├── atoMEC : source code
├── docs : sphinx documentation
├── examples : useful examples to get you started with the package
└── tests : test scripts used during development, will hold tests for CI in the future
├── examples : simple examples to get you started with the package
└── tests : CI tests
```


Expand Down

0 comments on commit 4c6e084

Please sign in to comment.