https://github.com/ohno/twobody.jl
TwoBody.jl: a Julia package for quantum mechanical two-body problems
https://github.com/ohno/twobody.jl
Last synced: over 1 year ago
JSON representation
TwoBody.jl: a Julia package for quantum mechanical two-body problems
- Host: GitHub
- URL: https://github.com/ohno/twobody.jl
- Owner: ohno
- License: mit
- Created: 2024-10-22T10:24:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-01T22:07:50.000Z (over 1 year ago)
- Last Synced: 2025-03-01T02:54:18.413Z (over 1 year ago)
- Language: Julia
- Homepage: https://ohno.github.io/TwoBody.jl/dev/
- Size: 845 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TwoBody.jl [](https://ohno.github.io/TwoBody.jl/stable) [](https://ohno.github.io/TwoBody.jl/dev) [](https://github.com/ohno/TwoBody.jl/actions)
TwoBody.jl: a Julia package for quantum mechanical two-body problems
## Documentation
https://ohno.github.io/TwoBody.jl/dev/
## Developer's Guide
There are several tools for developers.
```sh
git clone https://github.com/ohno/TwoBody.jl.git
cd TwoBody.jl
julia
julia> include("dev/revice.jl")
julia> include("dev/test.jl")
julia> include("dev/docs.jl")
```