Skip to content

Qi2013/hyperion

 
 

Repository files navigation

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://pypi.python.org/pypi/Hyperion/

To download from the git repository, use:

git clone https://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

Status

Build Status

About

Hyperion Radiation Transfer Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 46.1%
  • Fortran 28.1%
  • C++ 21.2%
  • C 2.6%
  • CMake 1.3%
  • Makefile 0.4%
  • M4 0.3%