TwoBody.jl: a Julia package for quantum mechanical two-body problems
https://ohno.github.io/TwoBody.jl/dev/
---
config:
layout: elk
theme: mc
---
flowchart TD
A["Hamiltonian.jl"]
B["Basis.jl"]
C["Rayleigh-Ritz.jl"]
D["GEM.jl"]
E["FiniteDifferenceMatrices.jl"]
F["FDM.jl"]
G["VMC.jl"]
Z["TwoBody.jl"]
A --> C & D & F & G
B --> C & D
E --> F
C & D & F & G --> Z
There are several tools for developers.
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")