From 221d6bbd8f64d3a43915febaef495e7a4f10f72e Mon Sep 17 00:00:00 2001 From: Shuhei Ohno Date: Thu, 30 Nov 2023 22:06:58 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a197da1..4a0e18d 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ julia> He⁺.E(n=1) ## Supported Models -- [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` +- [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