Skip to content

Commit

Permalink
refactoring and updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikkelsen committed Oct 29, 2024
1 parent b5040e4 commit e384766
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Examples/HydrogenAnion.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using Revise
using .FewBodyPhysics

masses = [1e15, 1.0, 1.0]
w_list = [ [1, -1, 0], [1, 0, -1], [0, 1, -1] ]

Expand Down
1 change: 0 additions & 1 deletion Examples/PionNucleon.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Plots
using .FewBodyPhysics

b = 3.9
S = 41.5
Expand Down
3 changes: 0 additions & 3 deletions Examples/Positronium.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using Revise
using .FewBodyPhysics

w_list = [ [1, -1, 0], [1, 0, -1], [0, 1, -1] ]
masses = [1.0,1.0,1.0]
K = [1/2 0 0; 0 1/2 0; 0 0 1/2]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FewBodyPhysics"
uuid = "dd57e2ab-7dae-448b-a136-57ab9eca4234"
authors = ["Martin Mikkelsen"]
version = "1.0.1"
version = "1.0.2"

[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ With a difference in energy
@show Energy-Theortical_value
```
### Psudorandom
And similarly for a quasirandom
And similarly for a psudorandom
```@example 2
using Plots, FewBodyPhysics
Expand Down

0 comments on commit e384766

Please sign in to comment.