Commit graph

86 commits

Author SHA1 Message Date
wbinventor@gmail.com
a596ba3ec3 Merge remote-tracking branch 'upstream/develop' into minimalist-imports 2016-04-09 13:44:00 -04:00
wbinventor@gmail.com
d154b760b2 Ran updated MGXS Part II Notebook on machine with PyNe 2016-04-08 13:20:26 -04:00
Will Boyd
ddfb01b3fe Reduced Python API module imports 2016-04-08 12:26:02 -04:00
Adam Nelson
363211fd58 Merge pull request #616 from paulromano/pyapi-mgxsdocfixes
Fix a few issues with MGXS documentation
2016-04-02 14:55:45 -04:00
Paul Romano
6e6e253fa6 Fix a few issues with MGXS documentation 2016-03-25 13:17:49 -05:00
wbinventor@gmail.com
c6dbbddf61 Updated MGXS Part II Notebook 2016-03-23 15:04:15 -04:00
Will Boyd
5cc884555b Updated IPython Notebooks 2016-03-23 14:51:39 -04:00
Will Boyd
c88f51de57 Fixed Filter.get_pandas_dataframe(...) to use new distribcell paths as optimization 2016-03-23 14:44:56 -04:00
Will Boyd
83f19e8cf1 Fixed bug for Python 2 reading of distribcell paths in Summary API 2016-03-23 13:50:27 -04:00
Paul Romano
809eff970a Respond to @wbinventor comments on #593 2016-03-09 08:25:47 -06:00
Paul Romano
a4ed73fc11 Update Jupyter notebooks based on Tally property changes 2016-02-23 10:54:58 -06:00
Paul Romano
8f3b614774 Update documentation/notebooks to reflect default writing of summary.h5 2016-02-17 20:47:18 -06:00
Sterling Harper
5dfc9e91fc Improve Pandas float handling 2016-02-07 16:13:26 -05:00
Sterling Harper
5501d1b42a Prefer string formatting for Pandas DataFrames 2016-02-07 14:18:17 -05:00
Sterling Harper
0710e35233 Output Pandas energy bins as two columns of floats 2016-02-06 15:58:27 -05:00
wbinventor@gmail.com
454d624de5 Fixed MGXS II Notebook which was only partially complete in last commit 2016-01-20 18:17:58 -05:00
wbinventor@gmail.com
9d7dbdb7d7 Improved docs for Tally.get_slice(...) and fixed bug with redundant energy filter bins in sliced tallies 2016-01-20 18:04:20 -05:00
Paul Romano
d578d19d1f Add documentation for openmc.source and openmc.stats 2016-01-15 07:09:40 -06:00
Paul Romano
148e01eec0 Address more comments on pull request #556. 2016-01-15 06:29:41 -06:00
Paul Romano
726d3f016c Update Jupyter notebooks to use new source format 2016-01-14 08:26:19 -06:00
wbinventor@gmail.com
8b91ce82b0 Updated MGXS Notebooks per comments from @paulromano 2015-12-02 09:18:19 -05:00
wbinventor@gmail.com
9ce20a372b Merge branch 'develop' into mgxs-ipython-notebooks 2015-12-01 18:30:31 -05:00
wbinventor@gmail.com
3364d070ef Sphinx documentation updated with new MGXS ipython notebook trio 2015-11-30 21:31:34 -05:00
wbinventor@gmail.com
2fb2b889be All MGXS IPython Notebooks are up-to-date and ready to go! 2015-11-30 21:05:52 -05:00
wbinventor@gmail.com
6f5cdf174f Initial implementation with trio of MGXS IPython Notebooks 2015-11-29 21:39:03 -05:00
Sam Shaner
d1bec8a814 updated tally-arithmetic.ipynb notebook based on updates to tally arithmetic 2015-11-25 14:22:28 -08:00
Will Boyd
64d152c0b6 Updated test suite with correct nu-scatter matrix results for openmc.mgxs module 2015-11-01 22:00:47 -05:00
Will Boyd
8184b3a0f2 Removed Summary.make_opencg_geometry() in place of openmc_geometry and opencg_geometry properties 2015-10-28 21:22:22 -04:00
Will Boyd
046f80c309 Updated test suite for new tally ordering in MGXS module 2015-10-28 12:24:38 -04:00
Will Boyd
b9eef474d8 Merge pull request #9 from paulromano/mgxs-doc-fixes
Fix documentation problems
2015-10-28 08:45:18 -07:00
Will Boyd
4c18f5b826 Made MGXS subclasses call compute_xs from load_from_statepint 2015-10-28 11:42:19 -04:00
Will Boyd
370c942977 Removed MGXS subclass create_tallies routines in place of tallies property getters 2015-10-28 10:36:43 -04:00
Paul Romano
0cc1e6c093 Add summary of classes available in openmc.mgxs.mgxs module 2015-10-28 09:09:28 -05:00
Paul Romano
b52fe45055 Make sure MGXS appears first in documentation 2015-10-28 08:41:05 -05:00
Paul Romano
0862adfcb7 Fix MGXS documentation problems 2015-10-28 08:25:21 -05:00
Will Boyd
31c1d39078 Updated ipython notebook for mgxs per comments from @paulromano 2015-10-28 08:22:16 -04:00
Will Boyd
c2a29a607d Python API now clears xml element trees before exporting to xml 2015-10-27 17:36:24 -04:00
Will Boyd
4847cbd38d Added a new openmc.mgxs.Library.get_subdomain_avg_library(...) routine 2015-10-15 22:07:54 -04:00
Will Boyd
26a51943e5 Added Library.correction attribute with default P0 setting 2015-10-13 01:07:25 -04:00
Will Boyd
23f64bf330 MGXS and Library classes now accept tally triggers 2015-10-13 00:59:41 -04:00
Will Boyd
ebe8ac3902 Updated IPython Notebook examples to use new Python API Region abstraction 2015-10-12 23:56:13 -04:00
Will Boyd
c984ffd8c0 Added resturctured text files for openmc.mgxs documentation 2015-10-11 11:18:52 -04:00
Will Boyd
769ff64107 Fixed bug in statepoint instance attribute for openmc.mgxs.Library 2015-10-10 18:08:47 -04:00
Will Boyd
8e536f8095 The MGXS Library.build_hdf5_store(...) can now export by nuclide and subdomain 2015-10-09 20:29:09 -04:00
Will Boyd
a508c3b420 Added docstrings to MGXS Library object 2015-10-09 16:07:42 -04:00
Will Boyd
3b9c61a6d8 No longer using deprecated NumPy elementwise comparison for MGXS.get_condensed_xs(...) routine 2015-10-09 00:47:06 -04:00
Will Boyd
32f67d3d0a Implemented new openmc.mgxs.Library class 2015-10-09 00:15:09 -04:00
Will Boyd
41a9ede627 Implemented new static factory MGXS.get_mgxs(...) method 2015-10-08 19:58:39 -04:00
Will Boyd
3445b4acee Renamed MultiGroupXS as MGXS 2015-10-08 19:26:16 -04:00
Will Boyd
a83de39efb Now using Python ternary operator to shorten StatePoint property getters 2015-10-08 16:36:00 -04:00