Skip to content

ohno/TwoBody.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwoBody.jl Stable Dev Build Status

TwoBody.jl: a Julia package for quantum mechanical two-body problems

Documentation

https://ohno.github.io/TwoBody.jl/dev/

Dependency

---
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
Loading

Developer's Guide

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")

About

TwoBody.jl: A Julia package for quantum mechanical two-body problems

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages