Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compare data output for mcnp.py #1

Open
wants to merge 288 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
288 commits
Select commit Hold shift + click to select a range
cfe18ab
Merge pull request #788 from kellyrowland/install_instruct
scopatz Dec 1, 2015
f365d2f
Merge branch 'develop' of github.com:pyne/pyne into develop
Dec 2, 2015
edab29c
Merge branch 'develop' of https://github.com/crivera96/pyne into criv…
Dec 2, 2015
eb89160
changed index.rst 2 to conform to less than 80 char lines.
Dec 2, 2015
bdb1314
made github visual interface optional; I think this addresses scopatz…
Dec 2, 2015
16e6938
Merge branch 'crivera96-develop' into develop
Dec 2, 2015
90451ce
Merge pull request #780 from scopatz/ensdf-alpha
Dec 3, 2015
170c565
Merge branch 'develop' of github.com:pyne/pyne into develop
Dec 3, 2015
55e7aaa
Merge branch 'develop' of https://github.com/pcue/pyne into pcue-develop
Dec 3, 2015
4a36760
fixed spacing and character length.
Dec 3, 2015
b893c8d
Merge pull request #790 from rachelslaybaugh/pcue-develop
scopatz Dec 3, 2015
4adf962
removed githubsetup folder.
Dec 3, 2015
55324e0
Merge pull request #789 from rachelslaybaugh/develop
scopatz Dec 3, 2015
87eceb8
fix typo re: HIPAA
kellyrowland Dec 4, 2015
0778749
Merge pull request #791 from kellyrowland/hipaa
scopatz Dec 4, 2015
4ecdfbf
fix EAF data issue
scopatz Dec 22, 2015
e670a38
made file downloading more robust
scopatz Dec 22, 2015
5392d63
endl fixes
scopatz Dec 22, 2015
2997735
more fixes
scopatz Dec 22, 2015
17945a7
User std::abs (#792)
dschwen Dec 21, 2015
6b8cf4e
Regold tests (#793)
dschwen Dec 22, 2015
f51982d
Merge pull request #793 from dschwen/stdabs_792
scopatz Dec 22, 2015
424d792
Update 01-nuclide-naming.ipynb
jinneykil Apr 26, 2015
512ff0c
Update 03-nuclear-data.ipynb
jinneykil Apr 26, 2015
e0a047a
Update 01-nuclide-naming.ipynb
jinneykil Apr 26, 2015
6b9671a
Add test to check if tutorial files are valid JSON
dschwen Dec 22, 2015
8a8717f
Merge pull request #795 from dschwen/fix_729
scopatz Dec 23, 2015
98b829a
14.04 -> 15.04
elliottbiondo Dec 30, 2015
4402a2a
14.04 -> 15.04 description
elliottbiondo Dec 30, 2015
ec48ad6
Changed fortran flags, added ensdf-processing executable copying fram…
Jan 4, 2016
e1d0d62
Added ensdf-processing fortran source, and reference files for tests
Jan 4, 2016
e76bb16
Added ensdf_processing python interface and tests
Jan 4, 2016
2b5bad5
Added bricc test file reference output
Jan 4, 2016
4265e3a
Fixed incorrect indentation in setup.py and added nsdflib95.f for ens…
Jan 5, 2016
4b223d2
Removed bricc, and un-needed alphad test file from ensdf-processing m…
Jan 5, 2016
e1edf18
removed bricc test call
Jan 5, 2016
2044114
Added GABS program to ensdf-processing pyne modlue
Jan 5, 2016
ce29ffb
Removed accidental copied line
Jan 5, 2016
9d01cbf
Final pre pr ensdf-processing cleanup
Jan 5, 2016
4b62ce7
Fortran compiler flag changes in cmake/pynemacros.cmake
Jan 5, 2016
b4f63ba
More final cleanup for ensdf_processing pre pr
Jan 5, 2016
478c058
Removed -c flag from unknown fortran compiler
Jan 5, 2016
8dd47d9
Added path check to make sure ensdf executables copied to proper pyne…
Jan 5, 2016
b9d53bf
added first version
makeclean Jan 7, 2016
d9e9f7e
added tests and return from load_data_map
makeclean Jan 8, 2016
f277586
add the atomic_data to the amalgamation
makeclean Jan 8, 2016
a029d76
Added updated version with nicer formatting
makeclean Jan 8, 2016
a220567
Added hack to get pyne install path in event of import error when set…
Jan 9, 2016
1f5ed86
Fixed hack to get ensdf_processing executables copying the first time…
Jan 10, 2016
897005b
Another attempt at hack to get pyne install directory in setup.py for…
Jan 10, 2016
ad5b187
Converted tabs to spaces
Jan 10, 2016
de8df9b
Fixed a print statement
Jan 10, 2016
3774925
Removed prefix 0 from permission code
Jan 10, 2016
aa6a8c7
updated pipe writes to be python3 compadible
Jan 10, 2016
a964c52
updated pipe writes to be python3 compadible
Jan 10, 2016
5970847
added python3 compatable string method
makeclean Jan 11, 2016
895d988
added comment to say why we set the datapath to nonsense
makeclean Jan 11, 2016
4161916
Put in check for type of nuclide vector.
Jan 14, 2016
c75548e
Added cram test.
Jan 14, 2016
dc32605
Removed unnecessary comment.
Jan 14, 2016
40c718c
Removed extraneous print statement.
Jan 14, 2016
a1117ea
Changed xrange to range
Jan 15, 2016
5e85586
added functions to automatically generate atomic_data.cpp & atomic_da…
makeclean Jan 15, 2016
511fd1c
removed the atomic_data source files such that they are generated at …
makeclean Jan 15, 2016
f2c9dd4
Fixed ufunc error.
Jan 15, 2016
7e3ec3c
fixed the issue with the src path
makeclean Jan 15, 2016
24c3e8b
added last resort option for Conda based people
makeclean Jan 15, 2016
65b05d6
updated for the default amlgamate option
makeclean Jan 15, 2016
2570bd5
updated setup.py to fix silly error
makeclean Jan 15, 2016
cfd1b8f
Changed pdecay variable to float.
Jan 15, 2016
2af3a9c
Chaned pdecay variable for cram16 test.
Jan 15, 2016
cc1e319
Changed pdecay to list.
Jan 15, 2016
aca4c67
Fixed missing file close
makeclean Jan 15, 2016
e655d18
if . not in path then add src to path fix
makeclean Jan 15, 2016
ac1a6d9
move files around for consisteny
makeclean Jan 15, 2016
b3f001f
updated documentation for the data module
makeclean Jan 15, 2016
5463170
Merge pull request #807 from mzweig/cram
Jan 15, 2016
26c306f
change binary download command to conda channel
kellyrowland Jan 18, 2016
9e4dbc9
make conda binary command instruction more general
kellyrowland Jan 18, 2016
e097c77
update binary download instructions in readme and docs too
kellyrowland Jan 18, 2016
b021fd8
fix small space typo in binary instruct in docs
kellyrowland Jan 18, 2016
e0c2d48
Merge pull request #808 from kellyrowland/conda_bin_fix
katyhuff Jan 18, 2016
1f79179
Merge pull request #797 from howland/ensdf-processing-alphad
Jan 18, 2016
e8192c2
Added ensdf_processing/delta
Jan 19, 2016
ac724ea
Added ensdf_processing/gtol tool
Jan 19, 2016
c7e78cc
Added ensdf_processing/hsicc set of tools
Jan 19, 2016
b1d0250
Fixed gtol doccumentation and added missing endline to test_ensdf_pro…
Jan 19, 2016
8e14e39
removed out of place quotes
Jan 19, 2016
cefc6c1
Addressed review comments
makeclean Jan 21, 2016
9d9fcb4
renamed code-block type to bash
makeclean Jan 21, 2016
18aaa7a
missing new lines
makeclean Jan 21, 2016
8dd0551
more formatting
makeclean Jan 21, 2016
1114e5f
Fixed typo
Jan 22, 2016
e839c8e
Added interface, tests and reference files for the following ensdf an…
Jan 22, 2016
42b1278
Added fortran source for logft, radd and ruler ensdf analysis programs
Jan 22, 2016
6c16856
Removed print statement
Jan 22, 2016
e13da91
Added missing newline to end of file
Jan 22, 2016
df796fd
Removed extra newlines
Jan 22, 2016
54f2d0e
Added byte decoding for python3 to radd output
Jan 22, 2016
f7e6434
Forced reference files to open with ascii encoding
Jan 22, 2016
41d417e
Force fortran reference files to be read in with ascii encoding
Jan 22, 2016
4a5d4c9
Reveresed codecs change
Jan 22, 2016
4cd3ca7
stray OA
makeclean Jan 22, 2016
c60fbdb
Merge pull request #806 from makeclean/add_cpp_data
elliottbiondo Jan 22, 2016
1197679
Removed radlist
Jan 26, 2016
95ca3f5
Removed force read encoding as ascii for ensdf test files
Jan 26, 2016
c239150
Removed bldhst
Jan 26, 2016
7508d2f
Removed old bldhst executable copying code
Jan 26, 2016
317ed13
Updated docstrings to be numpydocstring compliant, and changed setup.…
Jan 27, 2016
1fae753
Updated variable names to be PEP8 compliant, and used a context manag…
Jan 27, 2016
cf37845
Updated setup.py to remove excessive executable copying code, consoli…
Jan 27, 2016
77e3dc3
Updated setup.py to remove excessive executable copying code, consoli…
Jan 27, 2016
27ce72d
Fixed styling issues with documentation
Jan 28, 2016
43c620c
Fixed styling issues with documentation
Jan 28, 2016
6558e02
Cleanpup and re initializing tests
Jan 28, 2016
7cf7c5c
Merge pull request #811 from howland/ensdf-processing-logft
scopatz Jan 28, 2016
4f5be79
removed unessessary instrinsic function declarations
makeclean Jan 29, 2016
dc4ebf7
Merge pull request #812 from makeclean/fortran_intrinsics
scopatz Jan 29, 2016
b21287c
Merged other ensdf evaluation tools in
Jan 29, 2016
7d0685b
Added bricc, bldhst and radlist ensdf evaluation tools. Also expande…
Jan 29, 2016
2d5c237
Merge pull request #809 from howland/ensdf-processing-delta
Jan 29, 2016
b90bb96
wq
Feb 3, 2016
b7f854d
Updated bldhst test to be python3 compliant and added beginnings of t…
Feb 3, 2016
d0cf4f8
Updated ensdf-processing tutorial
Feb 9, 2016
bd68d8a
fix fortran compiler errors on condor
ljacobson64 Feb 11, 2016
2b1d979
Adding capabilitiy of printing photon source totals
elliottbiondo Feb 12, 2016
abd3a3d
Automatic printing of e_bounds file
elliottbiondo Feb 12, 2016
c5a0b01
Minor errors
elliottbiondo Feb 12, 2016
5cc908c
Forgot to commit file
elliottbiondo Feb 13, 2016
ac7c4ed
Merge pull request #815 from elliottbiondo/r2s_updates
makeclean Feb 13, 2016
5c9590f
Fixing ipython notebooks
elliottbiondo Feb 13, 2016
5ca81dc
Merge branch 'site_fix' of https://github.com/elliottbiondo/pyne into…
elliottbiondo Feb 13, 2016
20f14d0
Merge pull request #816 from elliottbiondo/site_fix
scopatz Feb 13, 2016
4417ab7
Updated bricc tests
Feb 14, 2016
1cc8642
Reverted temporary change
Feb 14, 2016
1846527
Removed ELE.in & 98AK.. from tutorial folder
Feb 14, 2016
3f9b2b9
Merge branch 'develop' of https://github.com/pyne/pyne into ensdf-pro…
Feb 14, 2016
4fd418b
Build script instructions
elliottbiondo Feb 14, 2016
0045b1e
Merge branch 'develop' of https://github.com/pyne/pyne into doc_update
elliottbiondo Feb 14, 2016
81e756f
Ubuntu build scripts
elliottbiondo Feb 14, 2016
1f25b96
Merge pull request #818 from elliottbiondo/doc_update
scopatz Feb 14, 2016
eaa49d7
add fortran reader to mcnp.py
qwang252 Feb 15, 2016
833254b
add some fortran specifier to mcnp.py
Feb 16, 2016
635eaa4
Merge branch 'develop' of https://github.com/pyne/pyne into ensdf-pro…
Feb 22, 2016
dfcabad
Removed unnessesary parenthases
Feb 22, 2016
7018754
fixed open call to be compliant with py2.x and 3.x
Feb 22, 2016
487289f
New, hopefully faster download stragegy
Feb 23, 2016
9a27f6d
Re triggering travis-ci tests
Feb 23, 2016
32553a6
Fixed bricc interface and updated download code
Feb 23, 2016
31e4ade
add fortranformat to pyne
qwang252 Feb 26, 2016
60df3e8
attempt at fixing travis compile errors
ljacobson64 Feb 27, 2016
7f67cf6
consistency
ljacobson64 Feb 27, 2016
a02f570
Merge pull request #820 from ljacobson64/condor_build
makeclean Feb 29, 2016
b16735b
doc cleanup
elliottbiondo Feb 29, 2016
6655c13
Merge pull request #822 from elliottbiondo/doc_fix
scopatz Mar 1, 2016
a28a676
fixes the hydrogen issue
makeclean Mar 2, 2016
4ddb759
Merge pull request #825 from makeclean/fix_hydrogen
scopatz Mar 2, 2016
85af5e3
Fixing ALARA matlib error
elliottbiondo Mar 15, 2016
12954ac
added docker ci for pyne
makeclean Mar 17, 2016
78f501a
added alternate way of getting the docker id
makeclean Mar 17, 2016
e29dbb8
Merge pull request #829 from makeclean/add_docker_ci
elliottbiondo Mar 17, 2016
377403f
Merge branch 'develop' of https://github.com/pyne/pyne into alara_fix
elliottbiondo Mar 17, 2016
7ae3323
Merge pull request #828 from elliottbiondo/alara_fix
makeclean Mar 17, 2016
6b9005f
Merge pull request #730 from bprichar/develop
makeclean Mar 17, 2016
ede2245
Merge branch 'develop' of https://github.com/pyne/pyne into ensdf-pro…
Mar 17, 2016
dd5c233
Cleaned up commits, added special case for ensdf_processing to travis…
Mar 17, 2016
ae9a0e4
Removed travis_wait statement from travis nosetest file
Mar 17, 2016
bf9e1a8
add compare_data.py to compare output results and errors
qwang252 Mar 17, 2016
5c4aa92
test1 and test2 contain results and error as columns
qwang252 Mar 17, 2016
934c436
revise compare_data.py to unit comparsion
qwang252 Mar 18, 2016
39e21f7
putting in a temporary catch for missing ace files
Mar 25, 2016
098c007
Altered ensdf_processing module so that modules requiring a download …
Mar 28, 2016
41c0626
Some small corrections to the mesh basics tutorial narrative.
Mar 29, 2016
de03fee
Merge pull request #831 from Pshriwise/mesh_basics_edits
elliottbiondo Mar 29, 2016
e07e5a9
change *.rst to *.html in style guide to fix broken links
kellyrowland Mar 29, 2016
386d868
Merge pull request #833 from kellyrowland/style_guide_fix
scopatz Mar 29, 2016
dfca1e7
Split lines over 80 characters in ensdf_processing
Mar 31, 2016
de50234
Fixed more line over 80 char instances, spelling, etc
Mar 31, 2016
b2651d8
Merge pull request #817 from howland/ensdf-processing-bricc
kellyrowland Mar 31, 2016
74144d1
fix isnan compiler errors for newer clang,gcc
rwcarlsen Apr 7, 2016
b2b0912
Merge pull request #836 from rwcarlsen/fix-isnan
scopatz Apr 7, 2016
25d2861
combine mode 2 and 3 and include sigma mode
qwang252 Apr 11, 2016
b0f7907
Merge pull request #837 from FlanFlanagan/data_source_fix
scopatz Apr 14, 2016
5f5119d
added something to deal with a missing xs in cache
Apr 20, 2016
5716968
added some key error catches
Apr 24, 2016
b224e13
Update 00-intro.ipynb
yijinhua Apr 25, 2016
50c3397
Update 00-intro.ipynb
yijinhua Apr 25, 2016
25604f1
Update 00-intro.ipynb
yijinhua Apr 25, 2016
4463835
Update 00-intro.ipynb
yijinhua Apr 25, 2016
b682e49
Update 00-intro.ipynb
yijinhua Apr 25, 2016
0cde947
Update 01-nuclide-naming.ipynb
yijinhua Apr 25, 2016
aacd236
Update 01-nuclide-naming.ipynb
yijinhua Apr 25, 2016
b70009c
Update 01-nuclide-naming.ipynb
yijinhua Apr 25, 2016
8b57300
Update 02-materials.ipynb
yijinhua Apr 25, 2016
df9569a
Update 04-reaction_names.ipynb
yijinhua Apr 25, 2016
cbcf20f
Update 09-outro.ipynb
yijinhua Apr 25, 2016
a556973
Update 09-outro.ipynb
yijinhua Apr 25, 2016
08daa75
Update 09-outro.ipynb
yijinhua Apr 25, 2016
d16f814
Update 09-outro.ipynb
yijinhua Apr 25, 2016
351dfc2
Update 09-outro.ipynb
yijinhua Apr 25, 2016
c9e4b26
added key error checking to cross section generation
Apr 26, 2016
15f8d8b
individualized the try excepts for the new keyerror catches
Apr 26, 2016
3b73a56
fixed try except blocks and added a test for the key error
Apr 28, 2016
f174558
Update 10-spatial-solver.ipynb
yijinhua Apr 29, 2016
5a2ccf0
Update 10-spatial-solver.ipynb
yijinhua Apr 29, 2016
3c1bc21
Update 09-outro.ipynb
yijinhua Apr 29, 2016
039c684
Update 11-ensdf-processing.ipynb
yijinhua Apr 29, 2016
13f0a35
Update 11-ensdf-processing.ipynb
yijinhua Apr 29, 2016
9c1bb25
Update 01-nuclide-naming.ipynb
yijinhua May 1, 2016
10cbb98
Update 01-nuclide-naming.ipynb
yijinhua May 1, 2016
c3c89b4
Update 01-nuclide-naming.ipynb
yijinhua May 1, 2016
fef0a3a
Update 02-materials.ipynb
yijinhua May 1, 2016
980a8d7
fixed the test structure
May 5, 2016
3ad4c30
Merge pull request #841 from FlanFlanagan/data_source_fix
scopatz May 9, 2016
14112db
accept elements as keys in text based materials
scopatz May 9, 2016
26ad1ad
Merge pull request #842 from yijinhua/develop
katyhuff May 12, 2016
55f260a
added test for reading in element name from text
scopatz May 12, 2016
59dd3e5
Merge pull request #845 from scopatz/iselem
FlanFlanagan May 17, 2016
d510f8b
implement MCNP reader
qwang252 May 31, 2016
6c9546f
add mcnp reader with fortran reader
qwang252 Jun 1, 2016
5a4832f
little improvement
qwang252 Jun 2, 2016
903f363
Merge branch 'develop' of https://github.com/qwang252/pyne into develop
Jun 6, 2016
4af061a
Merge branch 'develop' of https://github.com/qwang252/pyne into develop
qwang252 Jun 8, 2016
c5adae0
Merge branch 'develop' of https://github.com/ngranda/pyne into develop
qwang252 Jun 8, 2016
9a426c0
adding a mctal file
Jun 8, 2016
469601f
Merge branch 'develop' of https://github.com/ngranda/pyne into develop
qwang252 Jun 8, 2016
ce514b2
little fixes 06-08
Jun 8, 2016
63a493f
Merge branch 'develop' of https://github.com/ngranda/pyne into develop
qwang252 Jun 8, 2016
afbdeaa
merge mcnp_reader with mcnp.py
qwang252 Jun 8, 2016
fb59a16
add pointwise cross section access to OpenMC data source
scopatz Jun 8, 2016
345dfde
a test fix
scopatz Jun 8, 2016
0fa5f88
Merge pull request #850 from scopatz/ptwise
FlanFlanagan Jun 9, 2016
627015f
Merge branch 'develop' of https://github.com/pyne/pyne into develop
qwang252 Jun 9, 2016
8ff6e13
statepoint datasource
Jun 9, 2016
7c9f7bc
moved same or none
Jun 9, 2016
d94d7c5
self shielding using pointwise
Jun 9, 2016
67104c4
self shielding tests
Jun 9, 2016
9f7c761
more in line with PEP8
Jun 10, 2016
11cf32e
Merge pull request #851 from FlanFlanagan/develop
scopatz Jun 10, 2016
cf5f4a4
add tally
qwang252 Jun 15, 2016
1ad04d0
Merge branch 'develop' of https://github.com/qwang252/pyne into develop
Jun 22, 2016
bacb28b
update to the mctal class
Jun 24, 2016
6d03ea1
some changes in tally class
qwang252 Jul 8, 2016
5e65167
small changes to the tally class
Jul 11, 2016
0013dd4
add tally dictionary
qwang252 Jul 11, 2016
e4b0866
build kcode dictionary
qwang252 Jul 12, 2016
895211d
formatting changes
Jul 14, 2016
5b6d3ad
some changes in kcode
qwang252 Jul 14, 2016
47645d8
Merge branch 'develop' of https://github.com/ngranda/pyne into develop
qwang252 Jul 14, 2016
75530f9
open the file only once
qwang252 Jul 21, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated bldhst test to be python3 compliant and added beginnings of t…
…utorial for ensdf processing
josh committed Feb 3, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit b7f854d1684dd0970a402e444242c85a86386b9e
8 changes: 4 additions & 4 deletions pyne/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -93,10 +93,10 @@ cython_add_module(ace ace.pyx)
target_link_libraries(ace pyne)

# enrichment
set_source_files_properties("${PROJECT_SOURCE_DIR}/pyne/enrichment.pyx"
PROPERTIES CYTHON_IS_CXX TRUE)
cython_add_module(enrichment enrichment.pyx)
target_link_libraries(enrichment pyne)
#set_source_files_properties("${PROJECT_SOURCE_DIR}/pyne/enrichment.pyx"
# PROPERTIES CYTHON_IS_CXX TRUE)
#cython_add_module(enrichment enrichment.pyx)
#target_link_libraries(enrichment pyne)

# tally
set_source_files_properties("${PROJECT_SOURCE_DIR}/pyne/tally.pyx"
2 changes: 1 addition & 1 deletion pyne/ensdf_processing.py
Original file line number Diff line number Diff line change
@@ -503,7 +503,7 @@ def radlist(inputdict_unchecked):
"""
exe_path = path_to_exe('radlist')
radlist_url = "http://www.nndc.bnl.gov/nndcscr/ensdf_pgm/analysis/radlst/unx/radlist"
print exe_path
print(exe_path)
verify_download_exe(exe_path, radlist_url, dl_size = 8704)

inputdict = {}
8 changes: 5 additions & 3 deletions tests/test_ensdf_processing.py
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ def test_bricc_interactive():
bricc_out_tmp = tmp_path + '/tmp_bricc_out.out'
bricc_out_ref = 'ensdf_processing/bricc/ref_bricc_44.out'
bricc_outfile = open(tmp_path + '/tmp_bricc_out.out', 'w+')
bricc_outfile.write(output_dict['bricc_output'])
bricc_outfile.write(output_dict['bricc_output'].decode('utf-8'))
file_comp(bricc_out_tmp, bricc_out_ref,[])
cleanup_tmp()

@@ -226,8 +226,8 @@ def file_comp(file_out, file_ref, exceptions):
type 4: carriage return vs. non standard return type.
options: line number of return.
'''
f_out = open(file_out, 'r')
f_ref = open(file_ref, 'r')
f_out = open(file_out, 'r',encoding="latin-1")
f_ref = open(file_ref, 'r',encoding="latin-1")
diff_lines = numpy.array([])
line_num = 0
for line_out in f_out:
@@ -262,10 +262,12 @@ def file_comp(file_out, file_ref, exceptions):

# nose.runmodule()
if __name__ == "__main__":
'''
alphad = test_alphad()
gabs = test_gabs()
bricc_1 = test_bricc_interactive()
bricc_2 = test_bricc_evaluation()
'''
bldhst = test_bldhst()
delta = test_delta()
gtol = test_gtol()
64 changes: 64 additions & 0 deletions tutorial/11-ensdf-processing.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"metadata": {
"name": "",
"signature": "sha256:bc655859e63ab1efb24ae93534e8fb9e9f6da26f3a5433df04653da34727fcc6"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "heading",
"level": 1,
"metadata": {},
"source": [
"ENSDF Processing Tutorial"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"ensdf_processing is a pyne module that contains ensdf evaluation tools. It includes ALPHAD, BRICC, DELTA, GABS, GTOL, BLDHST, HSICC, HSMRG, SEQHST, LOGFT, RADLIST, RADD and RULER. FUll documentation for the internal structure of each can be found at:\n",
"\n",
"http://www.nndc.bnl.gov/nndcscr/ensdf_pgm/analysis/\n",
"\n",
"Examples of the Python interface for these evaluation tools follows."
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"import pyne\n",
"from pyne import ensdf_processing"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 2
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"input_dict = {'Name': 'Jane', 'Age': 27};"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 3
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"The spatial solver module takes in a dictionary that contains all of the input information required to run the solvers. There are many entries to allow a high degree of customization, not all of which are required. To find which entries are required, see the spatial solver documentation in the python api."
]
}
],
"metadata": {}
}
]
}