Skip to content

openmc-data-storage/hdf5_nuclear_data_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Rust testing

A portable hdf5 file reader that reads OpenMC cross section files.

This package incorporates the parts of hdf5 library needed for h5 file reading and therefore it is not necessary to install hdf5 on the computer before hand.

There are several options for using this package

  • Pip install pip install hdf5_nuclear_data_reader
  • Cargo crate
  • WASM executable (in progress)

For now the repo is no where near finished and very much experimental

TODO