-
- [ ] MCNP6 support for arbitrary particle importance maps using PyNE particle class for names #418
- [ ] MCNP5 support for electon/photon/neutron particle importance maps using PyNE particle class f…
-
This would be a first step towards getting threaded DAG-MCNP5/6 working. I have done this with Intel compilers, but I have yet to see concrete evidence of anybody having used gfortran to compile a wor…
-
What are people's thoughts on automatically patching MCNP code?
@ljacobson64 has ways of identifying what version of MCNP6 we're working with when configuring CMake. I think we could construct a CM…
-
By default Acer card6 use new cumulative angle distributions law 61, and outgoing particle distributions, default=1. I can understand this for n-induced, but is this a wise? allowed across all channe…
-
I encountered an error while attempting to create thermalization data for ENDF/B-VIII.1 using the latest develop branch. Different nuclides are triggering distinct error messages during the process. I…
-
@crbates noted the following approach for easy comparison of binary files:
``` python
import hashlib
from functools import partial
def gethash(f):
d = hashlib.md5()
with open(f, 'r') as f:
…
-
The MCPL_out gives such an error while I run the simulation. MCSTAS 2.4.1 windows.
MCPL: Attempting to compress file D:\STFC\MCSTAS\LOKI_2018_09_19\loki_master_model_20180928_134925\Test_MCPL1.mcpl w…
-
I use SSW of MCNP6.2 to create a mono-directional (parallel to +z direction), single energy (14.87meV) neutron plane source which is uniformly distributed with x ranging from -5cm to 5cm and y rangin…
-
Hello,
Thank you for your wonderful kit, I have a problem: whenever you want to convert the geometry to MCNP code you have to enclose your whole geometry with a bounding box (measures=> Dimensions =>…
-
Currently, the unstructured meshtally capability in DagMCNP stores results on the MOAB mesh with tag names of the form TALLY_TAG_erglow-erghigh (and ERROR_TAG_erglow-erghigh), as well as totals TALLY_…