Skip to content

Commit

Permalink
Upgrade again
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno committed Feb 2, 2024
1 parent 9e43ced commit 1956fdc
Show file tree
Hide file tree
Showing 7 changed files with 1,823 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Antique"
uuid = "be6e5d0e-34a5-4c8f-af83-e1b5389203d8"
authors = ["Shuhei Ohno"]
version = "0.2.0"
version = "0.2.1"

[deps]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Expand Down
493 changes: 489 additions & 4 deletions docs/src/HarmonicOscillator.md

Large diffs are not rendered by default.

448 changes: 444 additions & 4 deletions docs/src/InfinitePotentialWell.md

Large diffs are not rendered by default.

890 changes: 886 additions & 4 deletions docs/src/MorsePotential.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/src/jmd/HarmonicOscillator.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ plot!(x -> V(HO, x), lc=:black, lw=2, label="")
Unit testing and Integration testing were done using computer algebra system ([Symbolics.jl](https://symbolics.juliasymbolics.org/stable/)) and numerical integration ([QuadGK.jl](https://juliamath.github.io/QuadGK.jl/stable/)). The test script is [here](https://github.com/ohno/Antique.jl/blob/main/test/HarmonicOscillator.jl).

```julia; line_width = 500
Antique.load("../../test/result/HarmonicOscillator.log")
println(Antique.load("../../test/result/HarmonicOscillator.log"))
```
2 changes: 1 addition & 1 deletion docs/src/jmd/InfinitePotentialWell.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ plot!([0,0,L,L], [140,0,0,140], lc=:black, lw=2, label="")
Unit testing and Integration testing were done using numerical integration ([QuadGK.jl](https://juliamath.github.io/QuadGK.jl/stable/)). The test script is [here](https://github.com/ohno/Antique.jl/blob/main/test/InfinitePotentialWell.jl).

```julia; line_width = 500
Antique.load("../../test/result/InfinitePotentialWell.log")
println(Antique.load("../../test/result/InfinitePotentialWell.log"))
```
2 changes: 1 addition & 1 deletion docs/src/jmd/MorsePotential.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@ where, the potential of harmonic oscillator is defined as $V(r) \simeq \frac{1}{
Unit testing and Integration testing were done using computer algebra system ([Symbolics.jl](https://symbolics.juliasymbolics.org/stable/)) and numerical integration ([QuadGK.jl](https://juliamath.github.io/QuadGK.jl/stable/)). The test script is [here](https://github.com/ohno/Antique.jl/blob/main/test/MorsePotential.jl).

```julia; line_width = 500
Antique.load("../../test/result/MorsePotential.log")
println(Antique.load("../../test/result/MorsePotential.log"))
```

0 comments on commit 1956fdc

Please sign in to comment.