FewBody.jl is a Julia package for solving quantum-mechanical few-body problems. It brings together the JuliaFewBody ecosystem under a common interface, providing tools for constructing few-body Hamiltonians and accessing complementary numerical approaches such as explicitly correlated Gaussian (ECG) and variational Monte Carlo (VMC) methods.
Run the following command in the Julia REPL or a notebook:
import Pkg; Pkg.add(url="https://github.com/JuliaFewBody/FewBody.jl.git")After installation, load the package and verify it works:
julia> import FewBody; FewBody.hello()
"Hello, World!"- Home: https://JuliaFewBody.github.io/FewBody.jl
- User Guide: https://JuliaFewBody.github.io/FewBody.jl/dev/user
- Developer Guide: https://JuliaFewBody.github.io/FewBody.jl/dev/developer
- API Reference: https://JuliaFewBody.github.io/FewBody.jl/dev/api