Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno committed Nov 30, 2023
1 parent cee3531 commit c0fafcc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Antiq"
uuid = "be6e5d0e-34a5-4c8f-af83-e1b5389203d8"
authors = ["Shuhei Ohno"]
version = "0.0.16"
version = "0.1.0"

[deps]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ julia> He⁺.E(n=1)

## Supported Models

- [`InfinitePotentialWell`](https://ohno.github.io/Antiq.jl/dev/InfinitePotentialWell/)
- [`HarmonicOscillator`](https://ohno.github.io/Antiq.jl/dev/HarmonicOscillator/)
- [`MorsePotential`](https://ohno.github.io/Antiq.jl/dev/MorsePotential/)
- [`HydrogenAtom`](https://ohno.github.io/Antiq.jl/dev/HydrogenAtom/)
- [Infinite Potential Well](https://ohno.github.io/Antiq.jl/dev/InfinitePotentialWell/) `InfinitePotentialWell`
- [Harmonic Oscillator](https://ohno.github.io/Antiq.jl/dev/HarmonicOscillator/) `HarmonicOscillator`
- [Morse Potential](https://ohno.github.io/Antiq.jl/dev/MorsePotential/) `MorsePotential`
- [Hydrogen Atom](https://ohno.github.io/Antiq.jl/dev/HydrogenAtom/) `HydrogenAtom`

## Future Works

Expand Down
10 changes: 1 addition & 9 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@ Self-contained, Well-Tested, Well-Documented Functions for Quantum Mechanical Mo
To install this package, run the following code in your Jupyter Notebook:

```julia
using Pkg
Pkg.add(path="https://github.com/ohno/Antiq.jl.git")
```

or use `add` upon REPL(Package mode):

```julia
]
add https://github.com/ohno/Antiq.jl.git
using Pkg; Pkg.add(path="https://github.com/ohno/Antiq.jl.git")
```

## Usage
Expand Down

0 comments on commit c0fafcc

Please sign in to comment.