Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikLizakJohansen authored Aug 27, 2024
1 parent 1a60518 commit 28321bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Here, we provide an optimised code for the calculation of the Debye scattering e
3. [Usage](#usage)
1. [Interactive mode](#interactive-mode)
2. [Example usage](#example-usage)
3. [Demo](#demo)
4. [Additional implementation details](#additional-implementation-details)
5. [Authors](#authors)
6. [Cite](#cite)
Expand Down Expand Up @@ -149,8 +150,8 @@ q, iq_XY = calc.iq("path/to/nanoparticle.xyz", partial="X-Y")
```
**Note:** When combining signals from partial scattering, be cautious to avoid double-counting interactions between atoms.

### Demo
For a more detailed demonstration, including additional examples, please refer to the `demo.ipynb` notebook available in the repository.
# Demo
For a more detailed demonstration on how `DebyeCalulator` works, including additional examples, please refer to the `Demo.ipynb` notebook available in the repository, or visit [Colab-Demo](https://tinyurl.com/debyedemo)

# Additional implementation details
See the [docs](/docs) folder.
Expand Down

0 comments on commit 28321bc

Please sign in to comment.