astrofrog / hyperion

Hyperion Radiation Transfer Code

Home Page:http://www.hyperion-rt.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Hyperion is a 3D Monte-Carlo radiation transfer code - see http://www.hyperion-rt.org for more details.

Downloading

Stable releases can be found at:

https://github.com/hyperion-rt/hyperion/downloads

To download from the git repository, use:

git clone git@github.com:hyperion-rt/hyperion.git
cd hyperion
git submodule init
git submodule update

Documentation

To build the HTML documentation:

cd docs
make html

The documentation will then be available at docs/build/html. Note that Sphinx is required to build the documentation

Updating

To update your clone of the git repository, use:

git pull
git submodule update

About

Hyperion Radiation Transfer Code

http://www.hyperion-rt.org

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 58.1%Language:Fortran 39.5%Language:C 2.4%Language:CSS 0.0%