diff --git a/openmc/data/data.py b/openmc/data/data.py
index 9759411abd..ded6870188 100644
--- a/openmc/data/data.py
+++ b/openmc/data/data.py
@@ -3,78 +3,80 @@ import os
import re
-# Isotopic abundances from M. Berglund and M. E. Wieser, "Isotopic compositions
-# of the elements 2009 (IUPAC Technical Report)", Pure. Appl. Chem. 83 (2),
-# pp. 397--410 (2011).
+# Isotopic abundances from Meija J, Coplen T B, et al, "Isotopic compositions
+# of the elements 2013 (IUPAC Technical Report)", Pure. Appl. Chem. 88 (3),
+# pp. 293-306 (2013). The "representative isotopic abundance" values from
+# column 9 are used except where an interval is given, in which case the
+# "best measurement" is used.
NATURAL_ABUNDANCE = {
- 'H1': 0.999885, 'H2': 0.000115, 'He3': 1.34e-06,
- 'He4': 0.99999866, 'Li6': 0.0759, 'Li7': 0.9241,
- 'Be9': 1.0, 'B10': 0.199, 'B11': 0.801,
- 'C12': 0.9893, 'C13': 0.0107, 'N14': 0.99636,
- 'N15': 0.00364, 'O16': 0.99757, 'O17': 0.00038,
- 'O18': 0.00205, 'F19': 1.0, 'Ne20': 0.9048,
+ 'H1': 0.99984426, 'H2': 0.00015574, 'He3': 0.000002,
+ 'He4': 0.999998, 'Li6': 0.07589, 'Li7': 0.92411,
+ 'Be9': 1.0, 'B10': 0.1982, 'B11': 0.8018,
+ 'C12': 0.988922, 'C13': 0.011078, 'N14': 0.996337,
+ 'N15': 0.003663, 'O16': 0.9976206, 'O17': 0.000379,
+ 'O18': 0.0020004, 'F19': 1.0, 'Ne20': 0.9048,
'Ne21': 0.0027, 'Ne22': 0.0925, 'Na23': 1.0,
- 'Mg24': 0.7899, 'Mg25': 0.1, 'Mg26': 0.1101,
- 'Al27': 1.0, 'Si28': 0.92223, 'Si29': 0.04685,
- 'Si30': 0.03092, 'P31': 1.0, 'S32': 0.9499,
- 'S33': 0.0075, 'S34': 0.0425, 'S36': 0.0001,
- 'Cl35': 0.7576, 'Cl37': 0.2424, 'Ar36': 0.003336,
+ 'Mg24': 0.78951, 'Mg25': 0.1002, 'Mg26': 0.11029,
+ 'Al27': 1.0, 'Si28': 0.9222968, 'Si29': 0.0468316,
+ 'Si30': 0.0308716, 'P31': 1.0, 'S32': 0.9504074,
+ 'S33': 0.0074869, 'S34': 0.0419599, 'S36': 0.0001458,
+ 'Cl35': 0.757647, 'Cl37': 0.242353, 'Ar36': 0.003336,
'Ar38': 0.000629, 'Ar40': 0.996035, 'K39': 0.932581,
'K40': 0.000117, 'K41': 0.067302, 'Ca40': 0.96941,
'Ca42': 0.00647, 'Ca43': 0.00135, 'Ca44': 0.02086,
- 'Ca46': 4e-05, 'Ca48': 0.00187, 'Sc45': 1.0,
+ 'Ca46': 0.00004, 'Ca48': 0.00187, 'Sc45': 1.0,
'Ti46': 0.0825, 'Ti47': 0.0744, 'Ti48': 0.7372,
'Ti49': 0.0541, 'Ti50': 0.0518, 'V50': 0.0025,
'V51': 0.9975, 'Cr50': 0.04345, 'Cr52': 0.83789,
'Cr53': 0.09501, 'Cr54': 0.02365, 'Mn55': 1.0,
'Fe54': 0.05845, 'Fe56': 0.91754, 'Fe57': 0.02119,
- 'Fe58': 0.00282, 'Co59': 1.0, 'Ni58': 0.68077,
- 'Ni60': 0.26223, 'Ni61': 0.011399, 'Ni62': 0.036346,
- 'Ni64': 0.009255, 'Cu63': 0.6915, 'Cu65': 0.3085,
+ 'Fe58': 0.00282, 'Co59': 1.0, 'Ni58': 0.680769,
+ 'Ni60': 0.262231, 'Ni61': 0.011399, 'Ni62': 0.036345,
+ 'Ni64': 0.009256, 'Cu63': 0.6915, 'Cu65': 0.3085,
'Zn64': 0.4917, 'Zn66': 0.2773, 'Zn67': 0.0404,
'Zn68': 0.1845, 'Zn70': 0.0061, 'Ga69': 0.60108,
- 'Ga71': 0.39892, 'Ge70': 0.2057, 'Ge72': 0.2745,
- 'Ge73': 0.0775, 'Ge74': 0.365, 'Ge76': 0.0773,
- 'As75': 1.0, 'Se74': 0.0089, 'Se76': 0.0937,
- 'Se77': 0.0763, 'Se78': 0.2377, 'Se80': 0.4961,
- 'Se82': 0.0873, 'Br79': 0.5069, 'Br81': 0.4931,
+ 'Ga71': 0.39892, 'Ge70': 0.2052, 'Ge72': 0.2745,
+ 'Ge73': 0.0776, 'Ge74': 0.3652, 'Ge76': 0.0775,
+ 'As75': 1.0, 'Se74': 0.0086, 'Se76': 0.0923,
+ 'Se77': 0.076, 'Se78': 0.2369, 'Se80': 0.498,
+ 'Se82': 0.0882, 'Br79': 0.50686, 'Br81': 0.49314,
'Kr78': 0.00355, 'Kr80': 0.02286, 'Kr82': 0.11593,
'Kr83': 0.115, 'Kr84': 0.56987, 'Kr86': 0.17279,
'Rb85': 0.7217, 'Rb87': 0.2783, 'Sr84': 0.0056,
'Sr86': 0.0986, 'Sr87': 0.07, 'Sr88': 0.8258,
'Y89': 1.0, 'Zr90': 0.5145, 'Zr91': 0.1122,
'Zr92': 0.1715, 'Zr94': 0.1738, 'Zr96': 0.028,
- 'Nb93': 1.0, 'Mo92': 0.1453, 'Mo94': 0.0915,
- 'Mo95': 0.1584, 'Mo96': 0.1667, 'Mo97': 0.096,
- 'Mo98': 0.2439, 'Mo100': 0.0982, 'Ru96': 0.0554,
+ 'Nb93': 1.0, 'Mo92': 0.14649, 'Mo94': 0.09187,
+ 'Mo95': 0.15873, 'Mo96': 0.16673, 'Mo97': 0.09582,
+ 'Mo98': 0.24292, 'Mo100': 0.09744, 'Ru96': 0.0554,
'Ru98': 0.0187, 'Ru99': 0.1276, 'Ru100': 0.126,
'Ru101': 0.1706, 'Ru102': 0.3155, 'Ru104': 0.1862,
'Rh103': 1.0, 'Pd102': 0.0102, 'Pd104': 0.1114,
'Pd105': 0.2233, 'Pd106': 0.2733, 'Pd108': 0.2646,
'Pd110': 0.1172, 'Ag107': 0.51839, 'Ag109': 0.48161,
- 'Cd106': 0.0125, 'Cd108': 0.0089, 'Cd110': 0.1249,
- 'Cd111': 0.128, 'Cd112': 0.2413, 'Cd113': 0.1222,
- 'Cd114': 0.2873, 'Cd116': 0.0749, 'In113': 0.0429,
- 'In115': 0.9571, 'Sn112': 0.0097, 'Sn114': 0.0066,
+ 'Cd106': 0.01245, 'Cd108': 0.00888, 'Cd110': 0.1247,
+ 'Cd111': 0.12795, 'Cd112': 0.24109, 'Cd113': 0.12227,
+ 'Cd114': 0.28754, 'Cd116': 0.07512, 'In113': 0.04281,
+ 'In115': 0.95719, 'Sn112': 0.0097, 'Sn114': 0.0066,
'Sn115': 0.0034, 'Sn116': 0.1454, 'Sn117': 0.0768,
'Sn118': 0.2422, 'Sn119': 0.0859, 'Sn120': 0.3258,
'Sn122': 0.0463, 'Sn124': 0.0579, 'Sb121': 0.5721,
'Sb123': 0.4279, 'Te120': 0.0009, 'Te122': 0.0255,
'Te123': 0.0089, 'Te124': 0.0474, 'Te125': 0.0707,
'Te126': 0.1884, 'Te128': 0.3174, 'Te130': 0.3408,
- 'I127': 1.0, 'Xe124': 0.000952, 'Xe126': 0.00089,
- 'Xe128': 0.019102, 'Xe129': 0.264006, 'Xe130': 0.04071,
- 'Xe131': 0.212324, 'Xe132': 0.269086, 'Xe134': 0.104357,
- 'Xe136': 0.088573, 'Cs133': 1.0, 'Ba130': 0.00106,
- 'Ba132': 0.00101, 'Ba134': 0.02417, 'Ba135': 0.06592,
- 'Ba136': 0.07854, 'Ba137': 0.11232, 'Ba138': 0.71698,
- 'La138': 0.0008881, 'La139': 0.9991119, 'Ce136': 0.00185,
- 'Ce138': 0.00251, 'Ce140': 0.8845, 'Ce142': 0.11114,
- 'Pr141': 1.0, 'Nd142': 0.27152, 'Nd143': 0.12174,
+ 'I127': 1.0, 'Xe124': 0.00095, 'Xe126': 0.00089,
+ 'Xe128': 0.0191, 'Xe129': 0.26401, 'Xe130': 0.04071,
+ 'Xe131': 0.21232, 'Xe132': 0.26909, 'Xe134': 0.10436,
+ 'Xe136': 0.08857, 'Cs133': 1.0, 'Ba130': 0.0011,
+ 'Ba132': 0.001, 'Ba134': 0.0242, 'Ba135': 0.0659,
+ 'Ba136': 0.0785, 'Ba137': 0.1123, 'Ba138': 0.717,
+ 'La138': 0.0008881, 'La139': 0.9991119, 'Ce136': 0.00186,
+ 'Ce138': 0.00251, 'Ce140': 0.88449, 'Ce142': 0.11114,
+ 'Pr141': 1.0, 'Nd142': 0.27153, 'Nd143': 0.12173,
'Nd144': 0.23798, 'Nd145': 0.08293, 'Nd146': 0.17189,
- 'Nd148': 0.05756, 'Nd150': 0.05638, 'Sm144': 0.0307,
- 'Sm147': 0.1499, 'Sm148': 0.1124, 'Sm149': 0.1382,
- 'Sm150': 0.0738, 'Sm152': 0.2675, 'Sm154': 0.2275,
+ 'Nd148': 0.05756, 'Nd150': 0.05638, 'Sm144': 0.0308,
+ 'Sm147': 0.15, 'Sm148': 0.1125, 'Sm149': 0.1382,
+ 'Sm150': 0.0737, 'Sm152': 0.2674, 'Sm154': 0.2274,
'Eu151': 0.4781, 'Eu153': 0.5219, 'Gd152': 0.002,
'Gd154': 0.0218, 'Gd155': 0.148, 'Gd156': 0.2047,
'Gd157': 0.1565, 'Gd158': 0.2484, 'Gd160': 0.2186,
@@ -84,8 +86,8 @@ NATURAL_ABUNDANCE = {
'Er162': 0.00139, 'Er164': 0.01601, 'Er166': 0.33503,
'Er167': 0.22869, 'Er168': 0.26978, 'Er170': 0.1491,
'Tm169': 1.0, 'Yb168': 0.00123, 'Yb170': 0.02982,
- 'Yb171': 0.1409, 'Yb172': 0.2168, 'Yb173': 0.16103,
- 'Yb174': 0.32026, 'Yb176': 0.12996, 'Lu175': 0.97401,
+ 'Yb171': 0.14086, 'Yb172': 0.21686, 'Yb173': 0.16103,
+ 'Yb174': 0.32025, 'Yb176': 0.12995, 'Lu175': 0.97401,
'Lu176': 0.02599, 'Hf174': 0.0016, 'Hf176': 0.0526,
'Hf177': 0.186, 'Hf178': 0.2728, 'Hf179': 0.1362,
'Hf180': 0.3508, 'Ta180': 0.0001201, 'Ta181': 0.9998799,
@@ -95,14 +97,15 @@ NATURAL_ABUNDANCE = {
'Os187': 0.0196, 'Os188': 0.1324, 'Os189': 0.1615,
'Os190': 0.2626, 'Os192': 0.4078, 'Ir191': 0.373,
'Ir193': 0.627, 'Pt190': 0.00012, 'Pt192': 0.00782,
- 'Pt194': 0.3286, 'Pt195': 0.3378, 'Pt196': 0.2521,
+ 'Pt194': 0.32864, 'Pt195': 0.33775, 'Pt196': 0.25211,
'Pt198': 0.07356, 'Au197': 1.0, 'Hg196': 0.0015,
- 'Hg198': 0.0997, 'Hg199': 0.1687, 'Hg200': 0.231,
- 'Hg201': 0.1318, 'Hg202': 0.2986, 'Hg204': 0.0687,
- 'Tl203': 0.2952, 'Tl205': 0.7048, 'Pb204': 0.014,
+ 'Hg198': 0.1004, 'Hg199': 0.1694, 'Hg200': 0.2314,
+ 'Hg201': 0.1317, 'Hg202': 0.2974, 'Hg204': 0.0682,
+ 'Tl203': 0.29524, 'Tl205': 0.70476, 'Pb204': 0.014,
'Pb206': 0.241, 'Pb207': 0.221, 'Pb208': 0.524,
- 'Bi209': 1.0, 'Th232': 1.0, 'Pa231': 1.0,
- 'U234': 5.4e-05, 'U235': 0.007204, 'U238': 0.992742
+ 'Bi209': 1.0, 'Th230': 0.0002, 'Th232': 0.9998,
+ 'Pa231': 1.0, 'U234': 0.000054, 'U235': 0.007204,
+ 'U238': 0.992742
}
ATOMIC_SYMBOL = {0: 'n', 1: 'H', 2: 'He', 3: 'Li', 4: 'Be', 5: 'B', 6: 'C',
@@ -205,16 +208,17 @@ def atomic_weight(element):
return None if weight == 0. else weight
-# The value of the Boltzman constant in units of eV / K
# Values here are from the Committee on Data for Science and Technology
-# (CODATA) 2010 recommendation (doi:10.1103/RevModPhys.84.1527).
-K_BOLTZMANN = 8.6173324e-5
+# (CODATA) 2014 recommendation (doi:10.1103/RevModPhys.88.035009).
+
+# The value of the Boltzman constant in units of eV / K
+K_BOLTZMANN = 8.6173303e-5
# Used for converting units in ACE data
EV_PER_MEV = 1.0e6
-# Avogadro's constant from CODATA 2010
-AVOGADRO = 6.02214129E23
+# Avogadro's constant
+AVOGADRO = 6.022140857e23
-# Neutron mass from CODATA 2010 in units of amu
-NEUTRON_MASS = 1.008664916
+# Neutron mass in units of amu
+NEUTRON_MASS = 1.00866491588
diff --git a/openmc/data/resonance.py b/openmc/data/resonance.py
index 77d522a044..8feda92df4 100644
--- a/openmc/data/resonance.py
+++ b/openmc/data/resonance.py
@@ -5,6 +5,7 @@ import numpy as np
from numpy.polynomial import Polynomial
import pandas as pd
+from .data import NEUTRON_MASS
from .endf import get_head_record, get_cont_record, get_tab1_record, get_list_record
try:
from .reconstruct import wave_number, penetration_shift, reconstruct_mlbw, \
@@ -196,7 +197,7 @@ class ResonanceRange(object):
ap = Polynomial((items[1],))
# Calculate channel radius from ENDF-102 equation D.14
- a = Polynomial((0.123 * (1.008665*ev.target['mass'])**(1./3.) + 0.08,))
+ a = Polynomial((0.123 * (NEUTRON_MASS*ev.target['mass'])**(1./3.) + 0.08,))
return cls(target_spin, energy_min, energy_max, {0: a}, {0: ap})
@@ -346,7 +347,7 @@ class MultiLevelBreitWigner(ResonanceRange):
competitive = items[3]
# Calculate channel radius from ENDF-102 equation D.14
- a = Polynomial((0.123 * (1.008665*awri)**(1./3.) + 0.08,))
+ a = Polynomial((0.123 * (NEUTRON_MASS*awri)**(1./3.) + 0.08,))
# Construct scattering and channel radius
if nro == 0:
@@ -606,7 +607,7 @@ class ReichMoore(ResonanceRange):
awri = items[0]
# Calculate channel radius from ENDF-102 equation D.14
- a = Polynomial((0.123 * (1.008665*awri)**(1./3.) + 0.08,))
+ a = Polynomial((0.123 * (NEUTRON_MASS*awri)**(1./3.) + 0.08,))
# Construct scattering and channel radius
if nro == 0:
diff --git a/openmc/lattice.py b/openmc/lattice.py
index 95c16841ff..d6f701e529 100644
--- a/openmc/lattice.py
+++ b/openmc/lattice.py
@@ -5,7 +5,6 @@ from collections import OrderedDict, Iterable
from math import sqrt, floor
from numbers import Real, Integral
from xml.etree import ElementTree as ET
-import sys
from six import add_metaclass, string_types
import numpy as np
diff --git a/openmc/material.py b/openmc/material.py
index 73329a5320..f276f0f1ab 100644
--- a/openmc/material.py
+++ b/openmc/material.py
@@ -663,7 +663,7 @@ class Material(object):
if not percent_in_atom:
for n, nuc in enumerate(nucs):
nuc_densities[n] *= self.average_molar_mass / \
- openmc.data.atomic_mass(nuc)
+ openmc.data.atomic_mass(nuc.name)
# Now that we have the atomic amounts, lets finish calculating densities
sum_percent = np.sum(nuc_densities)
diff --git a/openmc/mesh.py b/openmc/mesh.py
index 1977af4bb5..960ce4a1bf 100644
--- a/openmc/mesh.py
+++ b/openmc/mesh.py
@@ -8,6 +8,7 @@ import numpy as np
import openmc.checkvalue as cv
import openmc
+from openmc.mixin import EqualityMixin
# "Static" variable for auto-generated and Mesh IDs
@@ -20,7 +21,7 @@ def reset_auto_mesh_id():
AUTO_MESH_ID = 10000
-class Mesh(object):
+class Mesh(EqualityMixin):
"""A structured Cartesian mesh in one, two, or three dimensions
Parameters
@@ -61,27 +62,6 @@ class Mesh(object):
self._upper_right = None
self._width = None
- def __eq__(self, mesh2):
- # Check type
- if self._type != mesh2.type:
- return False
-
- # Check dimension
- elif self._dimension != mesh2.dimension:
- return False
-
- # Check width
- elif self._width != mesh2.width:
- return False
-
- # Check lower left / upper right
- elif self._lower_left != mesh2.lower_left and \
- self._upper_right != mesh2.upper_right:
- return False
-
- else:
- return True
-
@property
def id(self):
return self._id
diff --git a/openmc/surface.py b/openmc/surface.py
index da8524a4eb..04c7f95981 100644
--- a/openmc/surface.py
+++ b/openmc/surface.py
@@ -1,7 +1,7 @@
from abc import ABCMeta
+from collections import Iterable
from numbers import Real, Integral
from xml.etree import ElementTree as ET
-import sys
from math import sqrt
from six import add_metaclass, string_types
@@ -1796,7 +1796,60 @@ class Halfspace(Region):
else str(self.surface.id)
-def make_hexagon_region(edge_length=1., orientation='y'):
+def get_rectangular_prism(width, height, axis='z', origin=(0., 0.)):
+ """Get an infinite rectangular prism from four planar surfaces.
+
+ Parameters
+ ----------
+ width: float
+ Prism width in units of cm. The width is aligned with the y, x,
+ or x axes for prisms parallel to the x, y, or z axis, respectively.
+ height: float
+ Prism height in units of cm. The height is aligned with the z, z,
+ or y axes for prisms parallel to the x, y, or z axis, respectively.
+ axis : {'x', 'y', 'z'}
+ Axis with which the infinite length of the prism should be aligned.
+ Defaults to 'z'.
+ origin: Iterable of two floats
+ Origin of the prism. The two floats correspond to (y,z), (x,z) or
+ (x,y) for prisms parallel to the x, y or z axis, respectively.
+ Defaults to (0., 0.).
+
+ Returns
+ -------
+ openmc.Region
+ The inside of a rectangular prism
+
+ """
+
+ check_type('width', width, Real)
+ check_type('height', height, Real)
+ check_value('axis', axis, ['x','y','z'])
+ check_type('origin', origin, Iterable, Real)
+
+ if axis == 'x':
+ min_y = YPlane(name='minimum y', y0=-width/2.+origin[0])
+ max_y = YPlane(name='maximum y', y0=+width/2.+origin[0])
+ min_z = ZPlane(name='minimum z', z0=-height/2.+origin[1])
+ max_z = ZPlane(name='maximum z', z0=+height/2.+origin[1])
+ prism = +min_y & -max_y & +min_z & -max_z
+ elif axis == 'y':
+ min_x = XPlane(name='minimum x', x0=-width/2.+origin[0])
+ max_x = XPlane(name='maximum x', x0=+width/2.+origin[0])
+ min_z = ZPlane(name='minimum z', z0=-height/2.+origin[1])
+ max_z = ZPlane(name='maximum z', z0=+height/2.+origin[1])
+ prism = +min_x & -max_x & +min_z & -max_z
+ else:
+ min_x = XPlane(name='minimum x', x0=-width/2.+origin[0])
+ max_x = XPlane(name='maximum x', x0=+width/2.+origin[0])
+ min_y = YPlane(name='minimum y', y0=-height/2.+origin[1])
+ max_y = YPlane(name='maximum y', y0=+height/2.+origin[1])
+ prism = +min_x & -max_x & +min_y & -max_y
+
+ return prism
+
+
+def get_hexagonal_prism(edge_length=1., orientation='y'):
"""Create a hexagon region from six surface planes.
Parameters
diff --git a/src/constants.F90 b/src/constants.F90
index 2c27ce3ee1..8ed657339c 100644
--- a/src/constants.F90
+++ b/src/constants.F90
@@ -65,18 +65,18 @@ module constants
! PHYSICAL CONSTANTS
! Values here are from the Committee on Data for Science and Technology
- ! (CODATA) 2010 recommendation (doi:10.1103/RevModPhys.84.1527).
+ ! (CODATA) 2014 recommendation (doi:10.1103/RevModPhys.88.035009).
real(8), parameter :: &
PI = 3.1415926535898_8, & ! pi
SQRT_PI = 1.7724538509055_8, & ! square root of pi
- MASS_NEUTRON = 1.008664916_8, & ! mass of a neutron in amu
- MASS_NEUTRON_EV = 939.565379e6_8, & ! mass of a neutron in eV/c^2
- MASS_PROTON = 1.007276466812_8, & ! mass of a proton in amu
- AMU = 1.660538921e-27_8, & ! 1 amu in kg
+ MASS_NEUTRON = 1.00866491588_8, & ! mass of a neutron in amu
+ MASS_NEUTRON_EV = 939.5654133e6_8, & ! mass of a neutron in eV/c^2
+ MASS_PROTON = 1.007276466879_8, & ! mass of a proton in amu
+ AMU = 1.660539040e-27_8, & ! 1 amu in kg
C_LIGHT = 2.99792458e8_8, & ! speed of light in m/s
- N_AVOGADRO = 0.602214129_8, & ! Avogadro's number in 10^24/mol
- K_BOLTZMANN = 8.6173324e-5_8, & ! Boltzmann constant in eV/K
+ N_AVOGADRO = 0.6022140857_8, & ! Avogadro's number in 10^24/mol
+ K_BOLTZMANN = 8.6173303e-5_8, & ! Boltzmann constant in eV/K
INFINITY = huge(0.0_8), & ! positive infinity
ZERO = 0.0_8, &
HALF = 0.5_8, &
diff --git a/tests/test_asymmetric_lattice/results_true.dat b/tests/test_asymmetric_lattice/results_true.dat
index 34c8faa64d..a7f7849248 100644
--- a/tests/test_asymmetric_lattice/results_true.dat
+++ b/tests/test_asymmetric_lattice/results_true.dat
@@ -1 +1 @@
-b70886031e22db9e3f0332eac703a7356504750c1e90d7083ffd16b8884d00661d0e20c6d8bead3c93369b2e7c105ca3280c7858ca6a147fa6669a5d3d530461
\ No newline at end of file
+3a43588f986f577151b488f64d8e7ef8e568bf9b3df923d2b8267d662d176360c99c4f3788d95676861fdb0f2ef8eb7569db37b8c6f0a849de05ae96a5844e5b
\ No newline at end of file
diff --git a/tests/test_cmfd_feed/results_true.dat b/tests/test_cmfd_feed/results_true.dat
index b7f6189aec..d5eed3d3c5 100644
--- a/tests/test_cmfd_feed/results_true.dat
+++ b/tests/test_cmfd_feed/results_true.dat
@@ -1,24 +1,24 @@
k-combined:
-1.169891E+00 6.289481E-03
+1.169891E+00 6.289489E-03
tally 1:
-1.173921E+01
-1.385460E+01
+1.173922E+01
+1.385461E+01
2.164076E+01
-4.699369E+01
+4.699368E+01
2.906462E+01
-8.464935E+01
+8.464937E+01
3.382312E+01
1.147095E+02
3.632006E+01
1.323878E+02
-3.655412E+01
+3.655413E+01
1.341064E+02
-3.347756E+01
+3.347757E+01
1.124264E+02
-2.931337E+01
-8.607243E+01
+2.931336E+01
+8.607239E+01
2.182947E+01
-4.789563E+01
+4.789565E+01
1.147668E+01
1.325716E+01
tally 2:
@@ -29,24 +29,24 @@ tally 2:
2.252427E+00
2.605738E-01
4.268506E+01
-9.161215E+01
+9.161216E+01
3.022909E+01
4.598915E+01
3.873926E+00
7.615035E-01
5.680399E+01
-1.623878E+02
+1.623879E+02
4.033805E+01
8.196263E+01
5.280610E+00
1.414008E+00
-6.814741E+01
+6.814742E+01
2.331778E+02
4.851618E+01
1.182330E+02
6.261805E+00
1.983205E+00
-7.392922E+01
+7.392923E+01
2.740255E+02
5.253586E+01
1.384152E+02
@@ -70,18 +70,18 @@ tally 2:
8.719622E+01
5.253064E+00
1.396224E+00
-4.372001E+01
-9.593570E+01
-3.106511E+01
-4.844647E+01
-3.817991E+00
-7.509063E-01
-2.338260E+01
-2.752103E+01
-1.636606E+01
-1.347591E+01
-2.220013E+00
-2.515671E-01
+4.371848E+01
+9.592893E+01
+3.106403E+01
+4.844308E+01
+3.818076E+00
+7.509442E-01
+2.338413E+01
+2.752467E+01
+1.636713E+01
+1.347770E+01
+2.219928E+00
+2.515492E-01
tally 3:
1.538752E+01
1.196478E+01
@@ -90,39 +90,39 @@ tally 3:
2.911906E+01
4.269070E+01
1.822657E+00
-1.671851E-01
+1.671850E-01
3.885421E+01
7.608218E+01
-2.541517E+00
-3.262452E-01
+2.541516E+00
+3.262451E-01
4.673300E+01
1.097036E+02
-2.885308E+00
+2.885307E+00
4.214444E-01
5.059247E+01
1.283984E+02
-3.222797E+00
+3.222796E+00
5.237329E-01
5.034856E+01
1.272538E+02
3.230225E+00
-5.273425E-01
+5.273424E-01
4.688476E+01
1.103152E+02
2.941287E+00
-4.363750E-01
+4.363749E-01
4.013746E+01
8.077506E+01
2.634234E+00
-3.520271E-01
-2.996995E+01
-4.510282E+01
+3.520270E-01
+2.996887E+01
+4.509953E+01
1.946504E+00
1.919104E-01
-1.575153E+01
-1.248536E+01
+1.575260E+01
+1.248707E+01
1.020705E+00
-5.413570E-02
+5.413569E-02
tally 4:
3.049469E+00
4.677325E-01
@@ -177,7 +177,7 @@ tally 4:
5.032131E+00
1.275040E+00
7.036008E+00
-2.490719E+00
+2.490718E+00
8.668860E+00
3.776102E+00
0.000000E+00
@@ -199,7 +199,7 @@ tally 4:
8.668860E+00
3.776102E+00
7.036008E+00
-2.490719E+00
+2.490718E+00
8.352414E+00
3.501945E+00
9.345868E+00
@@ -227,7 +227,7 @@ tally 4:
9.093766E+00
4.158282E+00
9.223771E+00
-4.270119E+00
+4.270120E+00
0.000000E+00
0.000000E+00
0.000000E+00
@@ -245,7 +245,7 @@ tally 4:
0.000000E+00
0.000000E+00
9.223771E+00
-4.270119E+00
+4.270120E+00
9.093766E+00
4.158282E+00
9.219150E+00
@@ -320,10 +320,10 @@ tally 4:
1.426975E+00
7.513640E+00
2.833028E+00
-5.661144E+00
-1.607138E+00
-2.847310E+00
-4.090440E-01
+5.662215E+00
+1.607757E+00
+2.848381E+00
+4.093396E-01
0.000000E+00
0.000000E+00
0.000000E+00
@@ -340,10 +340,10 @@ tally 4:
0.000000E+00
0.000000E+00
0.000000E+00
-2.847310E+00
-4.090440E-01
-5.661144E+00
-1.607138E+00
+2.848381E+00
+4.093396E-01
+5.662215E+00
+1.607757E+00
3.025812E+00
4.597241E-01
0.000000E+00
@@ -1198,7 +1198,7 @@ k cmfd
1.157523E+00
1.158873E+00
1.162877E+00
-1.167102E+00
+1.167101E+00
1.168130E+00
1.170570E+00
1.168115E+00
@@ -1232,22 +1232,22 @@ cmfd balance
0.000000E+00
0.000000E+00
0.000000E+00
-4.009063E-03
+4.009062E-03
4.431773E-03
-3.152698E-03
-3.510424E-03
-2.052087E-03
-2.068633E-03
-1.502416E-03
-1.589822E-03
-1.566016E-03
-1.219159E-03
+3.152666E-03
+3.510383E-03
+2.052089E-03
+2.068651E-03
+1.502427E-03
+1.589825E-03
+1.566020E-03
+1.219160E-03
1.017888E-03
-9.771569E-04
-1.010126E-03
-1.073397E-03
-1.172784E-03
-9.827488E-04
+9.771622E-04
+1.010120E-03
+1.073382E-03
+1.172758E-03
+9.827332E-04
cmfd dominance ratio
0.000E+00
0.000E+00
@@ -1274,22 +1274,22 @@ cmfd openmc source comparison
0.000000E+00
0.000000E+00
0.000000E+00
-6.959835E-03
+6.959834E-03
5.655657E-03
-3.886178E-03
-4.035110E-03
+3.886185E-03
+4.035116E-03
3.043277E-03
-5.455479E-03
-4.515313E-03
-2.439842E-03
-2.114036E-03
-2.673135E-03
-2.431753E-03
-4.330931E-03
-3.404650E-03
-3.680302E-03
-3.309625E-03
-3.705544E-03
+5.455475E-03
+4.515311E-03
+2.439840E-03
+2.114032E-03
+2.673132E-03
+2.431749E-03
+4.330928E-03
+3.404647E-03
+3.680298E-03
+3.309620E-03
+3.705541E-03
cmfd source
4.697085E-02
7.920706E-02
diff --git a/tests/test_cmfd_nofeed/results_true.dat b/tests/test_cmfd_nofeed/results_true.dat
index 3574e71433..a3fbfb9549 100644
--- a/tests/test_cmfd_nofeed/results_true.dat
+++ b/tests/test_cmfd_nofeed/results_true.dat
@@ -1,26 +1,26 @@
k-combined:
-1.167381E+00 9.433736E-03
+1.167381E+00 9.433835E-03
tally 1:
-1.196136E+01
-1.442468E+01
-2.133857E+01
-4.600706E+01
+1.196137E+01
+1.442469E+01
+2.133858E+01
+4.600709E+01
2.874353E+01
-8.287538E+01
+8.287541E+01
3.400779E+01
1.158949E+02
-3.736443E+01
+3.736442E+01
1.398466E+02
3.705095E+01
1.376767E+02
3.486173E+01
1.220362E+02
2.910935E+01
-8.507181E+01
+8.507178E+01
2.034762E+01
4.156717E+01
-1.074970E+01
-1.160733E+01
+1.074969E+01
+1.160731E+01
tally 2:
2.321994E+01
2.726751E+01
@@ -29,19 +29,19 @@ tally 2:
2.239367E+00
2.607315E-01
4.184801E+01
-8.813953E+01
+8.813954E+01
2.955600E+01
4.401685E+01
3.937924E+00
7.877545E-01
-5.620223E+01
+5.620224E+01
1.589242E+02
3.981400E+01
7.983679E+01
5.183337E+00
1.367303E+00
6.834724E+01
-2.342244E+02
+2.342245E+02
4.869600E+01
1.189597E+02
6.288549E+00
@@ -58,26 +58,26 @@ tally 2:
1.393729E+02
6.846095E+00
2.360683E+00
-6.907775E+01
-2.396751E+02
+6.907776E+01
+2.396752E+02
4.918500E+01
1.215909E+02
6.400076E+00
2.073871E+00
-5.783260E+01
+5.783261E+01
1.680814E+02
4.107800E+01
8.480751E+01
5.269220E+00
1.404986E+00
4.120212E+01
-8.516646E+01
+8.516647E+01
2.930300E+01
4.310295E+01
3.730803E+00
7.015777E-01
2.228419E+01
-2.504033E+01
+2.504034E+01
1.554100E+01
1.217931E+01
2.126451E+00
@@ -86,43 +86,43 @@ tally 3:
1.561100E+01
1.233967E+01
1.095984E+00
-6.181387E-02
+6.181385E-02
2.847800E+01
4.088161E+01
-1.815210E+00
+1.815209E+00
1.669969E-01
3.834200E+01
7.408022E+01
-2.446117E+00
-3.017834E-01
+2.446116E+00
+3.017833E-01
4.687600E+01
1.102381E+02
2.954924E+00
-4.412809E-01
+4.412808E-01
5.155100E+01
1.331461E+02
-3.204714E+00
-5.178544E-01
+3.204713E+00
+5.178543E-01
5.067700E+01
1.289238E+02
-3.246710E+00
-5.326374E-01
+3.246709E+00
+5.326372E-01
4.738600E+01
1.128834E+02
3.035962E+00
-4.640211E-01
+4.640209E-01
3.953600E+01
7.858196E+01
2.507574E+00
-3.186456E-01
+3.186455E-01
2.819300E+01
3.991455E+01
1.846612E+00
1.725570E-01
1.497500E+01
1.131312E+01
-9.213728E-01
-4.422001E-02
+9.213727E-01
+4.422000E-02
tally 4:
3.090000E+00
4.810640E-01
@@ -1197,11 +1197,11 @@ k cmfd
1.159698E+00
1.151967E+00
1.146706E+00
-1.147137E+00
+1.147136E+00
1.152154E+00
1.156980E+00
1.156370E+00
-1.155975E+00
+1.155974E+00
1.155295E+00
1.154881E+00
1.153714E+00
@@ -1232,22 +1232,22 @@ cmfd balance
0.000000E+00
0.000000E+00
0.000000E+00
-4.009063E-03
+4.009062E-03
4.869662E-03
2.997290E-03
2.711191E-03
1.688329E-03
1.855396E-03
-1.403977E-03
-1.398430E-03
-1.818402E-03
-1.761252E-03
-1.646650E-03
-1.480120E-03
-1.399560E-03
+1.403979E-03
+1.398429E-03
+1.818398E-03
+1.761250E-03
+1.646649E-03
+1.480119E-03
+1.399559E-03
1.400162E-03
-1.178362E-03
-1.292279E-03
+1.178363E-03
+1.292280E-03
cmfd dominance ratio
0.000E+00
0.000E+00
@@ -1258,7 +1258,7 @@ cmfd dominance ratio
5.412E-01
5.428E-01
5.460E-01
- 4.531E-01
+ 4.530E-01
5.528E-01
5.531E-01
5.493E-01
@@ -1274,19 +1274,19 @@ cmfd openmc source comparison
0.000000E+00
0.000000E+00
0.000000E+00
-6.959835E-03
-5.494668E-03
+6.959834E-03
+5.494667E-03
4.076255E-03
-4.451120E-03
-3.035589E-03
-3.391773E-03
-1.907995E-03
+4.451119E-03
+3.035588E-03
+3.391772E-03
+1.907994E-03
2.482495E-03
-2.994917E-03
-3.104683E-03
+2.994916E-03
+3.104682E-03
2.309343E-03
2.151358E-03
-2.348850E-03
+2.348849E-03
1.976731E-03
2.080638E-03
2.301327E-03
diff --git a/tests/test_complex_cell/results_true.dat b/tests/test_complex_cell/results_true.dat
index a5aa837e02..be81989f5e 100644
--- a/tests/test_complex_cell/results_true.dat
+++ b/tests/test_complex_cell/results_true.dat
@@ -1,11 +1,11 @@
k-combined:
-2.511523E-01 2.296777E-03
+2.511523E-01 2.296778E-03
tally 1:
2.578905E+00
1.331155E+00
2.688693E+00
-1.447930E+00
-9.863774E-01
-1.948549E-01
+1.447929E+00
+9.863773E-01
+1.948548E-01
1.123802E-01
-2.527538E-03
+2.527537E-03
diff --git a/tests/test_density/results_true.dat b/tests/test_density/results_true.dat
index 65135bbc95..b8eda3af8c 100644
--- a/tests/test_density/results_true.dat
+++ b/tests/test_density/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-1.102244E+00 1.114944E-02
+1.102244E+00 1.114945E-02
diff --git a/tests/test_diff_tally/results_true.dat b/tests/test_diff_tally/results_true.dat
index 7c4f7f7764..4879e8a2f6 100644
--- a/tests/test_diff_tally/results_true.dat
+++ b/tests/test_diff_tally/results_true.dat
@@ -1,67 +1,67 @@
d_material,d_nuclide,d_variable,score,mean,std. dev.
1,,density,nu-fission,0.0000000e+00,0.0000000e+00
-1,,density,scatter,3.9902949e-02,9.1258428e-03
+1,,density,scatter,3.9903014e-02,9.1258569e-03
1,,density,nu-fission,0.0000000e+00,0.0000000e+00
-1,,density,scatter,9.8213745e-04,9.8213745e-04
-1,,density,nu-fission,2.7945389e-02,2.0999368e-02
-1,,density,scatter,4.0626155e-01,1.7017674e-02
-1,,density,nu-fission,2.4595279e-02,2.1224443e-02
-1,,density,scatter,2.6505962e-03,2.3698970e-03
+1,,density,scatter,9.8213753e-04,9.8213753e-04
+1,,density,nu-fission,2.7945436e-02,2.0999385e-02
+1,,density,scatter,4.0626164e-01,1.7017647e-02
+1,,density,nu-fission,2.4595326e-02,2.1224461e-02
+1,,density,scatter,2.6505966e-03,2.3698970e-03
1,,density,nu-fission,0.0000000e+00,0.0000000e+00
-1,,density,scatter,-1.2721728e-01,1.8810986e-01
+1,,density,scatter,-1.2721691e-01,1.8810988e-01
1,,density,nu-fission,0.0000000e+00,0.0000000e+00
1,,density,scatter,0.0000000e+00,0.0000000e+00
1,,density,nu-fission,0.0000000e+00,0.0000000e+00
-1,,density,scatter,4.1950592e-02,7.3680059e-02
+1,,density,scatter,4.1950837e-02,7.3679973e-02
1,,density,nu-fission,0.0000000e+00,0.0000000e+00
1,,density,scatter,0.0000000e+00,0.0000000e+00
1,O16,nuclide_density,nu-fission,0.0000000e+00,0.0000000e+00
-1,O16,nuclide_density,scatter,-1.9798576e-02,1.9798576e-02
-1,O16,nuclide_density,nu-fission,9.3632921e-01,2.0322286e+00
-1,O16,nuclide_density,scatter,-2.2042881e-01,1.6781767e-01
+1,O16,nuclide_density,scatter,-1.9798569e-02,1.9798569e-02
+1,O16,nuclide_density,nu-fission,9.3633316e-01,2.0322303e+00
+1,O16,nuclide_density,scatter,-2.2042880e-01,1.6781769e-01
1,O16,nuclide_density,nu-fission,0.0000000e+00,0.0000000e+00
1,O16,nuclide_density,scatter,0.0000000e+00,0.0000000e+00
1,O16,nuclide_density,nu-fission,0.0000000e+00,0.0000000e+00
1,O16,nuclide_density,scatter,0.0000000e+00,0.0000000e+00
1,U235,nuclide_density,nu-fission,0.0000000e+00,0.0000000e+00
-1,U235,nuclide_density,scatter,2.3761276e+00,2.3761276e+00
-1,U235,nuclide_density,nu-fission,7.7441690e+02,8.6460933e+01
-1,U235,nuclide_density,scatter,9.6917103e+01,1.0750582e+01
+1,U235,nuclide_density,scatter,2.3761278e+00,2.3761278e+00
+1,U235,nuclide_density,nu-fission,7.7441706e+02,8.6460966e+01
+1,U235,nuclide_density,scatter,9.6917110e+01,1.0750583e+01
1,U235,nuclide_density,nu-fission,0.0000000e+00,0.0000000e+00
1,U235,nuclide_density,scatter,0.0000000e+00,0.0000000e+00
1,U235,nuclide_density,nu-fission,0.0000000e+00,0.0000000e+00
1,U235,nuclide_density,scatter,0.0000000e+00,0.0000000e+00
1,,temperature,nu-fission,0.0000000e+00,0.0000000e+00
-1,,temperature,scatter,-2.0607998e-06,2.0607998e-06
-1,,temperature,nu-fission,3.8845881e-06,3.5405083e-05
-1,,temperature,scatter,-6.6772431e-07,2.0750826e-07
+1,,temperature,scatter,-2.0607997e-06,2.0607997e-06
+1,,temperature,nu-fission,3.8846012e-06,3.5405078e-05
+1,,temperature,scatter,-6.6772461e-07,2.0750790e-07
1,,temperature,nu-fission,0.0000000e+00,0.0000000e+00
1,,temperature,scatter,0.0000000e+00,0.0000000e+00
1,,temperature,nu-fission,0.0000000e+00,0.0000000e+00
1,,temperature,scatter,0.0000000e+00,0.0000000e+00
-3,,density,flux,-7.6179774e+00,5.0326447e+00
-3,,density,flux,-1.6242019e+01,6.6231774e+00
-1,,density,flux,-2.2394746e-01,5.4534297e-02
-1,,density,flux,-5.7132854e-02,1.6898134e-01
-1,O16,nuclide_density,flux,-1.3403658e+01,1.3017127e+01
-1,O16,nuclide_density,flux,-1.0499715e+01,2.1684953e+01
-1,U235,nuclide_density,flux,-2.4741168e+03,5.7986812e+01
-1,U235,nuclide_density,flux,-1.9955533e+03,4.3254820e+02
-1,,temperature,flux,1.0601815e-04,3.3076550e-04
-1,,temperature,flux,1.6664450e-04,2.8761112e-04
-3,,density,total,-3.3161585e+00,2.5615932e+00
-3,,density,absorption,-4.3491248e-01,5.1559021e-01
-3,,density,scatter,-2.8812460e+00,2.0540305e+00
-3,,density,fission,-2.3060366e-01,3.1191109e-01
-3,,density,nu-fission,-5.6817321e-01,7.6143389e-01
-3,,density,total,-2.8908007e-01,3.9383184e-01
-3,,density,absorption,-2.5237485e-01,3.6565053e-01
-3,,density,scatter,-3.6705221e-02,2.9275371e-02
-3,,density,fission,-2.1271120e-01,3.0873698e-01
-3,,density,nu-fission,-5.1866339e-01,7.5235533e-01
-3,,density,total,2.7320569e+00,8.7709465e+00
-3,,density,absorption,8.4322466e-02,1.2807898e-01
-3,,density,scatter,2.6477344e+00,8.6432567e+00
+3,,density,flux,-7.6179773e+00,5.0326448e+00
+3,,density,flux,-1.6242019e+01,6.6231769e+00
+1,,density,flux,-2.2394711e-01,5.4534246e-02
+1,,density,flux,-5.7132388e-02,1.6898131e-01
+1,O16,nuclide_density,flux,-1.3403627e+01,1.3017120e+01
+1,O16,nuclide_density,flux,-1.0499675e+01,2.1684952e+01
+1,U235,nuclide_density,flux,-2.4741168e+03,5.7986931e+01
+1,U235,nuclide_density,flux,-1.9955529e+03,4.3254814e+02
+1,,temperature,flux,1.0601812e-04,3.3076564e-04
+1,,temperature,flux,1.6664397e-04,2.8761161e-04
+3,,density,total,-3.3161583e+00,2.5615932e+00
+3,,density,absorption,-4.3491247e-01,5.1559026e-01
+3,,density,scatter,-2.8812458e+00,2.0540304e+00
+3,,density,fission,-2.3060366e-01,3.1191112e-01
+3,,density,nu-fission,-5.6817321e-01,7.6143397e-01
+3,,density,total,-2.8908006e-01,3.9383187e-01
+3,,density,absorption,-2.5237484e-01,3.6565057e-01
+3,,density,scatter,-3.6705219e-02,2.9275369e-02
+3,,density,fission,-2.1271120e-01,3.0873701e-01
+3,,density,nu-fission,-5.1866339e-01,7.5235541e-01
+3,,density,total,2.7320555e+00,8.7709460e+00
+3,,density,absorption,8.4322459e-02,1.2807898e-01
+3,,density,scatter,2.6477331e+00,8.6432562e+00
3,,density,fission,0.0000000e+00,0.0000000e+00
3,,density,nu-fission,0.0000000e+00,0.0000000e+00
3,,density,total,0.0000000e+00,0.0000000e+00
@@ -69,19 +69,19 @@ d_material,d_nuclide,d_variable,score,mean,std. dev.
3,,density,scatter,0.0000000e+00,0.0000000e+00
3,,density,fission,0.0000000e+00,0.0000000e+00
3,,density,nu-fission,0.0000000e+00,0.0000000e+00
-1,,density,total,4.7523439e-01,2.5652004e-02
-1,,density,absorption,3.1301234e-02,7.6793142e-03
-1,,density,scatter,4.4393315e-01,1.8023252e-02
-1,,density,fission,1.5559355e-02,3.2310294e-03
-1,,density,nu-fission,3.8658109e-02,7.8012233e-03
-1,,density,total,2.2062939e-02,4.3689061e-03
-1,,density,absorption,1.6845626e-02,4.0750601e-03
-1,,density,scatter,5.2173132e-03,2.9663452e-04
-1,,density,fission,1.3503649e-02,3.2642875e-03
-1,,density,nu-fission,3.2945474e-02,7.9507685e-03
-1,,density,total,-9.4735691e-02,2.5584665e-01
-1,,density,absorption,-4.0246397e-03,5.2111770e-03
-1,,density,scatter,-9.0711052e-02,2.5073762e-01
+1,,density,total,4.7523458e-01,2.5651989e-02
+1,,density,absorption,3.1301277e-02,7.6793124e-03
+1,,density,scatter,4.4393330e-01,1.8023240e-02
+1,,density,fission,1.5559382e-02,3.2310296e-03
+1,,density,nu-fission,3.8658175e-02,7.8012239e-03
+1,,density,total,2.2062973e-02,4.3689056e-03
+1,,density,absorption,1.6845658e-02,4.0750597e-03
+1,,density,scatter,5.2173154e-03,2.9663441e-04
+1,,density,fission,1.3503676e-02,3.2642872e-03
+1,,density,nu-fission,3.2945540e-02,7.9507678e-03
+1,,density,total,-9.4735075e-02,2.5584662e-01
+1,,density,absorption,-4.0246308e-03,5.2111771e-03
+1,,density,scatter,-9.0710444e-02,2.5073759e-01
1,,density,fission,0.0000000e+00,0.0000000e+00
1,,density,nu-fission,0.0000000e+00,0.0000000e+00
1,,density,total,0.0000000e+00,0.0000000e+00
@@ -89,19 +89,19 @@ d_material,d_nuclide,d_variable,score,mean,std. dev.
1,,density,scatter,0.0000000e+00,0.0000000e+00
1,,density,fission,0.0000000e+00,0.0000000e+00
1,,density,nu-fission,0.0000000e+00,0.0000000e+00
-1,O16,nuclide_density,total,4.4488215e+01,5.3981603e+00
-1,O16,nuclide_density,absorption,-2.9372611e-01,9.3282813e-01
-1,O16,nuclide_density,scatter,4.4781941e+01,4.5257555e+00
-1,O16,nuclide_density,fission,9.9827872e-02,4.0698927e-01
-1,O16,nuclide_density,nu-fission,2.3342880e-01,9.8749212e-01
-1,O16,nuclide_density,total,4.0914051e-02,6.2301812e-01
-1,O16,nuclide_density,absorption,8.8289354e-02,5.5570922e-01
-1,O16,nuclide_density,scatter,-4.7375303e-02,6.7714071e-02
-1,O16,nuclide_density,fission,1.3678733e-01,4.4006413e-01
-1,O16,nuclide_density,nu-fission,3.3257520e-01,1.0719313e+00
-1,O16,nuclide_density,total,-1.6055918e+01,2.3439335e+01
-1,O16,nuclide_density,absorption,-3.9601231e-01,3.0131622e-01
-1,O16,nuclide_density,scatter,-1.5659906e+01,2.3140407e+01
+1,O16,nuclide_density,total,4.4488235e+01,5.3981552e+00
+1,O16,nuclide_density,absorption,-2.9372260e-01,9.3282726e-01
+1,O16,nuclide_density,scatter,4.4781958e+01,4.5257514e+00
+1,O16,nuclide_density,fission,9.9830021e-02,4.0698873e-01
+1,O16,nuclide_density,nu-fission,2.3343404e-01,9.8749080e-01
+1,O16,nuclide_density,total,4.0916790e-02,6.2301743e-01
+1,O16,nuclide_density,absorption,8.8291907e-02,5.5570859e-01
+1,O16,nuclide_density,scatter,-4.7375117e-02,6.7714014e-02
+1,O16,nuclide_density,fission,1.3678946e-01,4.4006360e-01
+1,O16,nuclide_density,nu-fission,3.3258041e-01,1.0719299e+00
+1,O16,nuclide_density,total,-1.6055867e+01,2.3439329e+01
+1,O16,nuclide_density,absorption,-3.9601159e-01,3.0131618e-01
+1,O16,nuclide_density,scatter,-1.5659856e+01,2.3140401e+01
1,O16,nuclide_density,fission,0.0000000e+00,0.0000000e+00
1,O16,nuclide_density,nu-fission,0.0000000e+00,0.0000000e+00
1,O16,nuclide_density,total,0.0000000e+00,0.0000000e+00
@@ -109,19 +109,19 @@ d_material,d_nuclide,d_variable,score,mean,std. dev.
1,O16,nuclide_density,scatter,0.0000000e+00,0.0000000e+00
1,O16,nuclide_density,fission,0.0000000e+00,0.0000000e+00
1,O16,nuclide_density,nu-fission,0.0000000e+00,0.0000000e+00
-1,U235,nuclide_density,total,-6.1444902e+02,6.0111692e+01
-1,U235,nuclide_density,absorption,2.3977134e+02,4.5868405e+01
-1,U235,nuclide_density,scatter,-8.5422036e+02,2.4877920e+01
-1,U235,nuclide_density,fission,3.1319132e+02,3.1465126e+01
-1,U235,nuclide_density,nu-fission,7.6415465e+02,7.6501604e+01
-1,U235,nuclide_density,total,5.0916179e+02,3.5499319e+01
-1,U235,nuclide_density,absorption,3.9477360e+02,3.4326165e+01
-1,U235,nuclide_density,scatter,1.1438818e+02,2.7378217e+00
-1,U235,nuclide_density,fission,3.1360739e+02,3.2243605e+01
-1,U235,nuclide_density,nu-fission,7.6527228e+02,7.8683697e+01
-1,U235,nuclide_density,total,-4.1815711e+03,8.7796611e+02
-1,U235,nuclide_density,absorption,-1.0563226e+02,2.5308627e+01
-1,U235,nuclide_density,scatter,-4.0759388e+03,8.5332185e+02
+1,U235,nuclide_density,total,-6.1444882e+02,6.0111765e+01
+1,U235,nuclide_density,absorption,2.3977145e+02,4.5868416e+01
+1,U235,nuclide_density,scatter,-8.5422027e+02,2.4877998e+01
+1,U235,nuclide_density,fission,3.1319140e+02,3.1465133e+01
+1,U235,nuclide_density,nu-fission,7.6415485e+02,7.6501622e+01
+1,U235,nuclide_density,total,5.0916190e+02,3.5499332e+01
+1,U235,nuclide_density,absorption,3.9477370e+02,3.4326175e+01
+1,U235,nuclide_density,scatter,1.1438820e+02,2.7378233e+00
+1,U235,nuclide_density,fission,3.1360747e+02,3.2243613e+01
+1,U235,nuclide_density,nu-fission,7.6527247e+02,7.8683716e+01
+1,U235,nuclide_density,total,-4.1815705e+03,8.7796625e+02
+1,U235,nuclide_density,absorption,-1.0563225e+02,2.5308631e+01
+1,U235,nuclide_density,scatter,-4.0759382e+03,8.5332198e+02
1,U235,nuclide_density,fission,0.0000000e+00,0.0000000e+00
1,U235,nuclide_density,nu-fission,0.0000000e+00,0.0000000e+00
1,U235,nuclide_density,total,0.0000000e+00,0.0000000e+00
@@ -129,19 +129,19 @@ d_material,d_nuclide,d_variable,score,mean,std. dev.
1,U235,nuclide_density,scatter,0.0000000e+00,0.0000000e+00
1,U235,nuclide_density,fission,0.0000000e+00,0.0000000e+00
1,U235,nuclide_density,nu-fission,0.0000000e+00,0.0000000e+00
-1,,temperature,total,2.1367130e-04,1.8632816e-04
-1,,temperature,absorption,6.9456249e-05,3.2199390e-05
-1,,temperature,scatter,1.4421505e-04,1.5754180e-04
-1,,temperature,fission,3.0674981e-06,1.8048377e-05
-1,,temperature,nu-fission,7.4768877e-06,4.3976766e-05
-1,,temperature,total,5.8223116e-06,2.3786474e-05
-1,,temperature,absorption,5.2142698e-06,2.1901911e-05
-1,,temperature,scatter,6.0804185e-07,1.9834890e-06
-1,,temperature,fission,3.0674200e-06,1.8048542e-05
-1,,temperature,nu-fission,7.4767028e-06,4.3977153e-05
-1,,temperature,total,2.1510156e-04,4.6388707e-04
-1,,temperature,absorption,2.2409527e-06,8.2901060e-06
-1,,temperature,scatter,2.1286061e-04,4.5560034e-04
+1,,temperature,total,2.1367126e-04,1.8632825e-04
+1,,temperature,absorption,6.9456243e-05,3.2199405e-05
+1,,temperature,scatter,1.4421502e-04,1.5754186e-04
+1,,temperature,fission,3.0674921e-06,1.8048386e-05
+1,,temperature,nu-fission,7.4768732e-06,4.3976788e-05
+1,,temperature,total,5.8223046e-06,2.3786485e-05
+1,,temperature,absorption,5.2142631e-06,2.1901921e-05
+1,,temperature,scatter,6.0804154e-07,1.9834897e-06
+1,,temperature,fission,3.0674141e-06,1.8048551e-05
+1,,temperature,nu-fission,7.4766883e-06,4.3977175e-05
+1,,temperature,total,2.1510094e-04,4.6388764e-04
+1,,temperature,absorption,2.2409493e-06,8.2901087e-06
+1,,temperature,scatter,2.1285999e-04,4.5560092e-04
1,,temperature,fission,0.0000000e+00,0.0000000e+00
1,,temperature,nu-fission,0.0000000e+00,0.0000000e+00
1,,temperature,total,0.0000000e+00,0.0000000e+00
@@ -149,29 +149,29 @@ d_material,d_nuclide,d_variable,score,mean,std. dev.
1,,temperature,scatter,0.0000000e+00,0.0000000e+00
1,,temperature,fission,0.0000000e+00,0.0000000e+00
1,,temperature,nu-fission,0.0000000e+00,0.0000000e+00
-3,,density,absorption,-1.6517201e-01,3.0984738e-01
-3,,density,absorption,8.0402344e-03,1.4689335e-01
-1,,density,absorption,2.9069882e-02,2.2139609e-03
-1,,density,absorption,-9.4690065e-03,8.6605392e-03
-1,O16,nuclide_density,absorption,7.6911962e-01,4.1945687e-01
-1,O16,nuclide_density,absorption,-6.3724795e-01,6.6341488e-01
-1,U235,nuclide_density,absorption,1.4109543e+02,1.8518890e+01
-1,U235,nuclide_density,absorption,-1.2052822e+02,3.2084002e+01
-1,,temperature,absorption,3.9995404e-05,2.1703384e-05
-1,,temperature,absorption,2.7274361e-06,8.9339257e-06
+3,,density,absorption,-1.6517209e-01,3.0984748e-01
+3,,density,absorption,8.0401451e-03,1.4689308e-01
+1,,density,absorption,2.9069923e-02,2.2139686e-03
+1,,density,absorption,-9.4690017e-03,8.6605404e-03
+1,O16,nuclide_density,absorption,7.6912288e-01,4.1945623e-01
+1,O16,nuclide_density,absorption,-6.3724748e-01,6.6341497e-01
+1,U235,nuclide_density,absorption,1.4109552e+02,1.8518919e+01
+1,U235,nuclide_density,absorption,-1.2052821e+02,3.2084005e+01
+1,,temperature,absorption,3.9995382e-05,2.1703359e-05
+1,,temperature,absorption,2.7274368e-06,8.9339250e-06
3,,density,nu-fission,0.0000000e+00,0.0000000e+00
-3,,density,scatter,-8.7934551e-01,1.0210652e+00
+3,,density,scatter,-8.7934549e-01,1.0210652e+00
3,,density,nu-fission,0.0000000e+00,0.0000000e+00
-3,,density,scatter,-3.5236516e-03,3.5236516e-03
-3,,density,nu-fission,7.2953012e-02,2.9725863e-01
-3,,density,scatter,-2.2716410e+00,1.2546347e+00
-3,,density,nu-fission,8.9171481e-02,3.0634856e-01
-3,,density,scatter,-1.0151747e-03,9.6296775e-03
+3,,density,scatter,-3.5236517e-03,3.5236517e-03
+3,,density,nu-fission,7.2952775e-02,2.9725868e-01
+3,,density,scatter,-2.2716407e+00,1.2546346e+00
+3,,density,nu-fission,8.9171241e-02,3.0634860e-01
+3,,density,scatter,-1.0151726e-03,9.6296789e-03
3,,density,nu-fission,0.0000000e+00,0.0000000e+00
-3,,density,scatter,2.3163923e+00,4.8766690e+00
+3,,density,scatter,2.3163919e+00,4.8766694e+00
3,,density,nu-fission,0.0000000e+00,0.0000000e+00
3,,density,scatter,0.0000000e+00,0.0000000e+00
3,,density,nu-fission,0.0000000e+00,0.0000000e+00
-3,,density,scatter,4.0762434e-01,3.8504141e+00
+3,,density,scatter,4.0762347e-01,3.8504133e+00
3,,density,nu-fission,0.0000000e+00,0.0000000e+00
3,,density,scatter,0.0000000e+00,0.0000000e+00
diff --git a/tests/test_distribmat/results_true.dat b/tests/test_distribmat/results_true.dat
index bf96784d71..6d47eb5588 100644
--- a/tests/test_distribmat/results_true.dat
+++ b/tests/test_distribmat/results_true.dat
@@ -1,5 +1,5 @@
k-combined:
-1.291341E+00 1.269369E-02
+1.291341E+00 1.269393E-02
Cell
ID = 11
Name =
diff --git a/tests/test_eigenvalue_genperbatch/results_true.dat b/tests/test_eigenvalue_genperbatch/results_true.dat
index 846a17e082..c635f03cee 100644
--- a/tests/test_eigenvalue_genperbatch/results_true.dat
+++ b/tests/test_eigenvalue_genperbatch/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-3.001412E-01 2.669737E-03
+3.001411E-01 2.669758E-03
diff --git a/tests/test_eigenvalue_no_inactive/results_true.dat b/tests/test_eigenvalue_no_inactive/results_true.dat
index 2b4373e7e5..b43590022d 100644
--- a/tests/test_eigenvalue_no_inactive/results_true.dat
+++ b/tests/test_eigenvalue_no_inactive/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-3.080574E-01 6.889659E-03
+3.080573E-01 6.889652E-03
diff --git a/tests/test_energy_grid/results_true.dat b/tests/test_energy_grid/results_true.dat
index 0a607592c8..ee0a72c9d7 100644
--- a/tests/test_energy_grid/results_true.dat
+++ b/tests/test_energy_grid/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-3.330789E-01 2.216495E-03
+3.330787E-01 2.216487E-03
diff --git a/tests/test_entropy/results_true.dat b/tests/test_entropy/results_true.dat
index e3e0daea0b..d7901d3953 100644
--- a/tests/test_entropy/results_true.dat
+++ b/tests/test_entropy/results_true.dat
@@ -1,5 +1,5 @@
k-combined:
-2.943619E-01 3.309635E-03
+2.943619E-01 3.309646E-03
entropy:
7.601626E+00
8.085658E+00
diff --git a/tests/test_filter_distribcell/case-1/results_true.dat b/tests/test_filter_distribcell/case-1/results_true.dat
index a1f062e1ba..a824d7fce3 100644
--- a/tests/test_filter_distribcell/case-1/results_true.dat
+++ b/tests/test_filter_distribcell/case-1/results_true.dat
@@ -3,8 +3,8 @@ k-combined:
tally 1:
1.548980E-02
2.399339E-04
-1.278780E-02
-1.635279E-04
+1.278781E-02
+1.635280E-04
1.426319E-02
2.034385E-04
1.018927E-02
diff --git a/tests/test_filter_distribcell/case-2/results_true.dat b/tests/test_filter_distribcell/case-2/results_true.dat
index 4e2583f3ef..57e40f4962 100644
--- a/tests/test_filter_distribcell/case-2/results_true.dat
+++ b/tests/test_filter_distribcell/case-2/results_true.dat
@@ -3,9 +3,9 @@ k-combined:
tally 1:
7.588170E-03
5.758032E-05
-8.402486E-03
-7.060177E-05
-8.682518E-03
-7.538613E-05
-8.119997E-03
-6.593435E-05
+8.402485E-03
+7.060176E-05
+8.682517E-03
+7.538611E-05
+8.119996E-03
+6.593434E-05
diff --git a/tests/test_filter_distribcell/case-3/results_true.dat b/tests/test_filter_distribcell/case-3/results_true.dat
index 32c1fced16..8eb7c2b609 100644
--- a/tests/test_filter_distribcell/case-3/results_true.dat
+++ b/tests/test_filter_distribcell/case-3/results_true.dat
@@ -1 +1 @@
-7bef4810e3bba5df56fef96d9a946dc8dc8ac136ba5282d2975456f3de8fc47ea4ba557d6c83d0938579e11e2a0da5e8e4d03b3cd1f0c0d969d25c218b2ec0bc
\ No newline at end of file
+386147796cf64c908002a81bc47af6763a14811ba6c457ca790653ceb8ef1c6b0376b94783f9746baf7389f18321b788c72758ec56ffd05fa3146139e6e53308
\ No newline at end of file
diff --git a/tests/test_filter_distribcell/case-4/results_true.dat b/tests/test_filter_distribcell/case-4/results_true.dat
index 88e78d7575..078e74bed1 100644
--- a/tests/test_filter_distribcell/case-4/results_true.dat
+++ b/tests/test_filter_distribcell/case-4/results_true.dat
@@ -2,16 +2,16 @@ k-combined:
0.000000E+00 0.000000E+00
tally 1:
2.265319E-02
-5.131669E-04
+5.131668E-04
2.026852E-02
4.108129E-04
2.051718E-02
4.209546E-04
3.015130E-02
-9.091009E-04
+9.091008E-04
2.356397E-02
-5.552606E-04
+5.552605E-04
2.558974E-02
-6.548348E-04
+6.548347E-04
2.012046E-02
-4.048330E-04
+4.048329E-04
diff --git a/tests/test_filter_mesh/results_true.dat b/tests/test_filter_mesh/results_true.dat
index 06cd450eff..3c25aa738c 100644
--- a/tests/test_filter_mesh/results_true.dat
+++ b/tests/test_filter_mesh/results_true.dat
@@ -1 +1 @@
-041b7e79d384771bad5bc6800138bd20be6af7d6e1543bdcfef521de3df33ef7b7aca00ea3ccb0234c3a4d7d738dfe17987b5c1a59474efef630217f8ee1af1e
\ No newline at end of file
+ba64175b12e3b1be70493399f6cca2319947c17e26cf5d1d73398387214b8c18c2cb842c14d838da31a7a1eee18d407b8f7a319d5d2dab6b4a7a7dffa8770f1f
\ No newline at end of file
diff --git a/tests/test_infinite_cell/results_true.dat b/tests/test_infinite_cell/results_true.dat
index b909c92bbf..9e1a7a827b 100644
--- a/tests/test_infinite_cell/results_true.dat
+++ b/tests/test_infinite_cell/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-9.893460E-02 1.178316E-03
+9.893459E-02 1.178315E-03
diff --git a/tests/test_iso_in_lab/results_true.dat b/tests/test_iso_in_lab/results_true.dat
index 5b2c5dd001..c3fc1cf057 100644
--- a/tests/test_iso_in_lab/results_true.dat
+++ b/tests/test_iso_in_lab/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-9.753410E-01 6.608245E-02
+9.753410E-01 6.608253E-02
diff --git a/tests/test_lattice/results_true.dat b/tests/test_lattice/results_true.dat
index 1d3d47fc45..9def6fa339 100644
--- a/tests/test_lattice/results_true.dat
+++ b/tests/test_lattice/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-9.413559E-01 6.157522E-02
+9.413559E-01 6.157521E-02
diff --git a/tests/test_lattice_hex/results_true.dat b/tests/test_lattice_hex/results_true.dat
index 4ba727dbfe..d0da117e6f 100644
--- a/tests/test_lattice_hex/results_true.dat
+++ b/tests/test_lattice_hex/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-2.496460E-01 1.257055E-02
+2.546817E-01 1.509389E-02
diff --git a/tests/test_lattice_mixed/results_true.dat b/tests/test_lattice_mixed/results_true.dat
index d3c19b11a5..837ea92dd6 100644
--- a/tests/test_lattice_mixed/results_true.dat
+++ b/tests/test_lattice_mixed/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-9.790311E-01 9.660522E-03
+1.006646E+00 1.477915E-02
diff --git a/tests/test_lattice_multiple/results_true.dat b/tests/test_lattice_multiple/results_true.dat
index 5c00c4486a..d5d4bd4cc8 100644
--- a/tests/test_lattice_multiple/results_true.dat
+++ b/tests/test_lattice_multiple/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-9.581522E-01 4.261830E-02
+9.581522E-01 4.261828E-02
diff --git a/tests/test_mgxs_library_ce_to_mg/results_true.dat b/tests/test_mgxs_library_ce_to_mg/results_true.dat
index 27db7f3f66..0fd5b48276 100644
--- a/tests/test_mgxs_library_ce_to_mg/results_true.dat
+++ b/tests/test_mgxs_library_ce_to_mg/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-1.133362E+00 1.746521E-02
+1.133362E+00 1.746523E-02
diff --git a/tests/test_mgxs_library_condense/results_true.dat b/tests/test_mgxs_library_condense/results_true.dat
index 00cd27e1e6..7ae1c8186f 100644
--- a/tests/test_mgxs_library_condense/results_true.dat
+++ b/tests/test_mgxs_library_condense/results_true.dat
@@ -13,7 +13,7 @@
material group in nuclide mean std. dev.
0 10000 1 total 0.090649 0.00641
material group in nuclide mean std. dev.
-0 10000 1 total 7.137955e+06 507363.814553
+0 10000 1 total 7.137954e+06 507363.468222
material group in nuclide mean std. dev.
0 10000 1 total 0.388721 0.01783
material group in nuclide mean std. dev.
@@ -37,7 +37,7 @@
material group out nuclide mean std. dev.
0 10000 1 total 1.0 0.051471
material group in nuclide mean std. dev.
-0 10000 1 total 4.996730e-07 3.650635e-08
+0 10000 1 total 4.996730e-07 3.650633e-08
material group in nuclide mean std. dev.
0 10000 1 total 0.090004 0.006367
material group in group out nuclide mean std. dev.
@@ -68,7 +68,7 @@
1 10000 2 1 total 0.032600 0.002866
2 10000 3 1 total 0.121083 0.010442
3 10000 4 1 total 0.305910 0.025627
-4 10000 5 1 total 0.861934 0.068282
+4 10000 5 1 total 0.861934 0.068281
5 10000 6 1 total 2.895065 0.230223
material delayedgroup group in group out nuclide mean std. dev.
0 10000 1 1 1 total 0.000000 0.000000
@@ -80,9 +80,9 @@
material group in nuclide mean std. dev.
0 10001 1 total 0.311594 0.013793
material group in nuclide mean std. dev.
-0 10001 1 total 0.279255 0.02919
+0 10001 1 total 0.279255 0.029189
material group in nuclide mean std. dev.
-0 10001 1 total 0.279255 0.02919
+0 10001 1 total 0.279255 0.029189
material group in nuclide mean std. dev.
0 10001 1 total 0.00221 0.000286
material group in nuclide mean std. dev.
@@ -116,7 +116,7 @@
material group out nuclide mean std. dev.
0 10001 1 total 0.0 0.0
material group in nuclide mean std. dev.
-0 10001 1 total 5.454760e-07 4.949800e-08
+0 10001 1 total 5.454762e-07 4.949807e-08
material group in nuclide mean std. dev.
0 10001 1 total 0.0 0.0
material group in group out nuclide mean std. dev.
@@ -195,7 +195,7 @@
material group out nuclide mean std. dev.
0 10002 1 total 0.0 0.0
material group in nuclide mean std. dev.
-0 10002 1 total 5.773006e-07 5.322132e-08
+0 10002 1 total 5.773007e-07 5.322133e-08
material group in nuclide mean std. dev.
0 10002 1 total 0.0 0.0
material group in group out nuclide mean std. dev.
diff --git a/tests/test_mgxs_library_distribcell/results_true.dat b/tests/test_mgxs_library_distribcell/results_true.dat
index 52d668e0b8..d6ed76bc5b 100644
--- a/tests/test_mgxs_library_distribcell/results_true.dat
+++ b/tests/test_mgxs_library_distribcell/results_true.dat
@@ -13,7 +13,7 @@
sum(distribcell) group in nuclide mean std. dev.
0 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 1 total 0.092377 0.003628
sum(distribcell) group in nuclide mean std. dev.
-0 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 1 total 7.276707e+06 287579.26286
+0 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 1 total 7.276706e+06 287579.24765
sum(distribcell) group in nuclide mean std. dev.
0 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 1 total 0.390797 0.008717
sum(distribcell) group in nuclide mean std. dev.
@@ -43,11 +43,11 @@
sum(distribcell) group in group out nuclide mean std. dev.
0 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 1 1 total 0.093985 0.005872
sum(distribcell) delayedgroup group in nuclide mean std. dev.
-0 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 1 1 total 0.000021 8.253907e-07
+0 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 1 1 total 0.000021 8.253906e-07
1 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 2 1 total 0.000112 4.284000e-06
2 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 3 1 total 0.000109 4.105197e-06
-3 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 4 1 total 0.000252 9.271420e-06
-4 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 5 1 total 0.000112 3.888625e-06
+3 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 4 1 total 0.000252 9.271419e-06
+4 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 5 1 total 0.000112 3.888624e-06
5 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 6 1 total 0.000047 1.625563e-06
sum(distribcell) delayedgroup group out nuclide mean std. dev.
0 ((0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13... 1 1 total 0.0 0.000000
diff --git a/tests/test_mgxs_library_hdf5/results_true.dat b/tests/test_mgxs_library_hdf5/results_true.dat
index 3f276cf5a6..c67c7c1f05 100644
--- a/tests/test_mgxs_library_hdf5/results_true.dat
+++ b/tests/test_mgxs_library_hdf5/results_true.dat
@@ -1,95 +1,95 @@
domain=10000 type=total
-[4.14825490e-01 6.60169919e-01]
-[2.27929091e-02 4.75189279e-02]
+[4.14825464e-01 6.60169863e-01]
+[2.27929105e-02 4.75188999e-02]
domain=10000 type=transport
-[3.56859637e-01 6.47647660e-01]
-[2.54935956e-02 2.37037352e-02]
+[3.56859612e-01 6.47647614e-01]
+[2.54935937e-02 2.37037335e-02]
domain=10000 type=nu-transport
-[3.56859637e-01 6.47647660e-01]
-[2.54935956e-02 2.37037352e-02]
+[3.56859612e-01 6.47647614e-01]
+[2.54935937e-02 2.37037335e-02]
domain=10000 type=absorption
-[2.74078449e-02 2.64510742e-01]
-[2.69249711e-03 2.33670774e-02]
+[2.74078431e-02 2.64510714e-01]
+[2.69249666e-03 2.33670618e-02]
domain=10000 type=capture
-[1.98445499e-02 7.17193529e-02]
-[2.64330433e-03 2.52078594e-02]
+[1.98445483e-02 7.17193458e-02]
+[2.64330389e-03 2.52078411e-02]
domain=10000 type=fission
-[7.56329498e-03 1.92791389e-01]
-[5.08483678e-04 1.71059219e-02]
+[7.56329483e-03 1.92791369e-01]
+[5.08483896e-04 1.71059103e-02]
domain=10000 type=nu-fission
-[1.94317404e-02 4.69774777e-01]
-[1.32297561e-03 4.16819998e-02]
+[1.94317397e-02 4.69774728e-01]
+[1.32297611e-03 4.16819716e-02]
domain=10000 type=kappa-fission
-[1.47456982e+06 3.72868964e+07]
-[9.92353211e+04 3.30837772e+06]
+[1.47456979e+06 3.72868925e+07]
+[9.92353629e+04 3.30837549e+06]
domain=10000 type=scatter
-[3.87417645e-01 3.95659177e-01]
-[2.06257321e-02 2.51250568e-02]
+[3.87417621e-01 3.95659148e-01]
+[2.06257343e-02 2.51250447e-02]
domain=10000 type=nu-scatter
-[3.85188388e-01 4.12389399e-01]
-[2.69456211e-02 1.54252770e-02]
+[3.85188361e-01 4.12389370e-01]
+[2.69456191e-02 1.54252759e-02]
domain=10000 type=scatter matrix
-[[[3.84199458e-01 5.18702843e-02 2.00688453e-02 9.47771571e-03]
- [9.88930393e-04 -2.07234596e-04 -1.03366181e-04 2.34290623e-04]]
+[[[3.84199430e-01 5.18702806e-02 2.00688439e-02 9.47771503e-03]
+ [9.88930322e-04 -2.07234582e-04 -1.03366173e-04 2.34290606e-04]]
- [[9.24639909e-04 -7.67704968e-04 4.93788872e-04 -1.71497229e-04]
- [4.11464759e-01 1.64817280e-02 6.37149049e-03 -1.04991221e-02]]]
-[[[2.70010136e-02 6.98254888e-03 2.84649518e-03 2.23351977e-03]
- [4.82419445e-04 1.49010775e-04 1.84316312e-04 1.28173111e-04]]
+ [[9.24639842e-04 -7.67704913e-04 4.93788836e-04 -1.71497217e-04]
+ [4.11464730e-01 1.64817268e-02 6.37149004e-03 -1.04991213e-02]]]
+[[[2.70010116e-02 6.98254837e-03 2.84649498e-03 2.23351961e-03]
+ [4.82419410e-04 1.49010765e-04 1.84316299e-04 1.28173102e-04]]
- [[9.24883464e-04 7.67907186e-04 4.93918938e-04 1.71542403e-04]
- [1.52449354e-02 4.50172796e-03 1.05507493e-02 1.04381877e-02]]]
+ [[9.24883397e-04 7.67907131e-04 4.93918903e-04 1.71542390e-04]
+ [1.52449343e-02 4.50172764e-03 1.05507486e-02 1.04381870e-02]]]
domain=10000 type=nu-scatter matrix
-[[[3.84199458e-01 5.18702843e-02 2.00688453e-02 9.47771571e-03]
- [9.88930393e-04 -2.07234596e-04 -1.03366181e-04 2.34290623e-04]]
+[[[3.84199430e-01 5.18702806e-02 2.00688439e-02 9.47771503e-03]
+ [9.88930322e-04 -2.07234582e-04 -1.03366173e-04 2.34290606e-04]]
- [[9.24639909e-04 -7.67704968e-04 4.93788872e-04 -1.71497229e-04]
- [4.11464759e-01 1.64817280e-02 6.37149049e-03 -1.04991221e-02]]]
-[[[2.70010136e-02 6.98254888e-03 2.84649518e-03 2.23351977e-03]
- [4.82419445e-04 1.49010775e-04 1.84316312e-04 1.28173111e-04]]
+ [[9.24639842e-04 -7.67704913e-04 4.93788836e-04 -1.71497217e-04]
+ [4.11464730e-01 1.64817268e-02 6.37149004e-03 -1.04991213e-02]]]
+[[[2.70010116e-02 6.98254837e-03 2.84649498e-03 2.23351961e-03]
+ [4.82419410e-04 1.49010765e-04 1.84316299e-04 1.28173102e-04]]
- [[9.24883464e-04 7.67907186e-04 4.93918938e-04 1.71542403e-04]
- [1.52449354e-02 4.50172796e-03 1.05507493e-02 1.04381877e-02]]]
+ [[9.24883397e-04 7.67907131e-04 4.93918903e-04 1.71542390e-04]
+ [1.52449343e-02 4.50172764e-03 1.05507486e-02 1.04381870e-02]]]
domain=10000 type=multiplicity matrix
[[1.00000000e+00 1.00000000e+00]
[1.00000000e+00 1.00000000e+00]]
[[7.85164550e-02 6.87184271e-01]
[1.41421356e+00 4.11303488e-02]]
domain=10000 type=nu-fission matrix
-[[2.01424282e-02 0.00000000e+00]
- [4.54366467e-01 0.00000000e+00]]
-[[3.14909168e-03 0.00000000e+00]
- [2.74255069e-02 0.00000000e+00]]
+[[2.01424221e-02 0.00000000e+00]
+ [4.54366342e-01 0.00000000e+00]]
+[[3.14909051e-03 0.00000000e+00]
+ [2.74255162e-02 0.00000000e+00]]
domain=10000 type=chi
[1.00000000e+00 0.00000000e+00]
-[4.60705235e-02 0.00000000e+00]
+[4.60705493e-02 0.00000000e+00]
domain=10000 type=chi-prompt
[1.00000000e+00 0.00000000e+00]
-[5.14714567e-02 0.00000000e+00]
+[5.14714845e-02 0.00000000e+00]
domain=10000 type=inverse-velocity
-[5.70932329e-08 2.85573950e-06]
-[4.68792969e-09 2.44216503e-07]
+[5.70932437e-08 2.85573948e-06]
+[4.68793810e-09 2.44216368e-07]
domain=10000 type=prompt-nu-fission
-[1.92392215e-02 4.66719027e-01]
-[1.30950595e-03 4.14108704e-02]
+[1.92392209e-02 4.66718979e-01]
+[1.30950644e-03 4.14108424e-02]
domain=10000 type=prompt-nu-fission matrix
-[[2.01424282e-02 0.00000000e+00]
- [4.45819177e-01 0.00000000e+00]]
-[[3.14909168e-03 0.00000000e+00]
- [2.86750787e-02 0.00000000e+00]]
+[[2.01424221e-02 0.00000000e+00]
+ [4.45819055e-01 0.00000000e+00]]
+[[3.14909051e-03 0.00000000e+00]
+ [2.86750878e-02 0.00000000e+00]]
domain=10000 type=delayed-nu-fission
-[[2.29808234e-05 1.06974158e-04]
- [1.43606337e-04 5.52167907e-04]
- [1.51382216e-04 5.27147681e-04]
- [7.42603178e-05 2.22018043e-04]
- [4.14908454e-05 9.10244403e-05]
- [1.70016000e-05 3.81298119e-05]]
-[[1.66363133e-06 9.49156242e-06]
- [1.05907806e-05 4.89925426e-05]
- [1.12671238e-05 4.67725567e-05]
- [5.22610273e-06 1.87563195e-05]
- [2.99830766e-06 7.68984041e-06]
- [1.22654684e-06 3.22124663e-06]]
+[[2.29808266e-05 1.06974147e-04]
+ [1.43606354e-04 5.52167849e-04]
+ [1.51382232e-04 5.27147626e-04]
+ [7.42603126e-05 2.22017986e-04]
+ [4.14908415e-05 9.10244168e-05]
+ [1.70015984e-05 3.81298021e-05]]
+[[1.66363187e-06 9.49155601e-06]
+ [1.05907827e-05 4.89925095e-05]
+ [1.12671254e-05 4.67725251e-05]
+ [5.22610330e-06 1.87563055e-05]
+ [2.99830756e-06 7.68983466e-06]
+ [1.22654681e-06 3.22124422e-06]]
domain=10000 type=chi-delayed
[[0.00000000e+00 0.00000000e+00]
[1.00000000e+00 0.00000000e+00]
@@ -98,49 +98,49 @@ domain=10000 type=chi-delayed
[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]]
[[0.00000000e+00 0.00000000e+00]
- [8.69127759e-01 0.00000000e+00]
+ [8.69127748e-01 0.00000000e+00]
[1.41421356e+00 0.00000000e+00]
- [3.60359043e-01 0.00000000e+00]
+ [3.60359016e-01 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]]
domain=10000 type=beta
-[[4.89188107e-05 2.27713711e-04]
- [3.05691886e-04 1.17538858e-03]
- [3.22244241e-04 1.12212853e-03]
- [3.82159891e-03 1.14255357e-02]
- [2.13520995e-03 4.68431744e-03]
- [8.74939644e-04 1.96224379e-03]]
-[[4.67388620e-06 2.46946810e-05]
- [2.95223877e-05 1.27466393e-04]
- [3.12885004e-05 1.21690543e-04]
- [3.21434855e-04 1.09939816e-03]
- [1.82980497e-04 4.50738567e-04]
- [7.48899920e-05 1.88812772e-04]]
+[[4.89188226e-05 2.27713711e-04]
+ [3.05691952e-04 1.17538858e-03]
+ [3.22244307e-04 1.12212853e-03]
+ [3.82159878e-03 1.14255332e-02]
+ [2.13520982e-03 4.68431640e-03]
+ [8.74939593e-04 1.96224336e-03]]
+[[4.67388636e-06 2.46946655e-05]
+ [2.95223864e-05 1.27466313e-04]
+ [3.12884979e-05 1.21690467e-04]
+ [3.21434953e-04 1.09939768e-03]
+ [1.82980531e-04 4.50738369e-04]
+ [7.48900067e-05 1.88812689e-04]]
domain=10000 type=decay-rate
[[1.34450193e-02 1.33360001e-02]
- [3.20638662e-02 3.27389978e-02]
+ [3.20638663e-02 3.27389978e-02]
[1.22136025e-01 1.20780007e-01]
- [3.15269337e-01 3.02780066e-01]
- [8.89232590e-01 8.49490287e-01]
- [2.98940410e+00 2.85300088e+00]]
-[[1.08439397e-03 1.44623816e-03]
- [2.65794939e-03 3.55041884e-03]
- [1.02955008e-02 1.30981285e-02]
- [2.71748525e-02 3.28353351e-02]
- [7.93682876e-02 9.21239479e-02]
- [2.66253276e-01 3.09396954e-01]]
+ [3.15269336e-01 3.02780066e-01]
+ [8.89232587e-01 8.49490287e-01]
+ [2.98940409e+00 2.85300088e+00]]
+[[1.08439456e-03 1.44623725e-03]
+ [2.65795039e-03 3.55041661e-03]
+ [1.02955037e-02 1.30981202e-02]
+ [2.71748572e-02 3.28353145e-02]
+ [7.93682892e-02 9.21238900e-02]
+ [2.66253284e-01 3.09396760e-01]]
domain=10000 type=delayed-nu-fission matrix
[[[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]]
[[0.00000000e+00 0.00000000e+00]
- [2.53814542e-03 0.00000000e+00]]
+ [2.53814444e-03 0.00000000e+00]]
[[0.00000000e+00 0.00000000e+00]
- [1.18579166e-03 0.00000000e+00]]
+ [1.18579136e-03 0.00000000e+00]]
[[0.00000000e+00 0.00000000e+00]
- [8.59787018e-04 0.00000000e+00]]
+ [8.59786782e-04 0.00000000e+00]]
[[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]]
@@ -151,13 +151,13 @@ domain=10000 type=delayed-nu-fission matrix
[0.00000000e+00 0.00000000e+00]]
[[0.00000000e+00 0.00000000e+00]
- [1.56094584e-03 0.00000000e+00]]
+ [1.56094522e-03 0.00000000e+00]]
[[0.00000000e+00 0.00000000e+00]
- [1.18610401e-03 0.00000000e+00]]
+ [1.18610370e-03 0.00000000e+00]]
[[0.00000000e+00 0.00000000e+00]
- [2.22194634e-04 0.00000000e+00]]
+ [2.22194557e-04 0.00000000e+00]]
[[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]]
@@ -165,20 +165,20 @@ domain=10000 type=delayed-nu-fission matrix
[[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]]]
domain=10001 type=total
-[3.13737671e-01 3.00821402e-01]
-[1.55819024e-02 2.80524484e-02]
+[3.13737666e-01 3.00821380e-01]
+[1.55819223e-02 2.80524816e-02]
domain=10001 type=transport
-[2.73227872e-01 3.12374836e-01]
-[3.31153664e-02 4.96058317e-02]
+[2.73227852e-01 3.12374814e-01]
+[3.31153641e-02 4.96058281e-02]
domain=10001 type=nu-transport
-[2.73227872e-01 3.12374836e-01]
-[3.31153664e-02 4.96058317e-02]
+[2.73227852e-01 3.12374814e-01]
+[3.31153641e-02 4.96058281e-02]
domain=10001 type=absorption
-[1.57499139e-03 5.40037883e-03]
-[3.22547891e-04 6.18138308e-04]
+[1.57499139e-03 5.40037826e-03]
+[3.22547919e-04 6.18139027e-04]
domain=10001 type=capture
-[1.57499139e-03 5.40037883e-03]
-[3.22547891e-04 6.18138308e-04]
+[1.57499139e-03 5.40037826e-03]
+[3.22547919e-04 6.18139027e-04]
domain=10001 type=fission
[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]
@@ -189,33 +189,33 @@ domain=10001 type=kappa-fission
[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]
domain=10001 type=scatter
-[3.12162680e-01 2.95421023e-01]
-[1.53219231e-02 2.74454889e-02]
+[3.12162675e-01 2.95421002e-01]
+[1.53219430e-02 2.74455213e-02]
domain=10001 type=nu-scatter
-[3.10120735e-01 2.96264270e-01]
-[3.37881061e-02 4.37922257e-02]
+[3.10120713e-01 2.96264249e-01]
+[3.37881037e-02 4.37922226e-02]
domain=10001 type=scatter matrix
-[[[3.10120735e-01 3.82295904e-02 2.07449420e-02 7.96429677e-03]
+[[[3.10120713e-01 3.82295876e-02 2.07449405e-02 7.96429620e-03]
[0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00]]
[[0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00]
- [2.96264270e-01 -1.12136361e-02 8.83656630e-03 -3.27006731e-03]]]
-[[[3.37881061e-02 8.48399710e-03 4.69561068e-03 3.73162261e-03]
+ [2.96264249e-01 -1.12136353e-02 8.83656566e-03 -3.27006707e-03]]]
+[[[3.37881037e-02 8.48399649e-03 4.69561034e-03 3.73162234e-03]
[0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00]]
[[0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00]
- [4.37922257e-02 1.61803665e-02 1.15039645e-02 7.32884580e-03]]]
+ [4.37922226e-02 1.61803653e-02 1.15039636e-02 7.32884528e-03]]]
domain=10001 type=nu-scatter matrix
-[[[3.10120735e-01 3.82295904e-02 2.07449420e-02 7.96429677e-03]
+[[[3.10120713e-01 3.82295876e-02 2.07449405e-02 7.96429620e-03]
[0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00]]
[[0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00]
- [2.96264270e-01 -1.12136361e-02 8.83656630e-03 -3.27006731e-03]]]
-[[[3.37881061e-02 8.48399710e-03 4.69561068e-03 3.73162261e-03]
+ [2.96264249e-01 -1.12136353e-02 8.83656566e-03 -3.27006707e-03]]]
+[[[3.37881037e-02 8.48399649e-03 4.69561034e-03 3.73162234e-03]
[0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00]]
[[0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00]
- [4.37922257e-02 1.61803665e-02 1.15039645e-02 7.32884580e-03]]]
+ [4.37922226e-02 1.61803653e-02 1.15039636e-02 7.32884528e-03]]]
domain=10001 type=multiplicity matrix
[[1.00000000e+00 0.00000000e+00]
[0.00000000e+00 1.00000000e+00]]
@@ -233,8 +233,8 @@ domain=10001 type=chi-prompt
[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]
domain=10001 type=inverse-velocity
-[5.99598048e-08 2.98549021e-06]
-[4.55309296e-09 3.41701554e-07]
+[5.99597929e-08 2.98549016e-06]
+[4.55308445e-09 3.41701982e-07]
domain=10001 type=prompt-nu-fission
[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]
@@ -331,20 +331,20 @@ domain=10001 type=delayed-nu-fission matrix
[[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]]]
domain=10002 type=total
-[6.64572261e-01 2.05238401e+00]
-[3.12147519e-02 2.24342907e-01]
+[6.64572195e-01 2.05238389e+00]
+[3.12147473e-02 2.24342891e-01]
domain=10002 type=transport
-[2.90565257e-01 1.51643801e+00]
-[2.38518546e-02 2.35197269e-01]
+[2.90565237e-01 1.51643790e+00]
+[2.38518529e-02 2.35197252e-01]
domain=10002 type=nu-transport
-[2.90565257e-01 1.51643801e+00]
-[2.38518546e-02 2.35197269e-01]
+[2.90565237e-01 1.51643790e+00]
+[2.38518529e-02 2.35197252e-01]
domain=10002 type=absorption
-[6.90399522e-04 3.16872566e-02]
-[4.41475687e-05 3.74655858e-03]
+[6.90399495e-04 3.16872549e-02]
+[4.41475663e-05 3.74655831e-03]
domain=10002 type=capture
-[6.90399522e-04 3.16872566e-02]
-[4.41475687e-05 3.74655858e-03]
+[6.90399495e-04 3.16872549e-02]
+[4.41475663e-05 3.74655831e-03]
domain=10002 type=fission
[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]
@@ -355,33 +355,33 @@ domain=10002 type=kappa-fission
[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]
domain=10002 type=scatter
-[6.63881861e-01 2.02069676e+00]
-[3.11726840e-02 2.20604454e-01]
+[6.63881795e-01 2.02069663e+00]
+[3.11726794e-02 2.20604438e-01]
domain=10002 type=nu-scatter
-[6.71269205e-01 2.03538833e+00]
-[2.61863712e-02 2.58060329e-01]
+[6.71269157e-01 2.03538818e+00]
+[2.61863693e-02 2.58060310e-01]
domain=10002 type=scatter matrix
-[[[6.39901485e-01 3.81167449e-01 1.52391898e-01 9.14802229e-03]
- [3.13677198e-02 8.75772321e-03 -2.56790106e-03 -3.78480288e-03]]
+[[[6.39901439e-01 3.81167422e-01 1.52391887e-01 9.14802163e-03]
+ [3.13677176e-02 8.75772258e-03 -2.56790088e-03 -3.78480261e-03]]
- [[4.43343134e-04 3.99960414e-04 3.19562707e-04 2.13846969e-04]
- [2.03494499e+00 5.09940513e-01 1.11174609e-01 2.49884357e-02]]]
-[[[2.47091228e-02 1.62432649e-02 8.15627770e-03 3.88856214e-03]
- [1.72811290e-03 9.25670501e-04 1.01398475e-03 8.17075571e-04]]
+ [[4.43343102e-04 3.99960386e-04 3.19562684e-04 2.13846954e-04]
+ [2.03494484e+00 5.09940477e-01 1.11174601e-01 2.49884339e-02]]]
+[[[2.47091210e-02 1.62432638e-02 8.15627712e-03 3.88856186e-03]
+ [1.72811278e-03 9.25670435e-04 1.01398468e-03 8.17075512e-04]]
- [[4.44850393e-04 4.01320183e-04 3.20649143e-04 2.14573997e-04]
- [2.57799889e-01 5.12359063e-02 1.30198170e-02 8.31235256e-03]]]
+ [[4.44850361e-04 4.01320154e-04 3.20649120e-04 2.14573982e-04]
+ [2.57799870e-01 5.12359026e-02 1.30198161e-02 8.31235197e-03]]]
domain=10002 type=nu-scatter matrix
-[[[6.39901485e-01 3.81167449e-01 1.52391898e-01 9.14802229e-03]
- [3.13677198e-02 8.75772321e-03 -2.56790106e-03 -3.78480288e-03]]
+[[[6.39901439e-01 3.81167422e-01 1.52391887e-01 9.14802163e-03]
+ [3.13677176e-02 8.75772258e-03 -2.56790088e-03 -3.78480261e-03]]
- [[4.43343134e-04 3.99960414e-04 3.19562707e-04 2.13846969e-04]
- [2.03494499e+00 5.09940513e-01 1.11174609e-01 2.49884357e-02]]]
-[[[2.47091228e-02 1.62432649e-02 8.15627770e-03 3.88856214e-03]
- [1.72811290e-03 9.25670501e-04 1.01398475e-03 8.17075571e-04]]
+ [[4.43343102e-04 3.99960386e-04 3.19562684e-04 2.13846954e-04]
+ [2.03494484e+00 5.09940477e-01 1.11174601e-01 2.49884339e-02]]]
+[[[2.47091210e-02 1.62432638e-02 8.15627712e-03 3.88856186e-03]
+ [1.72811278e-03 9.25670435e-04 1.01398468e-03 8.17075512e-04]]
- [[4.44850393e-04 4.01320183e-04 3.20649143e-04 2.14573997e-04]
- [2.57799889e-01 5.12359063e-02 1.30198170e-02 8.31235256e-03]]]
+ [[4.44850361e-04 4.01320154e-04 3.20649120e-04 2.14573982e-04]
+ [2.57799870e-01 5.12359026e-02 1.30198161e-02 8.31235197e-03]]]
domain=10002 type=multiplicity matrix
[[1.00000000e+00 1.00000000e+00]
[1.00000000e+00 1.00000000e+00]]
@@ -399,8 +399,8 @@ domain=10002 type=chi-prompt
[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]
domain=10002 type=inverse-velocity
-[6.02207831e-08 3.04495537e-06]
-[3.78043696e-09 3.60007673e-07]
+[6.02207835e-08 3.04495548e-06]
+[3.78043705e-09 3.60007679e-07]
domain=10002 type=prompt-nu-fission
[0.00000000e+00 0.00000000e+00]
[0.00000000e+00 0.00000000e+00]
diff --git a/tests/test_mgxs_library_mesh/results_true.dat b/tests/test_mgxs_library_mesh/results_true.dat
index df4dcd3400..b39a1ea8ca 100644
--- a/tests/test_mgxs_library_mesh/results_true.dat
+++ b/tests/test_mgxs_library_mesh/results_true.dat
@@ -2,7 +2,7 @@
x y z
0 1 1 1 1 total 0.654966 0.098415
1 1 2 1 1 total 0.639357 0.282107
-2 2 1 1 1 total 0.713534 0.079789
+2 2 1 1 1 total 0.713534 0.079788
3 2 2 1 1 total 0.641095 0.091519
mesh 1 group in nuclide mean std. dev.
x y z
@@ -42,10 +42,10 @@
3 2 2 1 1 total 0.021015 0.004911
mesh 1 group in nuclide mean std. dev.
x y z
-0 1 1 1 1 total 1.596880e+06 348353.788370
-1 1 2 1 1 total 1.610266e+06 638514.814974
-2 2 1 1 1 total 2.048209e+06 257681.654621
-3 2 2 1 1 total 1.660283e+06 390011.391278
+0 1 1 1 1 total 1.596881e+06 348355.002874
+1 1 2 1 1 total 1.610266e+06 638514.779022
+2 2 1 1 1 total 2.048208e+06 257681.650350
+3 2 2 1 1 total 1.660283e+06 390011.381149
mesh 1 group in nuclide mean std. dev.
x y z
0 1 1 1 1 total 0.633490 0.094536
@@ -120,7 +120,7 @@
3 2 2 1 1 total 1.0 0.475608
mesh 1 group in nuclide mean std. dev.
x y z
-0 1 1 1 1 total 4.697405e-07 8.304381e-08
+0 1 1 1 1 total 4.697404e-07 8.304376e-08
1 1 2 1 1 total 4.173069e-07 1.694647e-07
2 2 1 1 1 total 6.581421e-07 1.337227e-07
3 2 2 1 1 total 4.714011e-07 1.140489e-07
@@ -138,15 +138,15 @@
3 2 2 1 1 1 total 0.011105 0.003806
mesh 1 delayedgroup group in nuclide mean std. dev.
x y z
-0 1 1 1 1 1 total 0.000005 1.004627e-06
-1 1 1 1 2 1 total 0.000025 5.397916e-06
-2 1 1 1 3 1 total 0.000025 5.274991e-06
-3 1 1 1 4 1 total 0.000058 1.230430e-05
-4 1 1 1 5 1 total 0.000026 5.548686e-06
-5 1 1 1 6 1 total 0.000011 2.306996e-06
+0 1 1 1 1 1 total 0.000005 1.004630e-06
+1 1 1 1 2 1 total 0.000025 5.397934e-06
+2 1 1 1 3 1 total 0.000025 5.275008e-06
+3 1 1 1 4 1 total 0.000058 1.230434e-05
+4 1 1 1 5 1 total 0.000026 5.548702e-06
+5 1 1 1 6 1 total 0.000011 2.307003e-06
6 1 2 1 1 1 total 0.000004 1.779307e-06
-7 1 2 1 2 1 total 0.000024 9.648451e-06
-8 1 2 1 3 1 total 0.000024 9.479454e-06
+7 1 2 1 2 1 total 0.000024 9.648450e-06
+8 1 2 1 3 1 total 0.000024 9.479453e-06
9 1 2 1 4 1 total 0.000056 2.231366e-05
10 1 2 1 5 1 total 0.000026 1.028267e-05
11 1 2 1 6 1 total 0.000011 4.268087e-06
@@ -217,11 +217,11 @@
mesh 1 delayedgroup group in nuclide mean std. dev.
x y z
0 1 1 1 1 1 total 0.013362 0.003586
-1 1 1 1 2 1 total 0.032554 0.008644
+1 1 1 1 2 1 total 0.032554 0.008645
2 1 1 1 3 1 total 0.121179 0.031941
-3 1 1 1 4 1 total 0.306858 0.079970
-4 1 1 1 5 1 total 0.865303 0.220416
-5 1 1 1 6 1 total 2.906554 0.741587
+3 1 1 1 4 1 total 0.306858 0.079971
+4 1 1 1 5 1 total 0.865303 0.220417
+5 1 1 1 6 1 total 2.906554 0.741589
6 1 2 1 1 1 total 0.013362 0.004521
7 1 2 1 2 1 total 0.032556 0.011045
8 1 2 1 3 1 total 0.121174 0.041226
diff --git a/tests/test_mgxs_library_no_nuclides/results_true.dat b/tests/test_mgxs_library_no_nuclides/results_true.dat
index b4a83befd5..7ed8908559 100644
--- a/tests/test_mgxs_library_no_nuclides/results_true.dat
+++ b/tests/test_mgxs_library_no_nuclides/results_true.dat
@@ -20,8 +20,8 @@
1 10000 1 total 0.019432 0.001323
0 10000 2 total 0.469775 0.041682
material group in nuclide mean std. dev.
-1 10000 1 total 1.474570e+06 9.923532e+04
-0 10000 2 total 3.728690e+07 3.308378e+06
+1 10000 1 total 1.474570e+06 9.923536e+04
+0 10000 2 total 3.728689e+07 3.308375e+06
material group in nuclide mean std. dev.
1 10000 1 total 0.387418 0.020626
0 10000 2 total 0.395659 0.025125
@@ -79,8 +79,8 @@
1 10000 1 total 1.0 0.051471
0 10000 2 total 0.0 0.000000
material group in nuclide mean std. dev.
-1 10000 1 total 5.709323e-08 4.687930e-09
-0 10000 2 total 2.855740e-06 2.442165e-07
+1 10000 1 total 5.709324e-08 4.687938e-09
+0 10000 2 total 2.855739e-06 2.442164e-07
material group in nuclide mean std. dev.
1 10000 1 total 0.019239 0.001310
0 10000 2 total 0.466719 0.041411
@@ -192,7 +192,7 @@
0 10001 2 total 0.0 0.0
material group in nuclide mean std. dev.
1 10001 1 total 0.312163 0.015322
-0 10001 2 total 0.295421 0.027445
+0 10001 2 total 0.295421 0.027446
material group in nuclide mean std. dev.
1 10001 1 total 0.310121 0.033788
0 10001 2 total 0.296264 0.043792
@@ -247,8 +247,8 @@
1 10001 1 total 0.0 0.0
0 10001 2 total 0.0 0.0
material group in nuclide mean std. dev.
-1 10001 1 total 5.995980e-08 4.553093e-09
-0 10001 2 total 2.985490e-06 3.417016e-07
+1 10001 1 total 5.995979e-08 4.553084e-09
+0 10001 2 total 2.985490e-06 3.417020e-07
material group in nuclide mean std. dev.
1 10001 1 total 0.0 0.0
0 10001 2 total 0.0 0.0
@@ -378,7 +378,7 @@
6 10002 2 1 total P2 0.000320 0.000321
7 10002 2 1 total P3 0.000214 0.000215
0 10002 2 2 total P0 2.034945 0.257800
-1 10002 2 2 total P1 0.509941 0.051236
+1 10002 2 2 total P1 0.509940 0.051236
2 10002 2 2 total P2 0.111175 0.013020
3 10002 2 2 total P3 0.024988 0.008312
material group in group out nuclide moment mean std. dev.
@@ -395,7 +395,7 @@
6 10002 2 1 total P2 0.000320 0.000321
7 10002 2 1 total P3 0.000214 0.000215
0 10002 2 2 total P0 2.034945 0.257800
-1 10002 2 2 total P1 0.509941 0.051236
+1 10002 2 2 total P1 0.509940 0.051236
2 10002 2 2 total P2 0.111175 0.013020
3 10002 2 2 total P3 0.024988 0.008312
material group in group out nuclide mean std. dev.
diff --git a/tests/test_mgxs_library_nuclides/results_true.dat b/tests/test_mgxs_library_nuclides/results_true.dat
index bdc0d17685..595394ad26 100644
--- a/tests/test_mgxs_library_nuclides/results_true.dat
+++ b/tests/test_mgxs_library_nuclides/results_true.dat
@@ -1 +1 @@
-8bc6694ee99cc05ec59143dac065f3f51026713044c48a36ac486f46014289c1f18d4d8e14ef0bb468050aea0bac5628425fd76154a01c7438c7d85139aa2f06
\ No newline at end of file
+b91cd851e23046bed070866f56e03cb95d92025dbaf4d7e12dad553fc391cd812c2c6cb7584e9a10af113d728631dd10a079717418eefd57b676b847c3261c80
\ No newline at end of file
diff --git a/tests/test_output/results_true.dat b/tests/test_output/results_true.dat
index 7b2fbf37f5..5cb3925a62 100644
--- a/tests/test_output/results_true.dat
+++ b/tests/test_output/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-2.943619E-01 3.309635E-03
+2.943619E-01 3.309646E-03
diff --git a/tests/test_particle_restart_eigval/results_true.dat b/tests/test_particle_restart_eigval/results_true.dat
index 6731ed2152..e0a9864a07 100644
--- a/tests/test_particle_restart_eigval/results_true.dat
+++ b/tests/test_particle_restart_eigval/results_true.dat
@@ -11,6 +11,6 @@ particle weight:
particle energy:
3.158576E+06
particle xyz:
-5.846530E+01 -3.717881E+01 -3.787515E+00
+5.846531E+01 -3.717881E+01 -3.787515E+00
particle uvw:
6.197114E-01 -2.450461E-01 -7.455939E-01
diff --git a/tests/test_periodic/results_true.dat b/tests/test_periodic/results_true.dat
index b0bdb22c7d..96f4735b08 100644
--- a/tests/test_periodic/results_true.dat
+++ b/tests/test_periodic/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-1.040109E+00 6.527490E-02
+1.040109E+00 6.527468E-02
diff --git a/tests/test_ptables_off/results_true.dat b/tests/test_ptables_off/results_true.dat
index 2d6511cd25..a21d1f9973 100644
--- a/tests/test_ptables_off/results_true.dat
+++ b/tests/test_ptables_off/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-2.998034E-01 5.227986E-03
+2.998034E-01 5.228002E-03
diff --git a/tests/test_quadric_surfaces/results_true.dat b/tests/test_quadric_surfaces/results_true.dat
index 088c198e68..a03c058dcc 100644
--- a/tests/test_quadric_surfaces/results_true.dat
+++ b/tests/test_quadric_surfaces/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-1.001024E+00 1.133206E-02
+1.005538E+00 3.374726E-03
diff --git a/tests/test_reflective_plane/results_true.dat b/tests/test_reflective_plane/results_true.dat
index 4860c1ed90..c4544c749a 100644
--- a/tests/test_reflective_plane/results_true.dat
+++ b/tests/test_reflective_plane/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-2.271202E+00 3.876146E-03
+2.271202E+00 3.876145E-03
diff --git a/tests/test_rotation/results_true.dat b/tests/test_rotation/results_true.dat
index 7b2fbf37f5..5cb3925a62 100644
--- a/tests/test_rotation/results_true.dat
+++ b/tests/test_rotation/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-2.943619E-01 3.309635E-03
+2.943619E-01 3.309646E-03
diff --git a/tests/test_salphabeta/results_true.dat b/tests/test_salphabeta/results_true.dat
index 7b889c859f..378888998e 100644
--- a/tests/test_salphabeta/results_true.dat
+++ b/tests/test_salphabeta/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-8.465449E-01 5.743852E-03
+8.465448E-01 5.743842E-03
diff --git a/tests/test_score_current/results_true.dat b/tests/test_score_current/results_true.dat
index 4b7833e85e..cb1cebf24c 100644
--- a/tests/test_score_current/results_true.dat
+++ b/tests/test_score_current/results_true.dat
@@ -1 +1 @@
-05f3d67355e823afe6c8f3a721a2a7b9468f128bd14eace44aa7b85f8b6535e099cb27219dd88b9b1a242d36cc5cefd6d4c4f3549f0463120837e6c6b57650e7
\ No newline at end of file
+b08d79380540e6170000f6886a7dc97b9d0c830698ac1c1e009a2c6383d542650d37a0e307a4f82771492f73fcd654f7f5c9d01d28fb3b0e8824678656c63a85
\ No newline at end of file
diff --git a/tests/test_seed/results_true.dat b/tests/test_seed/results_true.dat
index 35e9c968b0..cbc03aec2c 100644
--- a/tests/test_seed/results_true.dat
+++ b/tests/test_seed/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-3.131925E-01 7.639726E-03
+3.131924E-01 7.639718E-03
diff --git a/tests/test_source/results_true.dat b/tests/test_source/results_true.dat
index e7ef218ad2..90cc3ec1f6 100644
--- a/tests/test_source/results_true.dat
+++ b/tests/test_source/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-3.026614E-01 3.952004E-03
+3.026614E-01 3.952008E-03
diff --git a/tests/test_source_file/results_true.dat b/tests/test_source_file/results_true.dat
index 782e471766..4ab7993d88 100644
--- a/tests/test_source_file/results_true.dat
+++ b/tests/test_source_file/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-2.939526E-01 6.311736E-03
+2.939525E-01 6.311780E-03
diff --git a/tests/test_sourcepoint_batch/results_true.dat b/tests/test_sourcepoint_batch/results_true.dat
index 6dd7a8a220..8b8dd98f2b 100644
--- a/tests/test_sourcepoint_batch/results_true.dat
+++ b/tests/test_sourcepoint_batch/results_true.dat
@@ -1,3 +1,3 @@
k-combined:
0.000000E+00 0.000000E+00
-1.892327E+00 -3.385257E+00 6.702634E-01
+1.892327E+00 -3.385257E+00 6.702632E-01
diff --git a/tests/test_sourcepoint_latest/results_true.dat b/tests/test_sourcepoint_latest/results_true.dat
index 7b2fbf37f5..5cb3925a62 100644
--- a/tests/test_sourcepoint_latest/results_true.dat
+++ b/tests/test_sourcepoint_latest/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-2.943619E-01 3.309635E-03
+2.943619E-01 3.309646E-03
diff --git a/tests/test_sourcepoint_restart/results_true.dat b/tests/test_sourcepoint_restart/results_true.dat
index 0e83121c58..f726da973c 100644
--- a/tests/test_sourcepoint_restart/results_true.dat
+++ b/tests/test_sourcepoint_restart/results_true.dat
@@ -1,5 +1,5 @@
k-combined:
-2.943619E-01 3.309635E-03
+2.943619E-01 3.309646E-03
tally 1:
1.100000E-02
3.700000E-05
@@ -9,8 +9,8 @@ tally 1:
2.368303E-06
3.138136E-03
5.769887E-06
-7.719235E-03
-2.632583E-05
+7.719234E-03
+2.632582E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -20,7 +20,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.976389E-04
-8.858892E-08
+8.858890E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -29,8 +29,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-8.816169E-04
-7.772484E-07
+8.816168E-04
+7.772482E-07
1.000000E-03
1.000000E-06
8.782909E-04
@@ -50,7 +50,7 @@ tally 1:
5.064093E-03
1.787892E-05
1.071093E-02
-2.748613E-05
+2.748612E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -59,8 +59,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-8.954046E-04
-2.673852E-07
+8.954045E-04
+2.673851E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -90,7 +90,7 @@ tally 1:
6.729425E-03
1.249089E-05
1.363637E-02
-4.345511E-05
+4.345510E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -100,7 +100,7 @@ tally 1:
0.000000E+00
0.000000E+00
1.182717E-03
-5.268981E-07
+5.268980E-07
2.000000E-03
2.000000E-06
-1.367978E-03
@@ -109,7 +109,7 @@ tally 1:
9.316064E-08
4.394728E-04
1.064342E-07
-2.110881E-03
+2.110880E-03
1.737594E-06
1.000000E-03
1.000000E-06
@@ -120,7 +120,7 @@ tally 1:
6.396651E-04
4.091714E-07
2.938723E-04
-8.636093E-08
+8.636091E-08
2.300000E-02
1.330000E-04
1.081756E-02
@@ -139,8 +139,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-8.957101E-04
-4.402865E-07
+8.957100E-04
+4.402864E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -169,8 +169,8 @@ tally 1:
3.716159E-06
2.138941E-03
3.006748E-06
-5.414129E-03
-8.079335E-06
+5.414128E-03
+8.079333E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -179,8 +179,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -209,8 +209,8 @@ tally 1:
3.561549E-06
2.550048E-03
3.841061E-06
-8.048523E-03
-1.583844E-05
+8.048522E-03
+1.583843E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -220,7 +220,7 @@ tally 1:
0.000000E+00
0.000000E+00
5.915762E-04
-1.749886E-07
+1.749885E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -250,7 +250,7 @@ tally 1:
5.665111E-03
8.560197E-06
1.100708E-02
-2.835296E-05
+2.835295E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -259,8 +259,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
1.000000E-03
1.000000E-06
-2.856031E-04
@@ -269,8 +269,8 @@ tally 1:
1.426167E-07
3.701637E-04
1.370211E-07
-1.203065E-03
-7.240969E-07
+1.203064E-03
+7.240967E-07
1.000000E-03
1.000000E-06
9.705482E-04
@@ -290,7 +290,7 @@ tally 1:
9.177440E-03
2.088782E-05
2.116869E-02
-9.629049E-05
+9.629046E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -300,7 +300,7 @@ tally 1:
0.000000E+00
0.000000E+00
1.501009E-03
-6.405023E-07
+6.405021E-07
1.000000E-03
1.000000E-06
5.882614E-04
@@ -310,7 +310,7 @@ tally 1:
-3.734703E-04
1.394801E-07
1.472277E-03
-9.506220E-07
+9.506217E-07
2.000000E-03
2.000000E-06
1.830192E-03
@@ -320,7 +320,7 @@ tally 1:
1.118506E-03
7.332971E-07
2.977039E-04
-8.862764E-08
+8.862762E-08
2.000000E-02
1.080000E-04
8.640372E-03
@@ -329,7 +329,7 @@ tally 1:
1.038555E-05
2.447898E-03
4.466055E-06
-8.949668E-03
+8.949667E-03
1.935056E-05
0.000000E+00
0.000000E+00
@@ -340,7 +340,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.977039E-04
-8.862764E-08
+8.862762E-08
1.000000E-03
1.000000E-06
-3.805163E-04
@@ -360,7 +360,7 @@ tally 1:
5.960676E-04
3.552966E-07
2.938723E-04
-8.636093E-08
+8.636091E-08
1.000000E-02
3.400000E-05
4.840884E-03
@@ -370,7 +370,7 @@ tally 1:
1.374077E-03
2.333511E-06
4.754696E-03
-7.172310E-06
+7.172309E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -379,8 +379,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -409,8 +409,8 @@ tally 1:
1.522316E-06
9.193982E-04
3.247292E-06
-5.365660E-03
-6.567981E-06
+5.365659E-03
+6.567979E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -419,8 +419,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-6.056044E-04
-1.834317E-07
+6.056043E-04
+1.834316E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -430,7 +430,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.977039E-04
-8.862764E-08
+8.862762E-08
1.000000E-03
1.000000E-06
2.390376E-04
@@ -450,7 +450,7 @@ tally 1:
3.982541E-03
7.962565E-06
1.486928E-02
-5.763902E-05
+5.763901E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -460,7 +460,7 @@ tally 1:
0.000000E+00
0.000000E+00
5.915762E-04
-1.749886E-07
+1.749885E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -469,7 +469,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-5.954079E-04
+5.954078E-04
3.545105E-07
1.000000E-03
1.000000E-06
@@ -490,7 +490,7 @@ tally 1:
3.254969E-03
8.653294E-06
1.189702E-02
-3.303341E-05
+3.303340E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -499,8 +499,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-9.033083E-04
-2.720593E-07
+9.033082E-04
+2.720592E-07
3.000000E-03
3.000000E-06
3.649225E-04
@@ -509,8 +509,8 @@ tally 1:
8.940601E-07
-9.392028E-04
5.872882E-07
-1.484188E-03
-9.721094E-07
+1.484187E-03
+9.721092E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -530,7 +530,7 @@ tally 1:
6.142979E-03
1.359405E-05
1.043467E-02
-2.526769E-05
+2.526768E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -549,8 +549,8 @@ tally 1:
2.322395E-07
1.614061E-04
2.605194E-08
-8.813115E-04
-4.316252E-07
+8.813114E-04
+4.316251E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -560,7 +560,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.935668E-04
-8.618149E-08
+8.618147E-08
1.900000E-02
1.030000E-04
1.035735E-02
@@ -569,8 +569,8 @@ tally 1:
1.164471E-05
3.924334E-03
6.047577E-06
-9.748673E-03
-2.956634E-05
+9.748672E-03
+2.956633E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -579,8 +579,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -590,7 +590,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.935668E-04
-8.618149E-08
+8.618147E-08
1.000000E-03
1.000000E-06
8.623139E-04
@@ -610,7 +610,7 @@ tally 1:
1.542203E-03
1.531669E-06
4.135720E-03
-4.532612E-06
+4.532611E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -629,8 +629,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
1.000000E-03
1.000000E-06
9.451745E-04
@@ -650,7 +650,7 @@ tally 1:
-2.103247E-04
2.815945E-07
1.249410E-02
-3.501590E-05
+3.501589E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -659,7 +659,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-6.159310E-04
+6.159309E-04
3.793709E-07
0.000000E+00
0.000000E+00
@@ -670,7 +670,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.976389E-04
-8.858892E-08
+8.858890E-08
1.000000E-03
1.000000E-06
9.514029E-04
@@ -689,8 +689,8 @@ tally 1:
1.522378E-05
5.376579E-03
1.088620E-05
-1.461149E-02
-4.367386E-05
+1.461148E-02
+4.367385E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -740,7 +740,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.935668E-04
-8.618149E-08
+8.618147E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -749,7 +749,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-2.655540E-03
+2.655539E-03
2.523801E-06
3.000000E-03
5.000000E-06
@@ -760,7 +760,7 @@ tally 1:
2.772329E-03
4.247272E-06
2.976389E-04
-8.858892E-08
+8.858890E-08
6.000000E-03
8.000000E-06
2.104495E-03
@@ -790,7 +790,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.976389E-04
-8.858892E-08
+8.858890E-08
1.000000E-03
1.000000E-06
9.374310E-04
@@ -800,7 +800,7 @@ tally 1:
6.533352E-04
4.268468E-07
2.976389E-04
-8.858892E-08
+8.858890E-08
1.200000E-02
4.600000E-05
9.302157E-04
@@ -809,8 +809,8 @@ tally 1:
3.092623E-06
-1.511552E-03
4.053466E-06
-5.941986E-03
-9.853873E-06
+5.941985E-03
+9.853870E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -819,8 +819,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-1.186549E-03
-5.291648E-07
+1.186548E-03
+5.291647E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -830,7 +830,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.935668E-04
-8.618149E-08
+8.618147E-08
1.000000E-03
1.000000E-06
9.893707E-04
@@ -860,7 +860,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.977039E-04
-8.862764E-08
+8.862762E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -869,7 +869,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-5.912708E-04
+5.912707E-04
1.748091E-07
2.000000E-03
2.000000E-06
@@ -890,7 +890,7 @@ tally 1:
4.584291E-03
1.665226E-05
1.729188E-02
-6.078654E-05
+6.078653E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -900,7 +900,7 @@ tally 1:
0.000000E+00
0.000000E+00
1.792523E-03
-8.900699E-07
+8.900697E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -929,8 +929,8 @@ tally 1:
7.496014E-06
2.451897E-03
2.115374E-06
-7.760001E-03
-1.634548E-05
+7.760000E-03
+1.634547E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -940,7 +940,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.977039E-04
-8.862764E-08
+8.862762E-08
1.000000E-03
1.000000E-06
-7.119580E-04
@@ -949,8 +949,8 @@ tally 1:
6.776977E-08
1.657364E-04
2.746855E-08
-8.807005E-04
-7.756334E-07
+8.807004E-04
+7.756332E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -970,7 +970,7 @@ tally 1:
1.548553E-03
8.929308E-06
1.108618E-02
-3.019578E-05
+3.019577E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -980,7 +980,7 @@ tally 1:
0.000000E+00
0.000000E+00
1.174573E-03
-8.619943E-07
+8.619941E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1009,7 +1009,7 @@ tally 1:
1.290780E-05
1.772063E-03
2.006265E-06
-5.944487E-03
+5.944486E-03
1.042417E-05
0.000000E+00
0.000000E+00
@@ -1019,8 +1019,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1030,7 +1030,7 @@ tally 1:
0.000000E+00
0.000000E+00
1.190621E-03
-8.859279E-07
+8.859277E-07
2.000000E-03
2.000000E-06
1.908405E-03
@@ -1049,7 +1049,7 @@ tally 1:
1.419001E-05
3.947828E-03
8.417104E-06
-9.232714E-03
+9.232713E-03
1.900222E-05
0.000000E+00
0.000000E+00
@@ -1060,7 +1060,7 @@ tally 1:
0.000000E+00
0.000000E+00
1.186919E-03
-5.294604E-07
+5.294603E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1090,7 +1090,7 @@ tally 1:
5.941113E-03
1.265337E-05
1.462273E-02
-4.551799E-05
+4.551798E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1100,7 +1100,7 @@ tally 1:
0.000000E+00
0.000000E+00
6.056694E-04
-1.834704E-07
+1.834703E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1109,8 +1109,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-8.807005E-04
-7.756334E-07
+8.807004E-04
+7.756332E-07
1.000000E-03
1.000000E-06
8.905295E-04
@@ -1129,7 +1129,7 @@ tally 1:
4.997963E-06
2.131704E-03
3.253030E-06
-7.754475E-03
+7.754474E-03
1.333333E-05
0.000000E+00
0.000000E+00
@@ -1140,7 +1140,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.938723E-04
-8.636093E-08
+8.636091E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1149,8 +1149,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-1.484383E-03
-1.504224E-06
+1.484382E-03
+1.504223E-06
3.000000E-03
5.000000E-06
2.760812E-03
@@ -1170,7 +1170,7 @@ tally 1:
3.967026E-03
1.027239E-05
1.066281E-02
-2.937591E-05
+2.937590E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1180,7 +1180,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.976389E-04
-8.858892E-08
+8.858890E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1210,7 +1210,7 @@ tally 1:
4.938488E-05
2.738492E-07
1.484493E-03
-9.722888E-07
+9.722886E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1250,7 +1250,7 @@ tally 1:
6.339840E-03
1.601206E-05
1.065253E-02
-3.447908E-05
+3.447907E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1269,8 +1269,8 @@ tally 1:
2.316281E-07
1.640958E-04
2.692743E-08
-5.871337E-04
-3.447260E-07
+5.871336E-04
+3.447259E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1300,7 +1300,7 @@ tally 1:
0.000000E+00
0.000000E+00
5.915762E-04
-1.749886E-07
+1.749885E-07
1.000000E-03
1.000000E-06
-5.881991E-05
@@ -1309,8 +1309,8 @@ tally 1:
2.448373E-07
8.772111E-05
7.694993E-09
-5.871337E-04
-3.447260E-07
+5.871336E-04
+3.447259E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1329,8 +1329,8 @@ tally 1:
2.403244E-06
2.579361E-03
5.814745E-06
-8.693503E-03
-1.682274E-05
+8.693502E-03
+1.682273E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1340,7 +1340,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.976389E-04
-8.858892E-08
+8.858890E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1369,7 +1369,7 @@ tally 1:
4.212660E-06
2.637510E-03
3.210372E-06
-3.866944E-03
+3.866943E-03
3.257876E-06
0.000000E+00
0.000000E+00
@@ -1410,7 +1410,7 @@ tally 1:
-5.996856E-04
9.642316E-07
3.248622E-03
-4.063214E-06
+4.063213E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1420,7 +1420,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.938723E-04
-8.636093E-08
+8.636091E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1450,7 +1450,7 @@ tally 1:
6.867008E-03
1.321552E-05
1.283876E-02
-3.527488E-05
+3.527487E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1459,7 +1459,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-5.954079E-04
+5.954078E-04
3.545105E-07
0.000000E+00
0.000000E+00
@@ -1490,7 +1490,7 @@ tally 1:
7.761524E-03
1.694944E-05
1.659048E-02
-7.200875E-05
+7.200873E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1500,7 +1500,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.976389E-04
-8.858892E-08
+8.858890E-08
1.000000E-03
1.000000E-06
-5.273064E-04
@@ -1509,8 +1509,8 @@ tally 1:
6.876059E-09
4.244131E-04
1.801265E-07
-8.891501E-04
-4.407166E-07
+8.891500E-04
+4.407165E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1529,8 +1529,8 @@ tally 1:
8.589511E-06
3.244585E-03
5.882222E-06
-5.074321E-03
-5.793166E-06
+5.074320E-03
+5.793165E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1569,8 +1569,8 @@ tally 1:
3.717004E-06
1.161623E-03
3.726099E-06
-3.570376E-03
-5.251427E-06
+3.570375E-03
+5.251426E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1610,7 +1610,7 @@ tally 1:
1.119131E-03
6.212863E-07
1.494579E-03
-6.241237E-07
+6.241235E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1620,7 +1620,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.976389E-04
-8.858892E-08
+8.858890E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1650,7 +1650,7 @@ tally 1:
3.939298E-03
9.052046E-06
1.250316E-02
-3.147176E-05
+3.147175E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1660,7 +1660,7 @@ tally 1:
0.000000E+00
0.000000E+00
5.953428E-04
-1.772166E-07
+1.772165E-07
1.000000E-03
1.000000E-06
-5.747626E-05
@@ -1669,7 +1669,7 @@ tally 1:
2.450693E-07
8.573970E-05
7.351297E-09
-5.954079E-04
+5.954078E-04
3.545105E-07
1.000000E-03
1.000000E-06
@@ -1690,7 +1690,7 @@ tally 1:
5.282346E-03
1.407031E-05
1.162837E-02
-3.241151E-05
+3.241150E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1729,7 +1729,7 @@ tally 1:
5.366244E-06
-1.675270E-03
3.867377E-06
-9.216755E-03
+9.216754E-03
2.272207E-05
0.000000E+00
0.000000E+00
@@ -1739,8 +1739,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1749,7 +1749,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-6.159310E-04
+6.159309E-04
3.793709E-07
0.000000E+00
0.000000E+00
@@ -1850,7 +1850,7 @@ tally 1:
1.987991E-03
4.703397E-06
6.572185E-03
-9.479067E-06
+9.479065E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1859,7 +1859,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-5.954079E-04
+5.954078E-04
3.545105E-07
0.000000E+00
0.000000E+00
@@ -1889,8 +1889,8 @@ tally 1:
8.093978E-06
-2.502286E-04
2.564795E-06
-7.760559E-03
-1.654842E-05
+7.760558E-03
+1.654841E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1910,7 +1910,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.935668E-04
-8.618149E-08
+8.618147E-08
1.000000E-03
1.000000E-06
9.333938E-04
@@ -1929,8 +1929,8 @@ tally 1:
1.617998E-05
1.295452E-03
8.613003E-07
-7.815193E-03
-2.039363E-05
+7.815192E-03
+2.039362E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1940,7 +1940,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.935668E-04
-8.618149E-08
+8.618147E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2010,7 +2010,7 @@ tally 1:
-3.426513E-05
1.342349E-07
1.511030E-03
-1.198311E-06
+1.198310E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2049,8 +2049,8 @@ tally 1:
6.457947E-06
4.380506E-03
1.060881E-05
-7.130795E-03
-1.485135E-05
+7.130794E-03
+1.485134E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2069,8 +2069,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-8.816169E-04
-7.772484E-07
+8.816168E-04
+7.772482E-07
1.000000E-03
1.000000E-06
9.951010E-04
@@ -2090,7 +2090,7 @@ tally 1:
5.738303E-03
9.169816E-06
1.046961E-02
-2.353871E-05
+2.353870E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2100,7 +2100,7 @@ tally 1:
0.000000E+00
0.000000E+00
6.056694E-04
-1.834704E-07
+1.834703E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2109,8 +2109,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-1.203065E-03
-7.240969E-07
+1.203064E-03
+7.240967E-07
2.000000E-03
2.000000E-06
1.696621E-03
@@ -2129,8 +2129,8 @@ tally 1:
5.658333E-06
3.432476E-03
3.530320E-06
-6.546903E-03
-9.343145E-06
+6.546902E-03
+9.343143E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2169,8 +2169,8 @@ tally 1:
4.841114E-08
1.981705E-04
2.166687E-07
-9.135699E-04
-4.679599E-07
+9.135698E-04
+4.679598E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2250,7 +2250,7 @@ tally 1:
3.674257E-05
1.178281E-06
5.048984E-03
-5.880390E-06
+5.880389E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2259,8 +2259,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2269,8 +2269,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-5.952778E-04
-3.543557E-07
+5.952777E-04
+3.543556E-07
1.000000E-03
1.000000E-06
9.362621E-04
@@ -2289,7 +2289,7 @@ tally 1:
7.132281E-06
2.485730E-03
7.247489E-06
-9.248313E-03
+9.248312E-03
1.738407E-05
0.000000E+00
0.000000E+00
@@ -2299,7 +2299,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-8.991712E-04
+8.991711E-04
2.696131E-07
0.000000E+00
0.000000E+00
@@ -2309,7 +2309,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-5.954079E-04
+5.954078E-04
3.545105E-07
1.000000E-03
1.000000E-06
@@ -2330,7 +2330,7 @@ tally 1:
2.008278E-03
1.484516E-06
3.844641E-03
-4.075869E-06
+4.075868E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2340,7 +2340,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.977039E-04
-8.862764E-08
+8.862762E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2349,8 +2349,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-9.238964E-04
-8.535846E-07
+9.238963E-04
+8.535844E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2369,8 +2369,8 @@ tally 1:
7.608820E-08
4.354374E-04
1.896058E-07
-5.871337E-04
-3.447260E-07
+5.871336E-04
+3.447259E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2402,11 +2402,11 @@ tally 1:
0.000000E+00
0.000000E+00
tally 2:
-5.656887E-01
-6.401442E-02
-6.158976E-01
-7.588371E-02
+5.656886E-01
+6.401440E-02
+6.158975E-01
+7.588369E-02
3.588479E+00
2.575762E+00
-4.003041E+01
-3.205440E+02
+4.003040E+01
+3.205439E+02
diff --git a/tests/test_statepoint_batch/results_true.dat b/tests/test_statepoint_batch/results_true.dat
index dd5195ef0d..ebd9a1a16e 100644
--- a/tests/test_statepoint_batch/results_true.dat
+++ b/tests/test_statepoint_batch/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-3.003258E-01 3.388059E-03
+3.003258E-01 3.388075E-03
diff --git a/tests/test_statepoint_restart/results_true.dat b/tests/test_statepoint_restart/results_true.dat
index 0e83121c58..f726da973c 100644
--- a/tests/test_statepoint_restart/results_true.dat
+++ b/tests/test_statepoint_restart/results_true.dat
@@ -1,5 +1,5 @@
k-combined:
-2.943619E-01 3.309635E-03
+2.943619E-01 3.309646E-03
tally 1:
1.100000E-02
3.700000E-05
@@ -9,8 +9,8 @@ tally 1:
2.368303E-06
3.138136E-03
5.769887E-06
-7.719235E-03
-2.632583E-05
+7.719234E-03
+2.632582E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -20,7 +20,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.976389E-04
-8.858892E-08
+8.858890E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -29,8 +29,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-8.816169E-04
-7.772484E-07
+8.816168E-04
+7.772482E-07
1.000000E-03
1.000000E-06
8.782909E-04
@@ -50,7 +50,7 @@ tally 1:
5.064093E-03
1.787892E-05
1.071093E-02
-2.748613E-05
+2.748612E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -59,8 +59,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-8.954046E-04
-2.673852E-07
+8.954045E-04
+2.673851E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -90,7 +90,7 @@ tally 1:
6.729425E-03
1.249089E-05
1.363637E-02
-4.345511E-05
+4.345510E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -100,7 +100,7 @@ tally 1:
0.000000E+00
0.000000E+00
1.182717E-03
-5.268981E-07
+5.268980E-07
2.000000E-03
2.000000E-06
-1.367978E-03
@@ -109,7 +109,7 @@ tally 1:
9.316064E-08
4.394728E-04
1.064342E-07
-2.110881E-03
+2.110880E-03
1.737594E-06
1.000000E-03
1.000000E-06
@@ -120,7 +120,7 @@ tally 1:
6.396651E-04
4.091714E-07
2.938723E-04
-8.636093E-08
+8.636091E-08
2.300000E-02
1.330000E-04
1.081756E-02
@@ -139,8 +139,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-8.957101E-04
-4.402865E-07
+8.957100E-04
+4.402864E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -169,8 +169,8 @@ tally 1:
3.716159E-06
2.138941E-03
3.006748E-06
-5.414129E-03
-8.079335E-06
+5.414128E-03
+8.079333E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -179,8 +179,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -209,8 +209,8 @@ tally 1:
3.561549E-06
2.550048E-03
3.841061E-06
-8.048523E-03
-1.583844E-05
+8.048522E-03
+1.583843E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -220,7 +220,7 @@ tally 1:
0.000000E+00
0.000000E+00
5.915762E-04
-1.749886E-07
+1.749885E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -250,7 +250,7 @@ tally 1:
5.665111E-03
8.560197E-06
1.100708E-02
-2.835296E-05
+2.835295E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -259,8 +259,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
1.000000E-03
1.000000E-06
-2.856031E-04
@@ -269,8 +269,8 @@ tally 1:
1.426167E-07
3.701637E-04
1.370211E-07
-1.203065E-03
-7.240969E-07
+1.203064E-03
+7.240967E-07
1.000000E-03
1.000000E-06
9.705482E-04
@@ -290,7 +290,7 @@ tally 1:
9.177440E-03
2.088782E-05
2.116869E-02
-9.629049E-05
+9.629046E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -300,7 +300,7 @@ tally 1:
0.000000E+00
0.000000E+00
1.501009E-03
-6.405023E-07
+6.405021E-07
1.000000E-03
1.000000E-06
5.882614E-04
@@ -310,7 +310,7 @@ tally 1:
-3.734703E-04
1.394801E-07
1.472277E-03
-9.506220E-07
+9.506217E-07
2.000000E-03
2.000000E-06
1.830192E-03
@@ -320,7 +320,7 @@ tally 1:
1.118506E-03
7.332971E-07
2.977039E-04
-8.862764E-08
+8.862762E-08
2.000000E-02
1.080000E-04
8.640372E-03
@@ -329,7 +329,7 @@ tally 1:
1.038555E-05
2.447898E-03
4.466055E-06
-8.949668E-03
+8.949667E-03
1.935056E-05
0.000000E+00
0.000000E+00
@@ -340,7 +340,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.977039E-04
-8.862764E-08
+8.862762E-08
1.000000E-03
1.000000E-06
-3.805163E-04
@@ -360,7 +360,7 @@ tally 1:
5.960676E-04
3.552966E-07
2.938723E-04
-8.636093E-08
+8.636091E-08
1.000000E-02
3.400000E-05
4.840884E-03
@@ -370,7 +370,7 @@ tally 1:
1.374077E-03
2.333511E-06
4.754696E-03
-7.172310E-06
+7.172309E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -379,8 +379,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -409,8 +409,8 @@ tally 1:
1.522316E-06
9.193982E-04
3.247292E-06
-5.365660E-03
-6.567981E-06
+5.365659E-03
+6.567979E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -419,8 +419,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-6.056044E-04
-1.834317E-07
+6.056043E-04
+1.834316E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -430,7 +430,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.977039E-04
-8.862764E-08
+8.862762E-08
1.000000E-03
1.000000E-06
2.390376E-04
@@ -450,7 +450,7 @@ tally 1:
3.982541E-03
7.962565E-06
1.486928E-02
-5.763902E-05
+5.763901E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -460,7 +460,7 @@ tally 1:
0.000000E+00
0.000000E+00
5.915762E-04
-1.749886E-07
+1.749885E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -469,7 +469,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-5.954079E-04
+5.954078E-04
3.545105E-07
1.000000E-03
1.000000E-06
@@ -490,7 +490,7 @@ tally 1:
3.254969E-03
8.653294E-06
1.189702E-02
-3.303341E-05
+3.303340E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -499,8 +499,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-9.033083E-04
-2.720593E-07
+9.033082E-04
+2.720592E-07
3.000000E-03
3.000000E-06
3.649225E-04
@@ -509,8 +509,8 @@ tally 1:
8.940601E-07
-9.392028E-04
5.872882E-07
-1.484188E-03
-9.721094E-07
+1.484187E-03
+9.721092E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -530,7 +530,7 @@ tally 1:
6.142979E-03
1.359405E-05
1.043467E-02
-2.526769E-05
+2.526768E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -549,8 +549,8 @@ tally 1:
2.322395E-07
1.614061E-04
2.605194E-08
-8.813115E-04
-4.316252E-07
+8.813114E-04
+4.316251E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -560,7 +560,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.935668E-04
-8.618149E-08
+8.618147E-08
1.900000E-02
1.030000E-04
1.035735E-02
@@ -569,8 +569,8 @@ tally 1:
1.164471E-05
3.924334E-03
6.047577E-06
-9.748673E-03
-2.956634E-05
+9.748672E-03
+2.956633E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -579,8 +579,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -590,7 +590,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.935668E-04
-8.618149E-08
+8.618147E-08
1.000000E-03
1.000000E-06
8.623139E-04
@@ -610,7 +610,7 @@ tally 1:
1.542203E-03
1.531669E-06
4.135720E-03
-4.532612E-06
+4.532611E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -629,8 +629,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
1.000000E-03
1.000000E-06
9.451745E-04
@@ -650,7 +650,7 @@ tally 1:
-2.103247E-04
2.815945E-07
1.249410E-02
-3.501590E-05
+3.501589E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -659,7 +659,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-6.159310E-04
+6.159309E-04
3.793709E-07
0.000000E+00
0.000000E+00
@@ -670,7 +670,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.976389E-04
-8.858892E-08
+8.858890E-08
1.000000E-03
1.000000E-06
9.514029E-04
@@ -689,8 +689,8 @@ tally 1:
1.522378E-05
5.376579E-03
1.088620E-05
-1.461149E-02
-4.367386E-05
+1.461148E-02
+4.367385E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -740,7 +740,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.935668E-04
-8.618149E-08
+8.618147E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -749,7 +749,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-2.655540E-03
+2.655539E-03
2.523801E-06
3.000000E-03
5.000000E-06
@@ -760,7 +760,7 @@ tally 1:
2.772329E-03
4.247272E-06
2.976389E-04
-8.858892E-08
+8.858890E-08
6.000000E-03
8.000000E-06
2.104495E-03
@@ -790,7 +790,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.976389E-04
-8.858892E-08
+8.858890E-08
1.000000E-03
1.000000E-06
9.374310E-04
@@ -800,7 +800,7 @@ tally 1:
6.533352E-04
4.268468E-07
2.976389E-04
-8.858892E-08
+8.858890E-08
1.200000E-02
4.600000E-05
9.302157E-04
@@ -809,8 +809,8 @@ tally 1:
3.092623E-06
-1.511552E-03
4.053466E-06
-5.941986E-03
-9.853873E-06
+5.941985E-03
+9.853870E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -819,8 +819,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-1.186549E-03
-5.291648E-07
+1.186548E-03
+5.291647E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -830,7 +830,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.935668E-04
-8.618149E-08
+8.618147E-08
1.000000E-03
1.000000E-06
9.893707E-04
@@ -860,7 +860,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.977039E-04
-8.862764E-08
+8.862762E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -869,7 +869,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-5.912708E-04
+5.912707E-04
1.748091E-07
2.000000E-03
2.000000E-06
@@ -890,7 +890,7 @@ tally 1:
4.584291E-03
1.665226E-05
1.729188E-02
-6.078654E-05
+6.078653E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -900,7 +900,7 @@ tally 1:
0.000000E+00
0.000000E+00
1.792523E-03
-8.900699E-07
+8.900697E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -929,8 +929,8 @@ tally 1:
7.496014E-06
2.451897E-03
2.115374E-06
-7.760001E-03
-1.634548E-05
+7.760000E-03
+1.634547E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -940,7 +940,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.977039E-04
-8.862764E-08
+8.862762E-08
1.000000E-03
1.000000E-06
-7.119580E-04
@@ -949,8 +949,8 @@ tally 1:
6.776977E-08
1.657364E-04
2.746855E-08
-8.807005E-04
-7.756334E-07
+8.807004E-04
+7.756332E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -970,7 +970,7 @@ tally 1:
1.548553E-03
8.929308E-06
1.108618E-02
-3.019578E-05
+3.019577E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -980,7 +980,7 @@ tally 1:
0.000000E+00
0.000000E+00
1.174573E-03
-8.619943E-07
+8.619941E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1009,7 +1009,7 @@ tally 1:
1.290780E-05
1.772063E-03
2.006265E-06
-5.944487E-03
+5.944486E-03
1.042417E-05
0.000000E+00
0.000000E+00
@@ -1019,8 +1019,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1030,7 +1030,7 @@ tally 1:
0.000000E+00
0.000000E+00
1.190621E-03
-8.859279E-07
+8.859277E-07
2.000000E-03
2.000000E-06
1.908405E-03
@@ -1049,7 +1049,7 @@ tally 1:
1.419001E-05
3.947828E-03
8.417104E-06
-9.232714E-03
+9.232713E-03
1.900222E-05
0.000000E+00
0.000000E+00
@@ -1060,7 +1060,7 @@ tally 1:
0.000000E+00
0.000000E+00
1.186919E-03
-5.294604E-07
+5.294603E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1090,7 +1090,7 @@ tally 1:
5.941113E-03
1.265337E-05
1.462273E-02
-4.551799E-05
+4.551798E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1100,7 +1100,7 @@ tally 1:
0.000000E+00
0.000000E+00
6.056694E-04
-1.834704E-07
+1.834703E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1109,8 +1109,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-8.807005E-04
-7.756334E-07
+8.807004E-04
+7.756332E-07
1.000000E-03
1.000000E-06
8.905295E-04
@@ -1129,7 +1129,7 @@ tally 1:
4.997963E-06
2.131704E-03
3.253030E-06
-7.754475E-03
+7.754474E-03
1.333333E-05
0.000000E+00
0.000000E+00
@@ -1140,7 +1140,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.938723E-04
-8.636093E-08
+8.636091E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1149,8 +1149,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-1.484383E-03
-1.504224E-06
+1.484382E-03
+1.504223E-06
3.000000E-03
5.000000E-06
2.760812E-03
@@ -1170,7 +1170,7 @@ tally 1:
3.967026E-03
1.027239E-05
1.066281E-02
-2.937591E-05
+2.937590E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1180,7 +1180,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.976389E-04
-8.858892E-08
+8.858890E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1210,7 +1210,7 @@ tally 1:
4.938488E-05
2.738492E-07
1.484493E-03
-9.722888E-07
+9.722886E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1250,7 +1250,7 @@ tally 1:
6.339840E-03
1.601206E-05
1.065253E-02
-3.447908E-05
+3.447907E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1269,8 +1269,8 @@ tally 1:
2.316281E-07
1.640958E-04
2.692743E-08
-5.871337E-04
-3.447260E-07
+5.871336E-04
+3.447259E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1300,7 +1300,7 @@ tally 1:
0.000000E+00
0.000000E+00
5.915762E-04
-1.749886E-07
+1.749885E-07
1.000000E-03
1.000000E-06
-5.881991E-05
@@ -1309,8 +1309,8 @@ tally 1:
2.448373E-07
8.772111E-05
7.694993E-09
-5.871337E-04
-3.447260E-07
+5.871336E-04
+3.447259E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1329,8 +1329,8 @@ tally 1:
2.403244E-06
2.579361E-03
5.814745E-06
-8.693503E-03
-1.682274E-05
+8.693502E-03
+1.682273E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1340,7 +1340,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.976389E-04
-8.858892E-08
+8.858890E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1369,7 +1369,7 @@ tally 1:
4.212660E-06
2.637510E-03
3.210372E-06
-3.866944E-03
+3.866943E-03
3.257876E-06
0.000000E+00
0.000000E+00
@@ -1410,7 +1410,7 @@ tally 1:
-5.996856E-04
9.642316E-07
3.248622E-03
-4.063214E-06
+4.063213E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1420,7 +1420,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.938723E-04
-8.636093E-08
+8.636091E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1450,7 +1450,7 @@ tally 1:
6.867008E-03
1.321552E-05
1.283876E-02
-3.527488E-05
+3.527487E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1459,7 +1459,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-5.954079E-04
+5.954078E-04
3.545105E-07
0.000000E+00
0.000000E+00
@@ -1490,7 +1490,7 @@ tally 1:
7.761524E-03
1.694944E-05
1.659048E-02
-7.200875E-05
+7.200873E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1500,7 +1500,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.976389E-04
-8.858892E-08
+8.858890E-08
1.000000E-03
1.000000E-06
-5.273064E-04
@@ -1509,8 +1509,8 @@ tally 1:
6.876059E-09
4.244131E-04
1.801265E-07
-8.891501E-04
-4.407166E-07
+8.891500E-04
+4.407165E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1529,8 +1529,8 @@ tally 1:
8.589511E-06
3.244585E-03
5.882222E-06
-5.074321E-03
-5.793166E-06
+5.074320E-03
+5.793165E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1569,8 +1569,8 @@ tally 1:
3.717004E-06
1.161623E-03
3.726099E-06
-3.570376E-03
-5.251427E-06
+3.570375E-03
+5.251426E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1610,7 +1610,7 @@ tally 1:
1.119131E-03
6.212863E-07
1.494579E-03
-6.241237E-07
+6.241235E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1620,7 +1620,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.976389E-04
-8.858892E-08
+8.858890E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1650,7 +1650,7 @@ tally 1:
3.939298E-03
9.052046E-06
1.250316E-02
-3.147176E-05
+3.147175E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1660,7 +1660,7 @@ tally 1:
0.000000E+00
0.000000E+00
5.953428E-04
-1.772166E-07
+1.772165E-07
1.000000E-03
1.000000E-06
-5.747626E-05
@@ -1669,7 +1669,7 @@ tally 1:
2.450693E-07
8.573970E-05
7.351297E-09
-5.954079E-04
+5.954078E-04
3.545105E-07
1.000000E-03
1.000000E-06
@@ -1690,7 +1690,7 @@ tally 1:
5.282346E-03
1.407031E-05
1.162837E-02
-3.241151E-05
+3.241150E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1729,7 +1729,7 @@ tally 1:
5.366244E-06
-1.675270E-03
3.867377E-06
-9.216755E-03
+9.216754E-03
2.272207E-05
0.000000E+00
0.000000E+00
@@ -1739,8 +1739,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1749,7 +1749,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-6.159310E-04
+6.159309E-04
3.793709E-07
0.000000E+00
0.000000E+00
@@ -1850,7 +1850,7 @@ tally 1:
1.987991E-03
4.703397E-06
6.572185E-03
-9.479067E-06
+9.479065E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1859,7 +1859,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-5.954079E-04
+5.954078E-04
3.545105E-07
0.000000E+00
0.000000E+00
@@ -1889,8 +1889,8 @@ tally 1:
8.093978E-06
-2.502286E-04
2.564795E-06
-7.760559E-03
-1.654842E-05
+7.760558E-03
+1.654841E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1910,7 +1910,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.935668E-04
-8.618149E-08
+8.618147E-08
1.000000E-03
1.000000E-06
9.333938E-04
@@ -1929,8 +1929,8 @@ tally 1:
1.617998E-05
1.295452E-03
8.613003E-07
-7.815193E-03
-2.039363E-05
+7.815192E-03
+2.039362E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -1940,7 +1940,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.935668E-04
-8.618149E-08
+8.618147E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2010,7 +2010,7 @@ tally 1:
-3.426513E-05
1.342349E-07
1.511030E-03
-1.198311E-06
+1.198310E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2049,8 +2049,8 @@ tally 1:
6.457947E-06
4.380506E-03
1.060881E-05
-7.130795E-03
-1.485135E-05
+7.130794E-03
+1.485134E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2069,8 +2069,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-8.816169E-04
-7.772484E-07
+8.816168E-04
+7.772482E-07
1.000000E-03
1.000000E-06
9.951010E-04
@@ -2090,7 +2090,7 @@ tally 1:
5.738303E-03
9.169816E-06
1.046961E-02
-2.353871E-05
+2.353870E-05
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2100,7 +2100,7 @@ tally 1:
0.000000E+00
0.000000E+00
6.056694E-04
-1.834704E-07
+1.834703E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2109,8 +2109,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-1.203065E-03
-7.240969E-07
+1.203064E-03
+7.240967E-07
2.000000E-03
2.000000E-06
1.696621E-03
@@ -2129,8 +2129,8 @@ tally 1:
5.658333E-06
3.432476E-03
3.530320E-06
-6.546903E-03
-9.343145E-06
+6.546902E-03
+9.343143E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2169,8 +2169,8 @@ tally 1:
4.841114E-08
1.981705E-04
2.166687E-07
-9.135699E-04
-4.679599E-07
+9.135698E-04
+4.679598E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2250,7 +2250,7 @@ tally 1:
3.674257E-05
1.178281E-06
5.048984E-03
-5.880390E-06
+5.880389E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2259,8 +2259,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-3.079655E-04
-9.484274E-08
+3.079654E-04
+9.484271E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2269,8 +2269,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-5.952778E-04
-3.543557E-07
+5.952777E-04
+3.543556E-07
1.000000E-03
1.000000E-06
9.362621E-04
@@ -2289,7 +2289,7 @@ tally 1:
7.132281E-06
2.485730E-03
7.247489E-06
-9.248313E-03
+9.248312E-03
1.738407E-05
0.000000E+00
0.000000E+00
@@ -2299,7 +2299,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-8.991712E-04
+8.991711E-04
2.696131E-07
0.000000E+00
0.000000E+00
@@ -2309,7 +2309,7 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-5.954079E-04
+5.954078E-04
3.545105E-07
1.000000E-03
1.000000E-06
@@ -2330,7 +2330,7 @@ tally 1:
2.008278E-03
1.484516E-06
3.844641E-03
-4.075869E-06
+4.075868E-06
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2340,7 +2340,7 @@ tally 1:
0.000000E+00
0.000000E+00
2.977039E-04
-8.862764E-08
+8.862762E-08
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2349,8 +2349,8 @@ tally 1:
0.000000E+00
0.000000E+00
0.000000E+00
-9.238964E-04
-8.535846E-07
+9.238963E-04
+8.535844E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2369,8 +2369,8 @@ tally 1:
7.608820E-08
4.354374E-04
1.896058E-07
-5.871337E-04
-3.447260E-07
+5.871336E-04
+3.447259E-07
0.000000E+00
0.000000E+00
0.000000E+00
@@ -2402,11 +2402,11 @@ tally 1:
0.000000E+00
0.000000E+00
tally 2:
-5.656887E-01
-6.401442E-02
-6.158976E-01
-7.588371E-02
+5.656886E-01
+6.401440E-02
+6.158975E-01
+7.588369E-02
3.588479E+00
2.575762E+00
-4.003041E+01
-3.205440E+02
+4.003040E+01
+3.205439E+02
diff --git a/tests/test_statepoint_sourcesep/results_true.dat b/tests/test_statepoint_sourcesep/results_true.dat
index 7b2fbf37f5..5cb3925a62 100644
--- a/tests/test_statepoint_sourcesep/results_true.dat
+++ b/tests/test_statepoint_sourcesep/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-2.943619E-01 3.309635E-03
+2.943619E-01 3.309646E-03
diff --git a/tests/test_survival_biasing/results_true.dat b/tests/test_survival_biasing/results_true.dat
index ebb475d9fd..c2dea8018c 100644
--- a/tests/test_survival_biasing/results_true.dat
+++ b/tests/test_survival_biasing/results_true.dat
@@ -1,5 +1,5 @@
k-combined:
-9.686215E-01 1.511499E-02
+9.686216E-01 1.511499E-02
tally 1:
4.243782E+01
3.604528E+02
diff --git a/tests/test_tallies/results_true.dat b/tests/test_tallies/results_true.dat
index 146b352b9b..a70e0c9167 100644
--- a/tests/test_tallies/results_true.dat
+++ b/tests/test_tallies/results_true.dat
@@ -1 +1 @@
-9184cb88f8ea4201010cd8315736f4ad2e644bf6ad6e16f89e13db9b23e80dfcfea650ca4c5222cd2e0d01c72830a03e3da6062dd95b5008b622f2012addcf60
\ No newline at end of file
+709fa0289db8284c3a9e43bee6b1fff6df635778287819baf1841657bd68ee7fa8790d64e86c123bad96828c25ffbb30fc7261460baf53819bec090b4ae38bc1
\ No newline at end of file
diff --git a/tests/test_tally_aggregation/results_true.dat b/tests/test_tally_aggregation/results_true.dat
index 929fc9fcf8..31d2faa7f2 100644
--- a/tests/test_tally_aggregation/results_true.dat
+++ b/tests/test_tally_aggregation/results_true.dat
@@ -1 +1 @@
-2fba1e497435b63ee277a1c8a0ecc566440c56a25cdfef1b790b839fc93da1414bd1af38a63a64fcf3e868d1347ad138f528ae12c1067aea29733670d2c9128f
\ No newline at end of file
+a5a6f035b6106bd6d0312f0f339193f8745f9e3260c704d60d230fc1675a8e779b58a73a2c1f84e8f312d8a0e335d2d84341fe7df25e24024cc09a31058ebfe7
\ No newline at end of file
diff --git a/tests/test_tally_assumesep/results_true.dat b/tests/test_tally_assumesep/results_true.dat
index 7262a88a02..5f4692ad16 100644
--- a/tests/test_tally_assumesep/results_true.dat
+++ b/tests/test_tally_assumesep/results_true.dat
@@ -1,11 +1,11 @@
k-combined:
-9.581522E-01 4.261830E-02
+9.581522E-01 4.261828E-02
tally 1:
1.529084E+01
4.769011E+01
tally 2:
3.198905E+00
-2.114129E+00
+2.114128E+00
tally 3:
4.510603E+01
4.183089E+02
diff --git a/tests/test_tally_nuclides/results_true.dat b/tests/test_tally_nuclides/results_true.dat
index 36250aba74..6c05f21c10 100644
--- a/tests/test_tally_nuclides/results_true.dat
+++ b/tests/test_tally_nuclides/results_true.dat
@@ -1,28 +1,28 @@
k-combined:
-9.752414E-01 4.425137E-02
+9.752413E-01 4.425138E-02
tally 1:
-6.903183E+00
-9.661095E+00
+6.903182E+00
+9.661093E+00
1.569337E+00
-4.971849E-01
+4.971848E-01
1.521894E+00
-4.673221E-01
-5.333846E+00
-5.778631E+00
-6.903183E+00
-9.661095E+00
+4.673220E-01
+5.333845E+00
+5.778630E+00
+6.903182E+00
+9.661093E+00
1.569337E+00
-4.971849E-01
+4.971848E-01
1.521894E+00
-4.673221E-01
-5.333846E+00
-5.778631E+00
+4.673220E-01
+5.333845E+00
+5.778630E+00
tally 2:
-6.903183E+00
-9.661095E+00
+6.903182E+00
+9.661093E+00
1.569337E+00
-4.971849E-01
+4.971848E-01
1.521894E+00
-4.673221E-01
-5.333846E+00
-5.778631E+00
+4.673220E-01
+5.333845E+00
+5.778630E+00
diff --git a/tests/test_trace/results_true.dat b/tests/test_trace/results_true.dat
index 7b2fbf37f5..5cb3925a62 100644
--- a/tests/test_trace/results_true.dat
+++ b/tests/test_trace/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-2.943619E-01 3.309635E-03
+2.943619E-01 3.309646E-03
diff --git a/tests/test_translation/results_true.dat b/tests/test_translation/results_true.dat
index 7b2fbf37f5..5cb3925a62 100644
--- a/tests/test_translation/results_true.dat
+++ b/tests/test_translation/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-2.943619E-01 3.309635E-03
+2.943619E-01 3.309646E-03
diff --git a/tests/test_trigger_batch_interval/results_true.dat b/tests/test_trigger_batch_interval/results_true.dat
index af6eea6238..18eee6d4d6 100644
--- a/tests/test_trigger_batch_interval/results_true.dat
+++ b/tests/test_trigger_batch_interval/results_true.dat
@@ -1,28 +1,28 @@
k-combined:
-9.722624E-01 1.010453E-02
+9.722624E-01 1.010455E-02
tally 1:
1.392936E+01
1.941888E+01
3.159556E+00
-9.989777E-01
+9.989775E-01
3.063616E+00
-9.391667E-01
+9.391665E-01
1.076980E+01
1.160931E+01
1.392936E+01
1.941888E+01
3.159556E+00
-9.989777E-01
+9.989775E-01
3.063616E+00
-9.391667E-01
+9.391665E-01
1.076980E+01
1.160931E+01
tally 2:
1.392936E+01
1.941888E+01
3.159556E+00
-9.989777E-01
+9.989775E-01
3.063616E+00
-9.391667E-01
+9.391665E-01
1.076980E+01
1.160931E+01
diff --git a/tests/test_trigger_no_batch_interval/results_true.dat b/tests/test_trigger_no_batch_interval/results_true.dat
index af6eea6238..18eee6d4d6 100644
--- a/tests/test_trigger_no_batch_interval/results_true.dat
+++ b/tests/test_trigger_no_batch_interval/results_true.dat
@@ -1,28 +1,28 @@
k-combined:
-9.722624E-01 1.010453E-02
+9.722624E-01 1.010455E-02
tally 1:
1.392936E+01
1.941888E+01
3.159556E+00
-9.989777E-01
+9.989775E-01
3.063616E+00
-9.391667E-01
+9.391665E-01
1.076980E+01
1.160931E+01
1.392936E+01
1.941888E+01
3.159556E+00
-9.989777E-01
+9.989775E-01
3.063616E+00
-9.391667E-01
+9.391665E-01
1.076980E+01
1.160931E+01
tally 2:
1.392936E+01
1.941888E+01
3.159556E+00
-9.989777E-01
+9.989775E-01
3.063616E+00
-9.391667E-01
+9.391665E-01
1.076980E+01
1.160931E+01
diff --git a/tests/test_trigger_no_status/results_true.dat b/tests/test_trigger_no_status/results_true.dat
index c7f1b407a9..bb71a4e531 100644
--- a/tests/test_trigger_no_status/results_true.dat
+++ b/tests/test_trigger_no_status/results_true.dat
@@ -1,28 +1,28 @@
k-combined:
-9.733783E-01 1.678094E-02
+9.733783E-01 1.678092E-02
tally 1:
6.901811E+00
-9.536643E+00
-1.572259E+00
-4.947922E-01
+9.536642E+00
+1.572258E+00
+4.947921E-01
1.527087E+00
-4.667459E-01
-5.329553E+00
-5.686973E+00
+4.667458E-01
+5.329552E+00
+5.686972E+00
6.901811E+00
-9.536643E+00
-1.572259E+00
-4.947922E-01
+9.536642E+00
+1.572258E+00
+4.947921E-01
1.527087E+00
-4.667459E-01
-5.329553E+00
-5.686973E+00
+4.667458E-01
+5.329552E+00
+5.686972E+00
tally 2:
6.901811E+00
-9.536643E+00
-1.572259E+00
-4.947922E-01
+9.536642E+00
+1.572258E+00
+4.947921E-01
1.527087E+00
-4.667459E-01
-5.329553E+00
-5.686973E+00
+4.667458E-01
+5.329552E+00
+5.686972E+00
diff --git a/tests/test_trigger_tallies/results_true.dat b/tests/test_trigger_tallies/results_true.dat
index af6eea6238..18eee6d4d6 100644
--- a/tests/test_trigger_tallies/results_true.dat
+++ b/tests/test_trigger_tallies/results_true.dat
@@ -1,28 +1,28 @@
k-combined:
-9.722624E-01 1.010453E-02
+9.722624E-01 1.010455E-02
tally 1:
1.392936E+01
1.941888E+01
3.159556E+00
-9.989777E-01
+9.989775E-01
3.063616E+00
-9.391667E-01
+9.391665E-01
1.076980E+01
1.160931E+01
1.392936E+01
1.941888E+01
3.159556E+00
-9.989777E-01
+9.989775E-01
3.063616E+00
-9.391667E-01
+9.391665E-01
1.076980E+01
1.160931E+01
tally 2:
1.392936E+01
1.941888E+01
3.159556E+00
-9.989777E-01
+9.989775E-01
3.063616E+00
-9.391667E-01
+9.391665E-01
1.076980E+01
1.160931E+01
diff --git a/tests/test_triso/inputs_true.dat b/tests/test_triso/inputs_true.dat
index 424af7fd56..be6d2d0eae 100644
--- a/tests/test_triso/inputs_true.dat
+++ b/tests/test_triso/inputs_true.dat
@@ -413,9 +413,9 @@
-
-
-
+
+
+
diff --git a/tests/test_triso/results_true.dat b/tests/test_triso/results_true.dat
index 43aef9276a..3818ba7b11 100644
--- a/tests/test_triso/results_true.dat
+++ b/tests/test_triso/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-1.587300E+00 9.381519E-02
+1.681659E+00 7.262745E-02
diff --git a/tests/test_uniform_fs/results_true.dat b/tests/test_uniform_fs/results_true.dat
index d27d63f565..050863cdf5 100644
--- a/tests/test_uniform_fs/results_true.dat
+++ b/tests/test_uniform_fs/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-3.634132E-01 6.507584E-03
+3.634131E-01 6.507592E-03
diff --git a/tests/test_universe/results_true.dat b/tests/test_universe/results_true.dat
index 7b2fbf37f5..5cb3925a62 100644
--- a/tests/test_universe/results_true.dat
+++ b/tests/test_universe/results_true.dat
@@ -1,2 +1,2 @@
k-combined:
-2.943619E-01 3.309635E-03
+2.943619E-01 3.309646E-03
diff --git a/tests/test_volume_calc/results_true.dat b/tests/test_volume_calc/results_true.dat
index efd6395c3c..a36e61fb5e 100644
--- a/tests/test_volume_calc/results_true.dat
+++ b/tests/test_volume_calc/results_true.dat
@@ -1,4 +1,4 @@
-k-combined: 4.165451e-02 3.582531e-04
+k-combined: 4.165450e-02 3.582533e-04
Volume calculation 0
Domain 1: 31.4693 +/- 0.0721 cm^3
Domain 2: 2.0933 +/- 0.0310 cm^3
@@ -16,7 +16,7 @@ Volume calculation 1
Domain 1: 4.1419 +/- 0.0426 cm^3
Domain 2: 31.4693 +/- 0.0721 cm^3
Material Nuclide Atoms Uncertainty
-0 1 H1 2.769690e+23 2.850068e+21
+0 1 H1 2.769690e+23 2.850067e+21
1 1 O16 1.384845e+23 1.425034e+21
2 1 B10 1.384845e+19 1.425034e+17
3 2 U235 3.481769e+23 7.979991e+20
@@ -24,7 +24,7 @@ Domain 2: 31.4693 +/- 0.0721 cm^3
Volume calculation 2
Domain 0: 35.6112 +/- 0.0664 cm^3
Universe Nuclide Atoms Uncertainty
-0 0 H1 2.769690e+23 2.850068e+21
+0 0 H1 2.769690e+23 2.850067e+21
1 0 O16 1.384845e+23 1.425034e+21
2 0 B10 1.384845e+19 1.425034e+17
3 0 U235 3.481769e+23 7.979991e+20