Replies: 2 comments 1 reply
-
I would not recommend using the master branch, but rather v1.1, where we are doing active development. Alternatively, consider downloading the ENDF-6 file of interest locally, and then read it with |
Beta Was this translation helpful? Give feedback.
1 reply
-
See #319 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to perturb the ENDF/B-VIII.0 Cl-35 cross sections, which do not have covariances in their ENDF6 file, but I would like to use the covariances from TENDL-2019 to create perturbations to the ENDF/B_VIII.0 cross sections. It seems this is readily achievable in the master branch of SANDY, but I was wondering if it is possible to do in the current develop branch? I am inclined to use the develop branch, as my code directly calls the
endf6.get_perturbations()
andendf6.apply_perturbations()
so that I can ensure that the heatr NJOY module is run with local photon heating turned on.If this is not possible, would it bye possible to use the master branch to process separate cross section and covariances files and use the heatr module with local photon heating?
Beta Was this translation helpful? Give feedback.
All reactions