Skip to content

pyne/pyne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de5b166 · Feb 5, 2025
Oct 21, 2024
Jul 20, 2021
Oct 22, 2024
Jul 19, 2024
Jul 23, 2023
Feb 8, 2022
Dec 19, 2014
Aug 10, 2020
Oct 29, 2024
Sep 16, 2024
Nov 12, 2019
Jul 30, 2024
Oct 29, 2024
Jul 19, 2023
Oct 29, 2024
Feb 5, 2025
Feb 5, 2025
Aug 11, 2020
Aug 11, 2020
Apr 20, 2021
Feb 23, 2022
Feb 8, 2022
Oct 15, 2020
May 28, 2023
Mar 1, 2018
Jul 19, 2024
Jul 19, 2024
Feb 8, 2022
Feb 8, 2022

Repository files navigation

image PyNE: The Nuclear Engineering Toolkit

The PyNE project aims to provide a common set of tools for nuclear science and engineering needs.

If you are interested in the package itself, or would like to help and contribute, please let us know either on the mailing list (https://groups.google.com/forum/#!forum/pyne-dev, pyne-dev@googlegroups.com) or github.

Examples, documentation, and more can be found at https://pyne.io, the official PyNE project site.

Installation

Dependencies

PyNE has the following dependencies:
  1. Fortran compiler
  2. C++ compiler
  3. CMake (>= 2.8.5)
  4. NumPy (>= 1.8.0)
  5. SciPy
  6. Cython (>= 0.29.21)
  7. HDF5
  8. PyTables
  9. Python (>= 3.5.2)
  10. LAPACK
  11. BLAS
  12. Jinja2
Optional Depenendencies:
  1. MOAB
  2. DAGMC
  3. OpenMC
To run tutorial and examples:
  1. jupyter
Additionally, building the documentation requires the following:
  1. Sphinx
  2. sphinxcontrib-bibtex
  3. PrettyTable
  4. numpydoc
  5. jupyter

Most of the dependencies are readily available through package managers (such as MacPorts, Anaconda, etc.). Visit our installation page for instructions on getting PyNE up and running on your device.

Contributing

We highly encourage contributions to PyNE! If you would like to contribute, it is as easy as forking the repository on GitHub, making your changes, and issuing a pull request. If you have any questions or need assistance during this process, don't hesitate to reach out to the PyNE mailing list (https://groups.google.com/forum/#!forum/pyne-dev, pyne-dev@googlegroups.com).