Skip to content

Commit

Permalink
update readme, trigger tagbot?
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonSBradley committed Dec 14, 2021
1 parent de373c6 commit 4372f1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QuantumFluidSpectra"
uuid = "8ddfec37-9569-48bd-b1f3-d8731767ee3a"
authors = ["Ashton Bradley <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ We rely on Fourier spectral methods throughout. The user provides a wavefunction
</details>
<details><summary><b>Basic Usage</b></summary>

```julia
k = LinRange(0.05,10,300) # can be anything
εki = incompressible_spectrum(k,psi)
r = LinRange(0,10,300) # can be anything
gi = gv(r,k,εki) # pass k vals on which εki is defined
```
</details>

# Citation
Expand Down

0 comments on commit 4372f1c

Please sign in to comment.