An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# TwoBody.jl [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://ohno.github.io/TwoBody.jl/stable) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://ohno.github.io/TwoBody.jl/dev) [![Build Status](https://github.com/ohno/TwoBody.jl/workflows/CI/badge.svg)](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")
```