diff --git a/docs/source/pythonapi/examples/mgxs-part-i.ipynb b/docs/source/pythonapi/examples/mgxs-part-i.ipynb index 1e8c4aecb..7b20a97db 100644 --- a/docs/source/pythonapi/examples/mgxs-part-i.ipynb +++ b/docs/source/pythonapi/examples/mgxs-part-i.ipynb @@ -384,7 +384,7 @@ "* `NuScatterMatrixXS`\n", "* `Chi`\n", "* `ChiPrompt`\n", - "* `Velocity`\n", + "* `InverseVelocity`\n", "* `PromptNuFissionXS`\n", "\n", "These classes provide us with an interface to generate the tally inputs as well as perform post-processing of OpenMC's tally data to compute the respective multi-group cross sections. In this case, let's create the multi-group total, absorption and scattering cross sections with our 2-group structure." @@ -432,26 +432,16 @@ " \tID =\t10000\n", " \tName =\t\n", " \tFilters =\t\n", -<<<<<<< HEAD " \t\tmesh\t[10000]\n", " \t\tenergy\t[0.000000E+00 6.250000E-07 2.000000E+01]\n", -======= - " \t\tcell\t[1]\n", - " \t\tenergy\t[ 0.00000000e+00 6.25000000e-07 2.00000000e+01]\n", ->>>>>>> upstream/develop " \tNuclides =\ttotal \n", " \tScores =\t['flux']\n", " \tEstimator =\ttracklength), ('absorption', Tally\n", " \tID =\t10001\n", " \tName =\t\n", " \tFilters =\t\n", -<<<<<<< HEAD " \t\tmesh\t[10000]\n", " \t\tenergy\t[0.000000E+00 6.250000E-07 2.000000E+01]\n", -======= - " \t\tcell\t[1]\n", - " \t\tenergy\t[ 0.00000000e+00 6.25000000e-07 2.00000000e+01]\n", ->>>>>>> upstream/develop " \tNuclides =\ttotal \n", " \tScores =\t['absorption']\n", " \tEstimator =\ttracklength)])" @@ -531,14 +521,8 @@ " Copyright: 2011-2016 Massachusetts Institute of Technology\n", " License: http://openmc.readthedocs.io/en/latest/license.html\n", " Version: 0.7.1\n", -<<<<<<< HEAD - " Git SHA1: 6a66fb9af7372435dc7da987c8fc3d6acff6549a\n", - " Date/Time: 2016-07-07 16:43:21\n", - " MPI Processes: 1\n", -======= " Git SHA1: 3d68c07625e33cd64188df03ee03e9c31b3d4b74\n", " Date/Time: 2016-07-22 21:03:18\n", ->>>>>>> upstream/develop "\n", " ===========================================================================\n", " ========================> INITIALIZATION <=========================\n", @@ -623,22 +607,6 @@ "\n", " =======================> TIMING STATISTICS <=======================\n", "\n", -<<<<<<< HEAD - " Total time for initialization = 7.1900E-01 seconds\n", - " Reading cross sections = 2.0400E-01 seconds\n", - " Total time in simulation = 2.4932E+01 seconds\n", - " Time in transport only = 2.4916E+01 seconds\n", - " Time in inactive batches = 2.1830E+00 seconds\n", - " Time in active batches = 2.2749E+01 seconds\n", - " Time synchronizing fission bank = 4.0000E-03 seconds\n", - " Sampling source sites = 4.0000E-03 seconds\n", - " SEND/RECV source sites = 0.0000E+00 seconds\n", - " Time accumulating tallies = 1.0000E-03 seconds\n", - " Total time for finalization = 2.0000E-03 seconds\n", - " Total time elapsed = 2.5667E+01 seconds\n", - " Calculation Rate (inactive) = 11452.1 neutrons/second\n", - " Calculation Rate (active) = 4395.80 neutrons/second\n", -======= " Total time for initialization = 3.2300E-01 seconds\n", " Reading cross sections = 1.6900E-01 seconds\n", " Total time in simulation = 1.9882E+01 seconds\n", @@ -653,7 +621,6 @@ " Total time elapsed = 2.0217E+01 seconds\n", " Calculation Rate (inactive) = 9402.03 neutrons/second\n", " Calculation Rate (active) = 5806.19 neutrons/second\n", ->>>>>>> upstream/develop "\n", " ============================> RESULTS <============================\n", "\n", @@ -1702,26 +1669,21 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 2", "language": "python", - "name": "python3" + "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", - "version": 3 + "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", -<<<<<<< HEAD "pygments_lexer": "ipython2", "version": "2.7.11" -======= - "pygments_lexer": "ipython3", - "version": "3.5.2" ->>>>>>> upstream/develop } }, "nbformat": 4, diff --git a/docs/source/pythonapi/examples/mgxs-part-iii.ipynb b/docs/source/pythonapi/examples/mgxs-part-iii.ipynb index c33aeeca1..aa243cfc2 100644 --- a/docs/source/pythonapi/examples/mgxs-part-iii.ipynb +++ b/docs/source/pythonapi/examples/mgxs-part-iii.ipynb @@ -550,7 +550,7 @@ "* `NuScatterMatrixXS` (`\"nu-scatter matrix\"`)\n", "* `Chi` (`\"chi\"`)\n", "* `ChiPrompt` (`\"chi prompt\"`)\n", - "* `Velocity` (`\"velocity\"`)\n", + "* `InverseVelocity` (`\"inverse-velocity\"`)\n", "* `PromptNuFissionXS` (`\"prompt-nu-fission\"`)\n", "\n", "In this case, let's create the multi-group cross sections needed to run an OpenMOC simulation to verify the accuracy of our cross sections. In particular, we will define `\"transport\"`, `\"nu-fission\"`, `'\"fission\"`, `\"nu-scatter matrix\"` and `\"chi\"` cross sections for our `Library`.\n", diff --git a/openmc/mgxs/library.py b/openmc/mgxs/library.py index fd974bfeb..bf822017c 100644 --- a/openmc/mgxs/library.py +++ b/openmc/mgxs/library.py @@ -452,7 +452,7 @@ class Library(object): ---------- domain : Material or Cell or Universe or Integral The material, cell, or universe object of interest (or its ID) - mgxs_type : {'total', 'transport', 'nu-transport', 'absorption', 'capture', 'fission', 'nu-fission', 'kappa-fission', 'scatter', 'nu-scatter', 'scatter matrix', 'nu-scatter matrix', 'multiplicity matrix', 'nu-fission matrix', chi', 'chi-prompt', 'velocity', 'prompt-nu-fission'} + mgxs_type : {'total', 'transport', 'nu-transport', 'absorption', 'capture', 'fission', 'nu-fission', 'kappa-fission', 'scatter', 'nu-scatter', 'scatter matrix', 'nu-scatter matrix', 'multiplicity matrix', 'nu-fission matrix', chi', 'chi-prompt', 'inverse-velocity', 'prompt-nu-fission'} The type of multi-group cross section object to return Returns diff --git a/openmc/mgxs/mgxs.py b/openmc/mgxs/mgxs.py index d1385371a..539904744 100644 --- a/openmc/mgxs/mgxs.py +++ b/openmc/mgxs/mgxs.py @@ -37,7 +37,7 @@ MGXS_TYPES = ['total', 'nu-fission matrix', 'chi', 'chi-prompt', - 'velocity', + 'inverse-velocity', 'prompt-nu-fission'] @@ -440,7 +440,7 @@ class MGXS(object): Parameters ---------- - mgxs_type : {'total', 'transport', 'nu-transport', 'absorption', 'capture', 'fission', 'nu-fission', 'kappa-fission', 'scatter', 'nu-scatter', 'scatter matrix', 'nu-scatter matrix', 'multiplicity matrix', 'nu-fission matrix', 'chi', 'chi-prompt', 'velocity', 'prompt-nu-fission'} + mgxs_type : {'total', 'transport', 'nu-transport', 'absorption', 'capture', 'fission', 'nu-fission', 'kappa-fission', 'scatter', 'nu-scatter', 'scatter matrix', 'nu-scatter matrix', 'multiplicity matrix', 'nu-fission matrix', 'chi', 'chi-prompt', 'inverse-velocity', 'prompt-nu-fission'} The type of multi-group cross section object to return domain : openmc.Material or openmc.Cell or openmc.Universe or openmc.Mesh @@ -498,8 +498,8 @@ class MGXS(object): mgxs = Chi(domain, domain_type, energy_groups) elif mgxs_type == 'chi-prompt': mgxs = ChiPrompt(domain, domain_type, energy_groups) - elif mgxs_type == 'velocity': - mgxs = Velocity(domain, domain_type, energy_groups) + elif mgxs_type == 'inverse-velocity': + mgxs = InverseVelocity(domain, domain_type, energy_groups) elif mgxs_type == 'prompt-nu-fission': mgxs = PromptNuFissionXS(domain, domain_type, energy_groups) @@ -4821,35 +4821,34 @@ class ChiPrompt(Chi): return ['prompt-nu-fission', 'prompt-nu-fission'] -class Velocity(MGXS): - r"""A velocity multi-group cross section. +class InverseVelocity(MGXS): + r"""An inverse velocity multi-group cross section. This class can be used for both OpenMC input generation and tally data post-processing to compute spatially-homogenized and energy-integrated - multi-group neutron velocities for multi-group neutronics calculations. - The units of velocity are centimeters per second. At a minimum, one needs to - set the :attr:`Velocity.energy_groups` and :attr:`Velocity.domain` - properties. Tallies for the flux and appropriate reaction rates over the - specified domain are generated automatically via the - :attr:`Velocity.tallies` property, which can then be appended to a - :class:`openmc.Tallies` instance. + multi-group neutron inverse velocities for multi-group neutronics + calculations. The units of inverse velocity are seconds per centimeter. At a + minimum, one needs to set the :attr:`InverseVelocity.energy_groups` and + :attr:`InverseVelocity.domain` properties. Tallies for the flux and + appropriate reaction rates over the specified domain are generated + automatically via the :attr:`InverseVelocity.tallies` property, which can + then be appended to a :class:`openmc.Tallies` instance. For post-processing, the :meth:`MGXS.load_from_statepoint` will pull in the necessary data to compute multi-group cross sections from a :class:`openmc.StatePoint` instance. The derived multi-group cross section - can then be obtained from the :attr:`Velocity.xs_tally` property. + can then be obtained from the :attr:`InverseVelocity.xs_tally` property. For a spatial domain :math:`V` and energy group :math:`[E_g,E_{g-1}]`, the - neutron velocities are calculated by tallying the flux-weighted inverse - velocity and the flux. The velocity is then the inverse of the flux-weighted - inverse velocity divided by the flux. This equates to dividing the - spatially-homogenized and energy-integrated flux by the inverse velocity: + neutron inverse velocities are calculated by tallying the flux-weighted + inverse velocity and the flux. The inverse velocity is then the + flux-weighted inverse velocity divided by the flux: .. math:: \frac{\int_{r \in V} dr \int_{4\pi} d\Omega \int_{E_g}^{E_{g-1}} dE \; - \psi (r, E, \Omega)}{\int_{r \in V} dr \int_{4\pi} - d\Omega \int_{E_g}^{E_{g-1}} dE \; \frac{\psi (r, E, \Omega)}{v (r, E)}}. + \frac{\psi (r, E, \Omega)}{v (r, E)}}{\int_{r \in V} dr \int_{4\pi} + d\Omega \int_{E_g}^{E_{g-1}} dE \; \psi (r, E, \Omega)} Parameters ---------- @@ -4893,8 +4892,8 @@ class Velocity(MGXS): The tally estimator used to compute the multi-group cross section tallies : collections.OrderedDict OpenMC tallies needed to compute the multi-group cross section. The keys - are strings listed in the :attr:`Velocity.tally_keys` property and - values are instances of :class:`openmc.Tally`. + are strings listed in the :attr:`InverseVelocity.tally_keys` property + and values are instances of :class:`openmc.Tally`. rxn_rate_tally : openmc.Tally Derived tally for the reaction rate tally used in the numerator to compute the multi-group cross section. This attribute is None @@ -4929,37 +4928,15 @@ class Velocity(MGXS): def __init__(self, domain=None, domain_type=None, groups=None, by_nuclide=False, name=''): - super(Velocity, self).__init__(domain, domain_type, + super(InverseVelocity, self).__init__(domain, domain_type, groups, by_nuclide, name) - self._rxn_type = 'velocity' - - @property - def scores(self): - return ['inverse-velocity', 'flux'] - - @property - def rxn_rate_tally(self): - if self._rxn_rate_tally is None: - self._rxn_rate_tally = self.tallies['flux'] - self._rxn_rate_tally.sparse = self.sparse - return self._rxn_rate_tally - - @property - def xs_tally(self): - - if self._xs_tally is None: - inverse_velocity = self.tallies['inverse-velocity'] - - # Compute the velocity - self._xs_tally = self.rxn_rate_tally / inverse_velocity - super(Velocity, self)._compute_xs() - - return self._xs_tally + self._rxn_type = 'inverse-velocity' def get_units(self, xs_type='macro'): - """Returns the units of Velocity. + """Returns the units of InverseVelocity. - This method returns the units of a Velocity based on a desired xs_type. + This method returns the units of an InverseVelocity based on a desired + xs_type. Parameters ---------- @@ -4970,7 +4947,7 @@ class Velocity(MGXS): Returns ------- str - A string representing the units of the Velocity. + A string representing the units of the InverseVelocity. """ @@ -4986,10 +4963,10 @@ class Velocity(MGXS): subdomains = [self.domain.id] if xs_type == 'macro': - return 'cm/second' + return 'second/cm' else: - raise ValueError('Unable to return the units of Velocity for ' - 'xs_type other than "macro"') + raise ValueError('Unable to return the units of InverseVelocity for' + ' xs_type other than "macro"') class PromptNuFissionXS(MGXS): diff --git a/tests/test_mgxs_library_condense/inputs_true.dat b/tests/test_mgxs_library_condense/inputs_true.dat index 840a3987e..181c5c59c 100644 --- a/tests/test_mgxs_library_condense/inputs_true.dat +++ b/tests/test_mgxs_library_condense/inputs_true.dat @@ -1 +1 @@ -d4ad3ef5f03913bcedf7dad7f9ace431e0701dac128d1f38f571898b2c79d6b207191fd1e726d9b3c14b2b994ea9d3ba5b10489be3af9c8fbb41868b85940d9f +e2cdca7ea5b3532050af5b12fac26d7ef212d2696bb1b73cdd00929b2243c40d100ad02438c7b090555b49815d0de6c48cf1b4ebf437a48bc80c2d2b4bad292e diff --git a/tests/test_mgxs_library_condense/results_true.dat b/tests/test_mgxs_library_condense/results_true.dat index 8a930b250..ae768cbe6 100644 --- a/tests/test_mgxs_library_condense/results_true.dat +++ b/tests/test_mgxs_library_condense/results_true.dat @@ -1,126 +1,126 @@ - material group in nuclide mean std. dev. -0 10000 1 total 4.53624e-01 2.10527e-02 - material group in nuclide mean std. dev. -0 10000 1 total 4.00852e-01 2.28576e-02 - material group in nuclide mean std. dev. -0 10000 1 total 4.00852e-01 2.28576e-02 - material group in nuclide mean std. dev. -0 10000 1 total 6.49035e-02 4.31276e-03 - material group in nuclide mean std. dev. -0 10000 1 total 2.80481e-02 4.57996e-03 - material group in nuclide mean std. dev. -0 10000 1 total 3.68554e-02 2.62216e-03 - material group in nuclide mean std. dev. -0 10000 1 total 9.06493e-02 6.40987e-03 - material group in nuclide mean std. dev. -0 10000 1 total 7.13796e+00 5.07364e-01 - material group in nuclide mean std. dev. -0 10000 1 total 3.88721e-01 1.78304e-02 - material group in nuclide mean std. dev. -0 10000 1 total 3.89304e-01 2.30755e-02 - material group in group out nuclide moment mean std. dev. -0 10000 1 1 total P0 3.89304e-01 2.31456e-02 -1 10000 1 1 total P1 4.62244e-02 5.90717e-03 -2 10000 1 1 total P2 1.79836e-02 2.88297e-03 -3 10000 1 1 total P3 6.62837e-03 2.45711e-03 - material group in group out nuclide moment mean std. dev. -0 10000 1 1 total P0 3.89304e-01 2.31456e-02 -1 10000 1 1 total P1 4.62244e-02 5.90717e-03 -2 10000 1 1 total P2 1.79836e-02 2.88297e-03 -3 10000 1 1 total P3 6.62837e-03 2.45711e-03 - material group in group out nuclide mean std. dev. -0 10000 1 1 total 1.00000e+00 6.61108e-02 - material group in group out nuclide mean std. dev. -0 10000 1 1 total 8.58350e-02 5.59182e-03 - material group out nuclide mean std. dev. -0 10000 1 total 1.00000e+00 4.60705e-02 - material group out nuclide mean std. dev. -0 10000 1 total 1.00000e+00 5.14715e-02 - material group in nuclide mean std. dev. -0 10000 1 total 2.00131e+06 1.46217e+05 - material group in nuclide mean std. dev. -0 10000 1 total 9.00040e-02 6.36691e-03 - material group in nuclide mean std. dev. -0 10001 1 total 3.11594e-01 1.37932e-02 - material group in nuclide mean std. dev. -0 10001 1 total 2.79255e-01 2.91895e-02 - material group in nuclide mean std. dev. -0 10001 1 total 2.79255e-01 2.91895e-02 - material group in nuclide mean std. dev. -0 10001 1 total 2.20985e-03 2.86334e-04 - material group in nuclide mean std. dev. -0 10001 1 total 2.20985e-03 2.86334e-04 - material group in nuclide mean std. dev. -0 10001 1 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -0 10001 1 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -0 10001 1 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -0 10001 1 total 3.09384e-01 1.35513e-02 - material group in nuclide mean std. dev. -0 10001 1 total 3.07987e-01 2.93081e-02 - material group in group out nuclide moment mean std. dev. -0 10001 1 1 total P0 3.07987e-01 2.93081e-02 -1 10001 1 1 total P1 3.06172e-02 7.46446e-03 -2 10001 1 1 total P2 1.89115e-02 4.32283e-03 -3 10001 1 1 total P3 6.23462e-03 3.33820e-03 - material group in group out nuclide moment mean std. dev. -0 10001 1 1 total P0 3.07987e-01 2.93081e-02 -1 10001 1 1 total P1 3.06172e-02 7.46446e-03 -2 10001 1 1 total P2 1.89115e-02 4.32283e-03 -3 10001 1 1 total P3 6.23462e-03 3.33820e-03 - material group in group out nuclide mean std. dev. -0 10001 1 1 total 1.00000e+00 9.50387e-02 - material group in group out nuclide mean std. dev. -0 10001 1 1 total 0.00000e+00 0.00000e+00 - material group out nuclide mean std. dev. -0 10001 1 total 0.00000e+00 0.00000e+00 - material group out nuclide mean std. dev. -0 10001 1 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -0 10001 1 total 1.83326e+06 1.66355e+05 - material group in nuclide mean std. dev. -0 10001 1 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -0 10002 1 total 9.04999e-01 4.39645e-02 - material group in nuclide mean std. dev. -0 10002 1 total 4.99184e-01 4.09141e-02 - material group in nuclide mean std. dev. -0 10002 1 total 4.99184e-01 4.09141e-02 - material group in nuclide mean std. dev. -0 10002 1 total 6.06034e-03 5.54524e-04 - material group in nuclide mean std. dev. -0 10002 1 total 6.06034e-03 5.54524e-04 - material group in nuclide mean std. dev. -0 10002 1 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -0 10002 1 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -0 10002 1 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -0 10002 1 total 8.98938e-01 4.34930e-02 - material group in nuclide mean std. dev. -0 10002 1 total 9.03415e-01 4.39587e-02 - material group in group out nuclide moment mean std. dev. -0 10002 1 1 total P0 9.03415e-01 4.35860e-02 -1 10002 1 1 total P1 4.10417e-01 1.58772e-02 -2 10002 1 1 total P2 1.43301e-01 7.18738e-03 -3 10002 1 1 total P3 8.73943e-03 3.57144e-03 - material group in group out nuclide moment mean std. dev. -0 10002 1 1 total P0 9.03415e-01 4.35860e-02 -1 10002 1 1 total P1 4.10417e-01 1.58772e-02 -2 10002 1 1 total P2 1.43301e-01 7.18738e-03 -3 10002 1 1 total P3 8.73943e-03 3.57144e-03 - material group in group out nuclide mean std. dev. -0 10002 1 1 total 1.00000e+00 5.68667e-02 - material group in group out nuclide mean std. dev. -0 10002 1 1 total 0.00000e+00 0.00000e+00 - material group out nuclide mean std. dev. -0 10002 1 total 0.00000e+00 0.00000e+00 - material group out nuclide mean std. dev. -0 10002 1 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -0 10002 1 total 1.73220e+06 1.59691e+05 - material group in nuclide mean std. dev. -0 10002 1 total 0.00000e+00 0.00000e+00 + material group in nuclide mean std. dev. +0 10000 1 total 0.453624 0.021053 + material group in nuclide mean std. dev. +0 10000 1 total 0.400852 0.022858 + material group in nuclide mean std. dev. +0 10000 1 total 0.400852 0.022858 + material group in nuclide mean std. dev. +0 10000 1 total 0.064903 0.004313 + material group in nuclide mean std. dev. +0 10000 1 total 0.028048 0.00458 + material group in nuclide mean std. dev. +0 10000 1 total 0.036855 0.002622 + 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.137955 0.507364 + material group in nuclide mean std. dev. +0 10000 1 total 0.388721 0.01783 + material group in nuclide mean std. dev. +0 10000 1 total 0.389304 0.023076 + material group in group out nuclide moment mean std. dev. +0 10000 1 1 total P0 0.389304 0.023146 +1 10000 1 1 total P1 0.046224 0.005907 +2 10000 1 1 total P2 0.017984 0.002883 +3 10000 1 1 total P3 0.006628 0.002457 + material group in group out nuclide moment mean std. dev. +0 10000 1 1 total P0 0.389304 0.023146 +1 10000 1 1 total P1 0.046224 0.005907 +2 10000 1 1 total P2 0.017984 0.002883 +3 10000 1 1 total P3 0.006628 0.002457 + material group in group out nuclide mean std. dev. +0 10000 1 1 total 1.0 0.066111 + material group in group out nuclide mean std. dev. +0 10000 1 1 total 0.085835 0.005592 + material group out nuclide mean std. dev. +0 10000 1 total 1.0 0.046071 + 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 + material group in nuclide mean std. dev. +0 10000 1 total 0.090004 0.006367 + 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 + material group in nuclide mean std. dev. +0 10001 1 total 0.279255 0.02919 + material group in nuclide mean std. dev. +0 10001 1 total 0.00221 0.000286 + material group in nuclide mean std. dev. +0 10001 1 total 0.00221 0.000286 + material group in nuclide mean std. dev. +0 10001 1 total 0.0 0.0 + material group in nuclide mean std. dev. +0 10001 1 total 0.0 0.0 + material group in nuclide mean std. dev. +0 10001 1 total 0.0 0.0 + material group in nuclide mean std. dev. +0 10001 1 total 0.309384 0.013551 + material group in nuclide mean std. dev. +0 10001 1 total 0.307987 0.029308 + material group in group out nuclide moment mean std. dev. +0 10001 1 1 total P0 0.307987 0.029308 +1 10001 1 1 total P1 0.030617 0.007464 +2 10001 1 1 total P2 0.018911 0.004323 +3 10001 1 1 total P3 0.006235 0.003338 + material group in group out nuclide moment mean std. dev. +0 10001 1 1 total P0 0.307987 0.029308 +1 10001 1 1 total P1 0.030617 0.007464 +2 10001 1 1 total P2 0.018911 0.004323 +3 10001 1 1 total P3 0.006235 0.003338 + material group in group out nuclide mean std. dev. +0 10001 1 1 total 1.0 0.095039 + material group in group out nuclide mean std. dev. +0 10001 1 1 total 0.0 0.0 + material group out nuclide mean std. dev. +0 10001 1 total 0.0 0.0 + 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 + material group in nuclide mean std. dev. +0 10001 1 total 0.0 0.0 + material group in nuclide mean std. dev. +0 10002 1 total 0.904999 0.043964 + material group in nuclide mean std. dev. +0 10002 1 total 0.499184 0.040914 + material group in nuclide mean std. dev. +0 10002 1 total 0.499184 0.040914 + material group in nuclide mean std. dev. +0 10002 1 total 0.00606 0.000555 + material group in nuclide mean std. dev. +0 10002 1 total 0.00606 0.000555 + material group in nuclide mean std. dev. +0 10002 1 total 0.0 0.0 + material group in nuclide mean std. dev. +0 10002 1 total 0.0 0.0 + material group in nuclide mean std. dev. +0 10002 1 total 0.0 0.0 + material group in nuclide mean std. dev. +0 10002 1 total 0.898938 0.043493 + material group in nuclide mean std. dev. +0 10002 1 total 0.903415 0.043959 + material group in group out nuclide moment mean std. dev. +0 10002 1 1 total P0 0.903415 0.043586 +1 10002 1 1 total P1 0.410417 0.015877 +2 10002 1 1 total P2 0.143301 0.007187 +3 10002 1 1 total P3 0.008739 0.003571 + material group in group out nuclide moment mean std. dev. +0 10002 1 1 total P0 0.903415 0.043586 +1 10002 1 1 total P1 0.410417 0.015877 +2 10002 1 1 total P2 0.143301 0.007187 +3 10002 1 1 total P3 0.008739 0.003571 + material group in group out nuclide mean std. dev. +0 10002 1 1 total 1.0 0.056867 + material group in group out nuclide mean std. dev. +0 10002 1 1 total 0.0 0.0 + material group out nuclide mean std. dev. +0 10002 1 total 0.0 0.0 + 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 + material group in nuclide mean std. dev. +0 10002 1 total 0.0 0.0 diff --git a/tests/test_mgxs_library_distribcell/inputs_true.dat b/tests/test_mgxs_library_distribcell/inputs_true.dat index 610d2e1af..4ad63a947 100644 --- a/tests/test_mgxs_library_distribcell/inputs_true.dat +++ b/tests/test_mgxs_library_distribcell/inputs_true.dat @@ -1 +1 @@ -8387be0df212cc1b277f42e4b7946b7b1097b34a2d51733bbc0ce1fcc86b0ae97676770b0a4230735e8c11d769989a8c6f702d9f48eb1a145ab6517128443fb7 +2d948f3b12293294eaeca231a3df9d51195379e8bb38dd3e68d3bc512a7d08ed52a1109054ca381684ec127268710f6d6e9210ac8154c9b379608e996627624a diff --git a/tests/test_mgxs_library_distribcell/results_true.dat b/tests/test_mgxs_library_distribcell/results_true.dat index 7cde7e3fe..c21ca09e9 100644 --- a/tests/test_mgxs_library_distribcell/results_true.dat +++ b/tests/test_mgxs_library_distribcell/results_true.dat @@ -1,42 +1,42 @@ - avg(distribcell) group in nuclide mean std. dev. -0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 total 1.14593e+00 5.53822e-01 - avg(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.18919e-01 5.20644e-01 - avg(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.18919e-01 5.20644e-01 - avg(distribcell) group in nuclide mean std. dev. -0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 total 1.97622e-02 1.06288e-02 - avg(distribcell) group in nuclide mean std. dev. -0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 total 1.97622e-02 1.06288e-02 - avg(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.00000e+00 0.00000e+00 - avg(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.00000e+00 0.00000e+00 - avg(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.00000e+00 0.00000e+00 - avg(distribcell) group in nuclide mean std. dev. -0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 total 1.12617e+00 5.43440e-01 - avg(distribcell) group in nuclide mean std. dev. -0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 total 1.14255e+00 5.70131e-01 - avg(distribcell) group in group out nuclide moment mean std. dev. -0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P0 1.14255e+00 5.70131e-01 -1 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P1 4.47381e-01 2.16322e-01 -2 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P2 1.41202e-01 6.65038e-02 -3 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P3 3.92283e-02 2.46208e-02 - avg(distribcell) group in group out nuclide moment mean std. dev. -0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P0 1.14255e+00 5.70131e-01 -1 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P1 4.47381e-01 2.16322e-01 -2 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P2 1.41202e-01 6.65038e-02 -3 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P3 3.92283e-02 2.46208e-02 - avg(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 1.00000e+00 5.29717e-01 - avg(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.00000e+00 0.00000e+00 - avg(distribcell) group out nuclide mean std. dev. -0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 total 0.00000e+00 0.00000e+00 - avg(distribcell) group out nuclide mean std. dev. -0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 total 0.00000e+00 0.00000e+00 - avg(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.74246e+05 4.16398e+05 - avg(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.00000e+00 0.00000e+00 + avg(distribcell) group in nuclide mean std. dev. +0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 total 1.145934 0.553822 + avg(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.718919 0.520644 + avg(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.718919 0.520644 + avg(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.019762 0.010629 + avg(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.019762 0.010629 + avg(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.0 0.0 + avg(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.0 0.0 + avg(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.0 0.0 + avg(distribcell) group in nuclide mean std. dev. +0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 total 1.126172 0.54344 + avg(distribcell) group in nuclide mean std. dev. +0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 total 1.142547 0.570131 + avg(distribcell) group in group out nuclide moment mean std. dev. +0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P0 1.142547 0.570131 +1 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P1 0.447381 0.216322 +2 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P2 0.141202 0.066504 +3 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P3 0.039228 0.024621 + avg(distribcell) group in group out nuclide moment mean std. dev. +0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P0 1.142547 0.570131 +1 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P1 0.447381 0.216322 +2 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P2 0.141202 0.066504 +3 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 1 total P3 0.039228 0.024621 + avg(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 1.0 0.529717 + avg(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.0 0.0 + avg(distribcell) group out nuclide mean std. dev. +0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 total 0.0 0.0 + avg(distribcell) group out nuclide mean std. dev. +0 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,... 1 total 0.0 0.0 + avg(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.000001 6.946255e-07 + avg(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.0 0.0 diff --git a/tests/test_mgxs_library_hdf5/inputs_true.dat b/tests/test_mgxs_library_hdf5/inputs_true.dat index 840a3987e..181c5c59c 100644 --- a/tests/test_mgxs_library_hdf5/inputs_true.dat +++ b/tests/test_mgxs_library_hdf5/inputs_true.dat @@ -1 +1 @@ -d4ad3ef5f03913bcedf7dad7f9ace431e0701dac128d1f38f571898b2c79d6b207191fd1e726d9b3c14b2b994ea9d3ba5b10489be3af9c8fbb41868b85940d9f +e2cdca7ea5b3532050af5b12fac26d7ef212d2696bb1b73cdd00929b2243c40d100ad02438c7b090555b49815d0de6c48cf1b4ebf437a48bc80c2d2b4bad292e diff --git a/tests/test_mgxs_library_hdf5/results_true.dat b/tests/test_mgxs_library_hdf5/results_true.dat index 648193a16..b2bd28f27 100644 --- a/tests/test_mgxs_library_hdf5/results_true.dat +++ b/tests/test_mgxs_library_hdf5/results_true.dat @@ -1,222 +1,222 @@ domain=10000 type=total -[4.14825e-01 6.60170e-01] -[2.27929e-02 4.75189e-02] +[ 0.41482549 0.66016992] +[ 0.02279291 0.04751893] domain=10000 type=transport -[3.56860e-01 6.47648e-01] -[2.54936e-02 2.37037e-02] +[ 0.35685964 0.64764766] +[ 0.0254936 0.02370374] domain=10000 type=nu-transport -[3.56860e-01 6.47648e-01] -[2.54936e-02 2.37037e-02] +[ 0.35685964 0.64764766] +[ 0.0254936 0.02370374] domain=10000 type=absorption -[2.74078e-02 2.64511e-01] -[2.69250e-03 2.33671e-02] +[ 0.02740784 0.26451074] +[ 0.0026925 0.02336708] domain=10000 type=capture -[1.98445e-02 7.17194e-02] -[2.64330e-03 2.52079e-02] +[ 0.01984455 0.07171935] +[ 0.0026433 0.02520786] domain=10000 type=fission -[7.56329e-03 1.92791e-01] -[5.08484e-04 1.71059e-02] +[ 0.00756329 0.19279139] +[ 0.00050848 0.01710592] domain=10000 type=nu-fission -[1.94317e-02 4.69775e-01] -[1.32298e-03 4.16820e-02] +[ 0.01943174 0.46977478] +[ 0.00132298 0.041682 ] domain=10000 type=kappa-fission -[1.47457e+00 3.72869e+01] -[9.92353e-02 3.30838e+00] +[ 1.47456982 37.28689641] +[ 0.09923532 3.30837772] domain=10000 type=scatter -[3.87418e-01 3.95659e-01] -[2.06257e-02 2.51251e-02] +[ 0.38741765 0.39565918] +[ 0.02062573 0.02512506] domain=10000 type=nu-scatter -[3.85188e-01 4.12389e-01] -[2.69456e-02 1.54253e-02] +[ 0.38518839 0.4123894 ] +[ 0.02694562 0.01542528] domain=10000 type=scatter matrix -[[[3.84199e-01 5.18703e-02 2.00688e-02 9.47772e-03] - [9.88930e-04 -2.07235e-04 -1.03366e-04 2.34291e-04]] +[[[ 3.84199458e-01 5.18702843e-02 2.00688453e-02 9.47771571e-03] + [ 9.88930393e-04 -2.07234596e-04 -1.03366181e-04 2.34290623e-04]] - [[9.24640e-04 -7.67705e-04 4.93789e-04 -1.71497e-04] - [4.11465e-01 1.64817e-02 6.37149e-03 -1.04991e-02]]] -[[[2.70010e-02 6.98255e-03 2.84650e-03 2.23352e-03] - [4.82419e-04 1.49011e-04 1.84316e-04 1.28173e-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]]] +[[[ 0.02700101 0.00698255 0.0028465 0.00223352] + [ 0.00048242 0.00014901 0.00018432 0.00012817]] - [[9.24883e-04 7.67907e-04 4.93919e-04 1.71542e-04] - [1.52449e-02 4.50173e-03 1.05507e-02 1.04382e-02]]] + [[ 0.00092488 0.00076791 0.00049392 0.00017154] + [ 0.01524494 0.00450173 0.01055075 0.01043819]]] domain=10000 type=nu-scatter matrix -[[[3.84199e-01 5.18703e-02 2.00688e-02 9.47772e-03] - [9.88930e-04 -2.07235e-04 -1.03366e-04 2.34291e-04]] +[[[ 3.84199458e-01 5.18702843e-02 2.00688453e-02 9.47771571e-03] + [ 9.88930393e-04 -2.07234596e-04 -1.03366181e-04 2.34290623e-04]] - [[9.24640e-04 -7.67705e-04 4.93789e-04 -1.71497e-04] - [4.11465e-01 1.64817e-02 6.37149e-03 -1.04991e-02]]] -[[[2.70010e-02 6.98255e-03 2.84650e-03 2.23352e-03] - [4.82419e-04 1.49011e-04 1.84316e-04 1.28173e-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]]] +[[[ 0.02700101 0.00698255 0.0028465 0.00223352] + [ 0.00048242 0.00014901 0.00018432 0.00012817]] - [[9.24883e-04 7.67907e-04 4.93919e-04 1.71542e-04] - [1.52449e-02 4.50173e-03 1.05507e-02 1.04382e-02]]] + [[ 0.00092488 0.00076791 0.00049392 0.00017154] + [ 0.01524494 0.00450173 0.01055075 0.01043819]]] domain=10000 type=multiplicity matrix -[[1.00000e+00 1.00000e+00] - [1.00000e+00 1.00000e+00]] -[[7.85165e-02 6.87184e-01] - [1.41421e+00 4.11303e-02]] +[[ 1. 1.] + [ 1. 1.]] +[[ 0.07851646 0.68718427] + [ 1.41421356 0.04113035]] domain=10000 type=nu-fission matrix -[[2.01424e-02 0.00000e+00] - [4.54366e-01 0.00000e+00]] -[[3.14909e-03 0.00000e+00] - [2.74255e-02 0.00000e+00]] +[[ 0.02014243 0. ] + [ 0.45436647 0. ]] +[[ 0.00314909 0. ] + [ 0.02742551 0. ]] domain=10000 type=chi -[1.00000e+00 0.00000e+00] -[4.60705e-02 0.00000e+00] +[ 1. 0.] +[ 0.04607052 0. ] domain=10000 type=chi-prompt -[1.00000e+00 0.00000e+00] -[5.14715e-02 0.00000e+00] -domain=10000 type=velocity -[1.75152e+07 3.50172e+05] -[1.43818e+06 2.99459e+04] +[ 1. 0.] +[ 0.05147146 0. ] +domain=10000 type=inverse-velocity +[ 5.70932329e-08 2.85573950e-06] +[ 4.68792969e-09 2.44216503e-07] domain=10000 type=prompt-nu-fission -[1.92392e-02 4.66719e-01] -[1.30951e-03 4.14109e-02] +[ 0.01923922 0.46671903] +[ 0.00130951 0.04141087] domain=10001 type=total -[3.13738e-01 3.00821e-01] -[1.55819e-02 2.80524e-02] +[ 0.31373767 0.3008214 ] +[ 0.0155819 0.02805245] domain=10001 type=transport -[2.73228e-01 3.12375e-01] -[3.31154e-02 4.96058e-02] +[ 0.27322787 0.31237484] +[ 0.03311537 0.04960583] domain=10001 type=nu-transport -[2.73228e-01 3.12375e-01] -[3.31154e-02 4.96058e-02] +[ 0.27322787 0.31237484] +[ 0.03311537 0.04960583] domain=10001 type=absorption -[1.57499e-03 5.40038e-03] -[3.22548e-04 6.18138e-04] +[ 0.00157499 0.00540038] +[ 0.00032255 0.00061814] domain=10001 type=capture -[1.57499e-03 5.40038e-03] -[3.22548e-04 6.18138e-04] +[ 0.00157499 0.00540038] +[ 0.00032255 0.00061814] domain=10001 type=fission -[0.00000e+00 0.00000e+00] -[0.00000e+00 0.00000e+00] +[ 0. 0.] +[ 0. 0.] domain=10001 type=nu-fission -[0.00000e+00 0.00000e+00] -[0.00000e+00 0.00000e+00] +[ 0. 0.] +[ 0. 0.] domain=10001 type=kappa-fission -[0.00000e+00 0.00000e+00] -[0.00000e+00 0.00000e+00] +[ 0. 0.] +[ 0. 0.] domain=10001 type=scatter -[3.12163e-01 2.95421e-01] -[1.53219e-02 2.74455e-02] +[ 0.31216268 0.29542102] +[ 0.01532192 0.02744549] domain=10001 type=nu-scatter -[3.10121e-01 2.96264e-01] -[3.37881e-02 4.37922e-02] +[ 0.31012074 0.29626427] +[ 0.03378811 0.04379223] domain=10001 type=scatter matrix -[[[3.10121e-01 3.82296e-02 2.07449e-02 7.96430e-03] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] +[[[ 0.31012074 0.03822959 0.02074494 0.0079643 ] + [ 0. 0. 0. 0. ]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [2.96264e-01 -1.12136e-02 8.83657e-03 -3.27007e-03]]] -[[[3.37881e-02 8.48400e-03 4.69561e-03 3.73162e-03] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0. ] + [ 0.29626427 -0.01121364 0.00883657 -0.00327007]]] +[[[ 0.03378811 0.008484 0.00469561 0.00373162] + [ 0. 0. 0. 0. ]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [4.37922e-02 1.61804e-02 1.15040e-02 7.32885e-03]]] + [[ 0. 0. 0. 0. ] + [ 0.04379223 0.01618037 0.01150396 0.00732885]]] domain=10001 type=nu-scatter matrix -[[[3.10121e-01 3.82296e-02 2.07449e-02 7.96430e-03] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] +[[[ 0.31012074 0.03822959 0.02074494 0.0079643 ] + [ 0. 0. 0. 0. ]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [2.96264e-01 -1.12136e-02 8.83657e-03 -3.27007e-03]]] -[[[3.37881e-02 8.48400e-03 4.69561e-03 3.73162e-03] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0. ] + [ 0.29626427 -0.01121364 0.00883657 -0.00327007]]] +[[[ 0.03378811 0.008484 0.00469561 0.00373162] + [ 0. 0. 0. 0. ]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [4.37922e-02 1.61804e-02 1.15040e-02 7.32885e-03]]] + [[ 0. 0. 0. 0. ] + [ 0.04379223 0.01618037 0.01150396 0.00732885]]] domain=10001 type=multiplicity matrix -[[1.00000e+00 0.00000e+00] - [0.00000e+00 1.00000e+00]] -[[1.08779e-01 0.00000e+00] - [0.00000e+00 1.42427e-01]] +[[ 1. 0.] + [ 0. 1.]] +[[ 0.1087787 0. ] + [ 0. 0.14242717]] domain=10001 type=nu-fission matrix -[[0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00]] -[[0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00]] +[[ 0. 0.] + [ 0. 0.]] +[[ 0. 0.] + [ 0. 0.]] domain=10001 type=chi -[0.00000e+00 0.00000e+00] -[0.00000e+00 0.00000e+00] +[ 0. 0.] +[ 0. 0.] domain=10001 type=chi-prompt -[0.00000e+00 0.00000e+00] -[0.00000e+00 0.00000e+00] -domain=10001 type=velocity -[1.66778e+07 3.34953e+05] -[1.26644e+06 3.83368e+04] +[ 0. 0.] +[ 0. 0.] +domain=10001 type=inverse-velocity +[ 5.99598048e-08 2.98549021e-06] +[ 4.55309296e-09 3.41701554e-07] domain=10001 type=prompt-nu-fission -[0.00000e+00 0.00000e+00] -[0.00000e+00 0.00000e+00] +[ 0. 0.] +[ 0. 0.] domain=10002 type=total -[6.64572e-01 2.05238e+00] -[3.12148e-02 2.24343e-01] +[ 0.66457226 2.05238401] +[ 0.03121475 0.22434291] domain=10002 type=transport -[2.90565e-01 1.51644e+00] -[2.38519e-02 2.35197e-01] +[ 0.29056526 1.51643801] +[ 0.02385185 0.23519727] domain=10002 type=nu-transport -[2.90565e-01 1.51644e+00] -[2.38519e-02 2.35197e-01] +[ 0.29056526 1.51643801] +[ 0.02385185 0.23519727] domain=10002 type=absorption -[6.90400e-04 3.16873e-02] -[4.41476e-05 3.74656e-03] +[ 0.0006904 0.03168726] +[ 4.41475687e-05 3.74655858e-03] domain=10002 type=capture -[6.90400e-04 3.16873e-02] -[4.41476e-05 3.74656e-03] +[ 0.0006904 0.03168726] +[ 4.41475687e-05 3.74655858e-03] domain=10002 type=fission -[0.00000e+00 0.00000e+00] -[0.00000e+00 0.00000e+00] +[ 0. 0.] +[ 0. 0.] domain=10002 type=nu-fission -[0.00000e+00 0.00000e+00] -[0.00000e+00 0.00000e+00] +[ 0. 0.] +[ 0. 0.] domain=10002 type=kappa-fission -[0.00000e+00 0.00000e+00] -[0.00000e+00 0.00000e+00] +[ 0. 0.] +[ 0. 0.] domain=10002 type=scatter -[6.63882e-01 2.02070e+00] -[3.11727e-02 2.20604e-01] +[ 0.66388186 2.02069676] +[ 0.03117268 0.22060445] domain=10002 type=nu-scatter -[6.71269e-01 2.03539e+00] -[2.61864e-02 2.58060e-01] +[ 0.6712692 2.03538833] +[ 0.02618637 0.25806033] domain=10002 type=scatter matrix -[[[6.39901e-01 3.81167e-01 1.52392e-01 9.14802e-03] - [3.13677e-02 8.75772e-03 -2.56790e-03 -3.78480e-03]] +[[[ 6.39901485e-01 3.81167449e-01 1.52391898e-01 9.14802229e-03] + [ 3.13677198e-02 8.75772321e-03 -2.56790106e-03 -3.78480288e-03]] - [[4.43343e-04 3.99960e-04 3.19563e-04 2.13847e-04] - [2.03494e+00 5.09941e-01 1.11175e-01 2.49884e-02]]] -[[[2.47091e-02 1.62433e-02 8.15628e-03 3.88856e-03] - [1.72811e-03 9.25671e-04 1.01398e-03 8.17076e-04]] + [[ 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.44850e-04 4.01320e-04 3.20649e-04 2.14574e-04] - [2.57800e-01 5.12359e-02 1.30198e-02 8.31235e-03]]] + [[ 4.44850393e-04 4.01320183e-04 3.20649143e-04 2.14573997e-04] + [ 2.57799889e-01 5.12359063e-02 1.30198170e-02 8.31235256e-03]]] domain=10002 type=nu-scatter matrix -[[[6.39901e-01 3.81167e-01 1.52392e-01 9.14802e-03] - [3.13677e-02 8.75772e-03 -2.56790e-03 -3.78480e-03]] +[[[ 6.39901485e-01 3.81167449e-01 1.52391898e-01 9.14802229e-03] + [ 3.13677198e-02 8.75772321e-03 -2.56790106e-03 -3.78480288e-03]] - [[4.43343e-04 3.99960e-04 3.19563e-04 2.13847e-04] - [2.03494e+00 5.09941e-01 1.11175e-01 2.49884e-02]]] -[[[2.47091e-02 1.62433e-02 8.15628e-03 3.88856e-03] - [1.72811e-03 9.25671e-04 1.01398e-03 8.17076e-04]] + [[ 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.44850e-04 4.01320e-04 3.20649e-04 2.14574e-04] - [2.57800e-01 5.12359e-02 1.30198e-02 8.31235e-03]]] + [[ 4.44850393e-04 4.01320183e-04 3.20649143e-04 2.14573997e-04] + [ 2.57799889e-01 5.12359063e-02 1.30198170e-02 8.31235256e-03]]] domain=10002 type=multiplicity matrix -[[1.00000e+00 1.00000e+00] - [1.00000e+00 1.00000e+00]] -[[3.86092e-02 6.76673e-02] - [1.41421e+00 1.35929e-01]] +[[ 1. 1.] + [ 1. 1.]] +[[ 0.03860919 0.06766735] + [ 1.41421356 0.13592921]] domain=10002 type=nu-fission matrix -[[0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00]] -[[0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00]] +[[ 0. 0.] + [ 0. 0.]] +[[ 0. 0.] + [ 0. 0.]] domain=10002 type=chi -[0.00000e+00 0.00000e+00] -[0.00000e+00 0.00000e+00] +[ 0. 0.] +[ 0. 0.] domain=10002 type=chi-prompt -[0.00000e+00 0.00000e+00] -[0.00000e+00 0.00000e+00] -domain=10002 type=velocity -[1.66056e+07 3.28412e+05] -[1.04244e+06 3.88284e+04] +[ 0. 0.] +[ 0. 0.] +domain=10002 type=inverse-velocity +[ 6.02207831e-08 3.04495537e-06] +[ 3.78043696e-09 3.60007673e-07] domain=10002 type=prompt-nu-fission -[0.00000e+00 0.00000e+00] -[0.00000e+00 0.00000e+00] +[ 0. 0.] +[ 0. 0.] diff --git a/tests/test_mgxs_library_no_nuclides/inputs_true.dat b/tests/test_mgxs_library_no_nuclides/inputs_true.dat index 840a3987e..181c5c59c 100644 --- a/tests/test_mgxs_library_no_nuclides/inputs_true.dat +++ b/tests/test_mgxs_library_no_nuclides/inputs_true.dat @@ -1 +1 @@ -d4ad3ef5f03913bcedf7dad7f9ace431e0701dac128d1f38f571898b2c79d6b207191fd1e726d9b3c14b2b994ea9d3ba5b10489be3af9c8fbb41868b85940d9f +e2cdca7ea5b3532050af5b12fac26d7ef212d2696bb1b73cdd00929b2243c40d100ad02438c7b090555b49815d0de6c48cf1b4ebf437a48bc80c2d2b4bad292e diff --git a/tests/test_mgxs_library_no_nuclides/results_true.dat b/tests/test_mgxs_library_no_nuclides/results_true.dat index 246f1a963..141143c8c 100644 --- a/tests/test_mgxs_library_no_nuclides/results_true.dat +++ b/tests/test_mgxs_library_no_nuclides/results_true.dat @@ -1,258 +1,258 @@ - material group in nuclide mean std. dev. -1 10000 1 total 4.14825e-01 2.27929e-02 -0 10000 2 total 6.60170e-01 4.75189e-02 - material group in nuclide mean std. dev. -1 10000 1 total 3.56860e-01 2.54936e-02 -0 10000 2 total 6.47648e-01 2.37037e-02 - material group in nuclide mean std. dev. -1 10000 1 total 3.56860e-01 2.54936e-02 -0 10000 2 total 6.47648e-01 2.37037e-02 - material group in nuclide mean std. dev. -1 10000 1 total 2.74078e-02 2.69250e-03 -0 10000 2 total 2.64511e-01 2.33671e-02 - material group in nuclide mean std. dev. -1 10000 1 total 1.98445e-02 2.64330e-03 -0 10000 2 total 7.17194e-02 2.52079e-02 - material group in nuclide mean std. dev. -1 10000 1 total 7.56329e-03 5.08484e-04 -0 10000 2 total 1.92791e-01 1.71059e-02 - material group in nuclide mean std. dev. -1 10000 1 total 1.94317e-02 1.32298e-03 -0 10000 2 total 4.69775e-01 4.16820e-02 - material group in nuclide mean std. dev. -1 10000 1 total 1.47457e+00 9.92353e-02 -0 10000 2 total 3.72869e+01 3.30838e+00 - material group in nuclide mean std. dev. -1 10000 1 total 3.87418e-01 2.06257e-02 -0 10000 2 total 3.95659e-01 2.51251e-02 - material group in nuclide mean std. dev. -1 10000 1 total 3.85188e-01 2.69456e-02 -0 10000 2 total 4.12389e-01 1.54253e-02 - material group in group out nuclide moment mean std. dev. -12 10000 1 1 total P0 3.84199e-01 2.70010e-02 -13 10000 1 1 total P1 5.18703e-02 6.98255e-03 -14 10000 1 1 total P2 2.00688e-02 2.84650e-03 -15 10000 1 1 total P3 9.47772e-03 2.23352e-03 -8 10000 1 2 total P0 9.88930e-04 4.82419e-04 -9 10000 1 2 total P1 -2.07235e-04 1.49011e-04 -10 10000 1 2 total P2 -1.03366e-04 1.84316e-04 -11 10000 1 2 total P3 2.34291e-04 1.28173e-04 -4 10000 2 1 total P0 9.24640e-04 9.24883e-04 -5 10000 2 1 total P1 -7.67705e-04 7.67907e-04 -6 10000 2 1 total P2 4.93789e-04 4.93919e-04 -7 10000 2 1 total P3 -1.71497e-04 1.71542e-04 -0 10000 2 2 total P0 4.11465e-01 1.52449e-02 -1 10000 2 2 total P1 1.64817e-02 4.50173e-03 -2 10000 2 2 total P2 6.37149e-03 1.05507e-02 -3 10000 2 2 total P3 -1.04991e-02 1.04382e-02 - material group in group out nuclide moment mean std. dev. -12 10000 1 1 total P0 3.84199e-01 2.70010e-02 -13 10000 1 1 total P1 5.18703e-02 6.98255e-03 -14 10000 1 1 total P2 2.00688e-02 2.84650e-03 -15 10000 1 1 total P3 9.47772e-03 2.23352e-03 -8 10000 1 2 total P0 9.88930e-04 4.82419e-04 -9 10000 1 2 total P1 -2.07235e-04 1.49011e-04 -10 10000 1 2 total P2 -1.03366e-04 1.84316e-04 -11 10000 1 2 total P3 2.34291e-04 1.28173e-04 -4 10000 2 1 total P0 9.24640e-04 9.24883e-04 -5 10000 2 1 total P1 -7.67705e-04 7.67907e-04 -6 10000 2 1 total P2 4.93789e-04 4.93919e-04 -7 10000 2 1 total P3 -1.71497e-04 1.71542e-04 -0 10000 2 2 total P0 4.11465e-01 1.52449e-02 -1 10000 2 2 total P1 1.64817e-02 4.50173e-03 -2 10000 2 2 total P2 6.37149e-03 1.05507e-02 -3 10000 2 2 total P3 -1.04991e-02 1.04382e-02 - material group in group out nuclide mean std. dev. -3 10000 1 1 total 1.00000e+00 7.85165e-02 -2 10000 1 2 total 1.00000e+00 6.87184e-01 -1 10000 2 1 total 1.00000e+00 1.41421e+00 -0 10000 2 2 total 1.00000e+00 4.11303e-02 - material group in group out nuclide mean std. dev. -3 10000 1 1 total 2.01424e-02 3.14909e-03 -2 10000 1 2 total 0.00000e+00 0.00000e+00 -1 10000 2 1 total 4.54366e-01 2.74255e-02 -0 10000 2 2 total 0.00000e+00 0.00000e+00 - material group out nuclide mean std. dev. -1 10000 1 total 1.00000e+00 4.60705e-02 -0 10000 2 total 0.00000e+00 0.00000e+00 - material group out nuclide mean std. dev. -1 10000 1 total 1.00000e+00 5.14715e-02 -0 10000 2 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -1 10000 1 total 1.75152e+07 1.43818e+06 -0 10000 2 total 3.50172e+05 2.99459e+04 - material group in nuclide mean std. dev. -1 10000 1 total 1.92392e-02 1.30951e-03 -0 10000 2 total 4.66719e-01 4.14109e-02 - material group in nuclide mean std. dev. -1 10001 1 total 3.13738e-01 1.55819e-02 -0 10001 2 total 3.00821e-01 2.80524e-02 - material group in nuclide mean std. dev. -1 10001 1 total 2.73228e-01 3.31154e-02 -0 10001 2 total 3.12375e-01 4.96058e-02 - material group in nuclide mean std. dev. -1 10001 1 total 2.73228e-01 3.31154e-02 -0 10001 2 total 3.12375e-01 4.96058e-02 - material group in nuclide mean std. dev. -1 10001 1 total 1.57499e-03 3.22548e-04 -0 10001 2 total 5.40038e-03 6.18138e-04 - material group in nuclide mean std. dev. -1 10001 1 total 1.57499e-03 3.22548e-04 -0 10001 2 total 5.40038e-03 6.18138e-04 - material group in nuclide mean std. dev. -1 10001 1 total 0.00000e+00 0.00000e+00 -0 10001 2 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -1 10001 1 total 0.00000e+00 0.00000e+00 -0 10001 2 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -1 10001 1 total 0.00000e+00 0.00000e+00 -0 10001 2 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -1 10001 1 total 3.12163e-01 1.53219e-02 -0 10001 2 total 2.95421e-01 2.74455e-02 - material group in nuclide mean std. dev. -1 10001 1 total 3.10121e-01 3.37881e-02 -0 10001 2 total 2.96264e-01 4.37922e-02 - material group in group out nuclide moment mean std. dev. -12 10001 1 1 total P0 3.10121e-01 3.37881e-02 -13 10001 1 1 total P1 3.82296e-02 8.48400e-03 -14 10001 1 1 total P2 2.07449e-02 4.69561e-03 -15 10001 1 1 total P3 7.96430e-03 3.73162e-03 -8 10001 1 2 total P0 0.00000e+00 0.00000e+00 -9 10001 1 2 total P1 0.00000e+00 0.00000e+00 -10 10001 1 2 total P2 0.00000e+00 0.00000e+00 -11 10001 1 2 total P3 0.00000e+00 0.00000e+00 -4 10001 2 1 total P0 0.00000e+00 0.00000e+00 -5 10001 2 1 total P1 0.00000e+00 0.00000e+00 -6 10001 2 1 total P2 0.00000e+00 0.00000e+00 -7 10001 2 1 total P3 0.00000e+00 0.00000e+00 -0 10001 2 2 total P0 2.96264e-01 4.37922e-02 -1 10001 2 2 total P1 -1.12136e-02 1.61804e-02 -2 10001 2 2 total P2 8.83657e-03 1.15040e-02 -3 10001 2 2 total P3 -3.27007e-03 7.32885e-03 - material group in group out nuclide moment mean std. dev. -12 10001 1 1 total P0 3.10121e-01 3.37881e-02 -13 10001 1 1 total P1 3.82296e-02 8.48400e-03 -14 10001 1 1 total P2 2.07449e-02 4.69561e-03 -15 10001 1 1 total P3 7.96430e-03 3.73162e-03 -8 10001 1 2 total P0 0.00000e+00 0.00000e+00 -9 10001 1 2 total P1 0.00000e+00 0.00000e+00 -10 10001 1 2 total P2 0.00000e+00 0.00000e+00 -11 10001 1 2 total P3 0.00000e+00 0.00000e+00 -4 10001 2 1 total P0 0.00000e+00 0.00000e+00 -5 10001 2 1 total P1 0.00000e+00 0.00000e+00 -6 10001 2 1 total P2 0.00000e+00 0.00000e+00 -7 10001 2 1 total P3 0.00000e+00 0.00000e+00 -0 10001 2 2 total P0 2.96264e-01 4.37922e-02 -1 10001 2 2 total P1 -1.12136e-02 1.61804e-02 -2 10001 2 2 total P2 8.83657e-03 1.15040e-02 -3 10001 2 2 total P3 -3.27007e-03 7.32885e-03 - material group in group out nuclide mean std. dev. -3 10001 1 1 total 1.00000e+00 1.08779e-01 -2 10001 1 2 total 0.00000e+00 0.00000e+00 -1 10001 2 1 total 0.00000e+00 0.00000e+00 -0 10001 2 2 total 1.00000e+00 1.42427e-01 - material group in group out nuclide mean std. dev. -3 10001 1 1 total 0.00000e+00 0.00000e+00 -2 10001 1 2 total 0.00000e+00 0.00000e+00 -1 10001 2 1 total 0.00000e+00 0.00000e+00 -0 10001 2 2 total 0.00000e+00 0.00000e+00 - material group out nuclide mean std. dev. -1 10001 1 total 0.00000e+00 0.00000e+00 -0 10001 2 total 0.00000e+00 0.00000e+00 - material group out nuclide mean std. dev. -1 10001 1 total 0.00000e+00 0.00000e+00 -0 10001 2 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -1 10001 1 total 1.66778e+07 1.26644e+06 -0 10001 2 total 3.34953e+05 3.83368e+04 - material group in nuclide mean std. dev. -1 10001 1 total 0.00000e+00 0.00000e+00 -0 10001 2 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -1 10002 1 total 6.64572e-01 3.12148e-02 -0 10002 2 total 2.05238e+00 2.24343e-01 - material group in nuclide mean std. dev. -1 10002 1 total 2.90565e-01 2.38519e-02 -0 10002 2 total 1.51644e+00 2.35197e-01 - material group in nuclide mean std. dev. -1 10002 1 total 2.90565e-01 2.38519e-02 -0 10002 2 total 1.51644e+00 2.35197e-01 - material group in nuclide mean std. dev. -1 10002 1 total 6.90400e-04 4.41476e-05 -0 10002 2 total 3.16873e-02 3.74656e-03 - material group in nuclide mean std. dev. -1 10002 1 total 6.90400e-04 4.41476e-05 -0 10002 2 total 3.16873e-02 3.74656e-03 - material group in nuclide mean std. dev. -1 10002 1 total 0.00000e+00 0.00000e+00 -0 10002 2 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -1 10002 1 total 0.00000e+00 0.00000e+00 -0 10002 2 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -1 10002 1 total 0.00000e+00 0.00000e+00 -0 10002 2 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -1 10002 1 total 6.63882e-01 3.11727e-02 -0 10002 2 total 2.02070e+00 2.20604e-01 - material group in nuclide mean std. dev. -1 10002 1 total 6.71269e-01 2.61864e-02 -0 10002 2 total 2.03539e+00 2.58060e-01 - material group in group out nuclide moment mean std. dev. -12 10002 1 1 total P0 6.39901e-01 2.47091e-02 -13 10002 1 1 total P1 3.81167e-01 1.62433e-02 -14 10002 1 1 total P2 1.52392e-01 8.15628e-03 -15 10002 1 1 total P3 9.14802e-03 3.88856e-03 -8 10002 1 2 total P0 3.13677e-02 1.72811e-03 -9 10002 1 2 total P1 8.75772e-03 9.25671e-04 -10 10002 1 2 total P2 -2.56790e-03 1.01398e-03 -11 10002 1 2 total P3 -3.78480e-03 8.17076e-04 -4 10002 2 1 total P0 4.43343e-04 4.44850e-04 -5 10002 2 1 total P1 3.99960e-04 4.01320e-04 -6 10002 2 1 total P2 3.19563e-04 3.20649e-04 -7 10002 2 1 total P3 2.13847e-04 2.14574e-04 -0 10002 2 2 total P0 2.03494e+00 2.57800e-01 -1 10002 2 2 total P1 5.09941e-01 5.12359e-02 -2 10002 2 2 total P2 1.11175e-01 1.30198e-02 -3 10002 2 2 total P3 2.49884e-02 8.31235e-03 - material group in group out nuclide moment mean std. dev. -12 10002 1 1 total P0 6.39901e-01 2.47091e-02 -13 10002 1 1 total P1 3.81167e-01 1.62433e-02 -14 10002 1 1 total P2 1.52392e-01 8.15628e-03 -15 10002 1 1 total P3 9.14802e-03 3.88856e-03 -8 10002 1 2 total P0 3.13677e-02 1.72811e-03 -9 10002 1 2 total P1 8.75772e-03 9.25671e-04 -10 10002 1 2 total P2 -2.56790e-03 1.01398e-03 -11 10002 1 2 total P3 -3.78480e-03 8.17076e-04 -4 10002 2 1 total P0 4.43343e-04 4.44850e-04 -5 10002 2 1 total P1 3.99960e-04 4.01320e-04 -6 10002 2 1 total P2 3.19563e-04 3.20649e-04 -7 10002 2 1 total P3 2.13847e-04 2.14574e-04 -0 10002 2 2 total P0 2.03494e+00 2.57800e-01 -1 10002 2 2 total P1 5.09941e-01 5.12359e-02 -2 10002 2 2 total P2 1.11175e-01 1.30198e-02 -3 10002 2 2 total P3 2.49884e-02 8.31235e-03 - material group in group out nuclide mean std. dev. -3 10002 1 1 total 1.00000e+00 3.86092e-02 -2 10002 1 2 total 1.00000e+00 6.76673e-02 -1 10002 2 1 total 1.00000e+00 1.41421e+00 -0 10002 2 2 total 1.00000e+00 1.35929e-01 - material group in group out nuclide mean std. dev. -3 10002 1 1 total 0.00000e+00 0.00000e+00 -2 10002 1 2 total 0.00000e+00 0.00000e+00 -1 10002 2 1 total 0.00000e+00 0.00000e+00 -0 10002 2 2 total 0.00000e+00 0.00000e+00 - material group out nuclide mean std. dev. -1 10002 1 total 0.00000e+00 0.00000e+00 -0 10002 2 total 0.00000e+00 0.00000e+00 - material group out nuclide mean std. dev. -1 10002 1 total 0.00000e+00 0.00000e+00 -0 10002 2 total 0.00000e+00 0.00000e+00 - material group in nuclide mean std. dev. -1 10002 1 total 1.66056e+07 1.04244e+06 -0 10002 2 total 3.28412e+05 3.88284e+04 - material group in nuclide mean std. dev. -1 10002 1 total 0.00000e+00 0.00000e+00 -0 10002 2 total 0.00000e+00 0.00000e+00 + material group in nuclide mean std. dev. +1 10000 1 total 0.414825 0.022793 +0 10000 2 total 0.660170 0.047519 + material group in nuclide mean std. dev. +1 10000 1 total 0.356860 0.025494 +0 10000 2 total 0.647648 0.023704 + material group in nuclide mean std. dev. +1 10000 1 total 0.356860 0.025494 +0 10000 2 total 0.647648 0.023704 + material group in nuclide mean std. dev. +1 10000 1 total 0.027408 0.002692 +0 10000 2 total 0.264511 0.023367 + material group in nuclide mean std. dev. +1 10000 1 total 0.019845 0.002643 +0 10000 2 total 0.071719 0.025208 + material group in nuclide mean std. dev. +1 10000 1 total 0.007563 0.000508 +0 10000 2 total 0.192791 0.017106 + material group in nuclide mean std. dev. +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.474570 0.099235 +0 10000 2 total 37.286896 3.308378 + material group in nuclide mean std. dev. +1 10000 1 total 0.387418 0.020626 +0 10000 2 total 0.395659 0.025125 + material group in nuclide mean std. dev. +1 10000 1 total 0.385188 0.026946 +0 10000 2 total 0.412389 0.015425 + material group in group out nuclide moment mean std. dev. +12 10000 1 1 total P0 0.384199 0.027001 +13 10000 1 1 total P1 0.051870 0.006983 +14 10000 1 1 total P2 0.020069 0.002846 +15 10000 1 1 total P3 0.009478 0.002234 +8 10000 1 2 total P0 0.000989 0.000482 +9 10000 1 2 total P1 -0.000207 0.000149 +10 10000 1 2 total P2 -0.000103 0.000184 +11 10000 1 2 total P3 0.000234 0.000128 +4 10000 2 1 total P0 0.000925 0.000925 +5 10000 2 1 total P1 -0.000768 0.000768 +6 10000 2 1 total P2 0.000494 0.000494 +7 10000 2 1 total P3 -0.000171 0.000172 +0 10000 2 2 total P0 0.411465 0.015245 +1 10000 2 2 total P1 0.016482 0.004502 +2 10000 2 2 total P2 0.006371 0.010551 +3 10000 2 2 total P3 -0.010499 0.010438 + material group in group out nuclide moment mean std. dev. +12 10000 1 1 total P0 0.384199 0.027001 +13 10000 1 1 total P1 0.051870 0.006983 +14 10000 1 1 total P2 0.020069 0.002846 +15 10000 1 1 total P3 0.009478 0.002234 +8 10000 1 2 total P0 0.000989 0.000482 +9 10000 1 2 total P1 -0.000207 0.000149 +10 10000 1 2 total P2 -0.000103 0.000184 +11 10000 1 2 total P3 0.000234 0.000128 +4 10000 2 1 total P0 0.000925 0.000925 +5 10000 2 1 total P1 -0.000768 0.000768 +6 10000 2 1 total P2 0.000494 0.000494 +7 10000 2 1 total P3 -0.000171 0.000172 +0 10000 2 2 total P0 0.411465 0.015245 +1 10000 2 2 total P1 0.016482 0.004502 +2 10000 2 2 total P2 0.006371 0.010551 +3 10000 2 2 total P3 -0.010499 0.010438 + material group in group out nuclide mean std. dev. +3 10000 1 1 total 1.0 0.078516 +2 10000 1 2 total 1.0 0.687184 +1 10000 2 1 total 1.0 1.414214 +0 10000 2 2 total 1.0 0.041130 + material group in group out nuclide mean std. dev. +3 10000 1 1 total 0.020142 0.003149 +2 10000 1 2 total 0.000000 0.000000 +1 10000 2 1 total 0.454366 0.027426 +0 10000 2 2 total 0.000000 0.000000 + material group out nuclide mean std. dev. +1 10000 1 total 1.0 0.046071 +0 10000 2 total 0.0 0.000000 + material group out nuclide mean std. dev. +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 + material group in nuclide mean std. dev. +1 10000 1 total 0.019239 0.001310 +0 10000 2 total 0.466719 0.041411 + material group in nuclide mean std. dev. +1 10001 1 total 0.313738 0.015582 +0 10001 2 total 0.300821 0.028052 + material group in nuclide mean std. dev. +1 10001 1 total 0.273228 0.033115 +0 10001 2 total 0.312375 0.049606 + material group in nuclide mean std. dev. +1 10001 1 total 0.273228 0.033115 +0 10001 2 total 0.312375 0.049606 + material group in nuclide mean std. dev. +1 10001 1 total 0.001575 0.000323 +0 10001 2 total 0.005400 0.000618 + material group in nuclide mean std. dev. +1 10001 1 total 0.001575 0.000323 +0 10001 2 total 0.005400 0.000618 + material group in nuclide mean std. dev. +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 0.0 0.0 +0 10001 2 total 0.0 0.0 + material group in nuclide mean std. dev. +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 0.312163 0.015322 +0 10001 2 total 0.295421 0.027445 + material group in nuclide mean std. dev. +1 10001 1 total 0.310121 0.033788 +0 10001 2 total 0.296264 0.043792 + material group in group out nuclide moment mean std. dev. +12 10001 1 1 total P0 0.310121 0.033788 +13 10001 1 1 total P1 0.038230 0.008484 +14 10001 1 1 total P2 0.020745 0.004696 +15 10001 1 1 total P3 0.007964 0.003732 +8 10001 1 2 total P0 0.000000 0.000000 +9 10001 1 2 total P1 0.000000 0.000000 +10 10001 1 2 total P2 0.000000 0.000000 +11 10001 1 2 total P3 0.000000 0.000000 +4 10001 2 1 total P0 0.000000 0.000000 +5 10001 2 1 total P1 0.000000 0.000000 +6 10001 2 1 total P2 0.000000 0.000000 +7 10001 2 1 total P3 0.000000 0.000000 +0 10001 2 2 total P0 0.296264 0.043792 +1 10001 2 2 total P1 -0.011214 0.016180 +2 10001 2 2 total P2 0.008837 0.011504 +3 10001 2 2 total P3 -0.003270 0.007329 + material group in group out nuclide moment mean std. dev. +12 10001 1 1 total P0 0.310121 0.033788 +13 10001 1 1 total P1 0.038230 0.008484 +14 10001 1 1 total P2 0.020745 0.004696 +15 10001 1 1 total P3 0.007964 0.003732 +8 10001 1 2 total P0 0.000000 0.000000 +9 10001 1 2 total P1 0.000000 0.000000 +10 10001 1 2 total P2 0.000000 0.000000 +11 10001 1 2 total P3 0.000000 0.000000 +4 10001 2 1 total P0 0.000000 0.000000 +5 10001 2 1 total P1 0.000000 0.000000 +6 10001 2 1 total P2 0.000000 0.000000 +7 10001 2 1 total P3 0.000000 0.000000 +0 10001 2 2 total P0 0.296264 0.043792 +1 10001 2 2 total P1 -0.011214 0.016180 +2 10001 2 2 total P2 0.008837 0.011504 +3 10001 2 2 total P3 -0.003270 0.007329 + material group in group out nuclide mean std. dev. +3 10001 1 1 total 1.0 0.108779 +2 10001 1 2 total 0.0 0.000000 +1 10001 2 1 total 0.0 0.000000 +0 10001 2 2 total 1.0 0.142427 + material group in group out nuclide mean std. dev. +3 10001 1 1 total 0.0 0.0 +2 10001 1 2 total 0.0 0.0 +1 10001 2 1 total 0.0 0.0 +0 10001 2 2 total 0.0 0.0 + material group out nuclide mean std. dev. +1 10001 1 total 0.0 0.0 +0 10001 2 total 0.0 0.0 + material group out nuclide mean std. dev. +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 + material group in nuclide mean std. dev. +1 10001 1 total 0.0 0.0 +0 10001 2 total 0.0 0.0 + material group in nuclide mean std. dev. +1 10002 1 total 0.664572 0.031215 +0 10002 2 total 2.052384 0.224343 + material group in nuclide mean std. dev. +1 10002 1 total 0.290565 0.023852 +0 10002 2 total 1.516438 0.235197 + material group in nuclide mean std. dev. +1 10002 1 total 0.290565 0.023852 +0 10002 2 total 1.516438 0.235197 + material group in nuclide mean std. dev. +1 10002 1 total 0.000690 0.000044 +0 10002 2 total 0.031687 0.003747 + material group in nuclide mean std. dev. +1 10002 1 total 0.000690 0.000044 +0 10002 2 total 0.031687 0.003747 + material group in nuclide mean std. dev. +1 10002 1 total 0.0 0.0 +0 10002 2 total 0.0 0.0 + material group in nuclide mean std. dev. +1 10002 1 total 0.0 0.0 +0 10002 2 total 0.0 0.0 + material group in nuclide mean std. dev. +1 10002 1 total 0.0 0.0 +0 10002 2 total 0.0 0.0 + material group in nuclide mean std. dev. +1 10002 1 total 0.663882 0.031173 +0 10002 2 total 2.020697 0.220604 + material group in nuclide mean std. dev. +1 10002 1 total 0.671269 0.026186 +0 10002 2 total 2.035388 0.258060 + material group in group out nuclide moment mean std. dev. +12 10002 1 1 total P0 0.639901 0.024709 +13 10002 1 1 total P1 0.381167 0.016243 +14 10002 1 1 total P2 0.152392 0.008156 +15 10002 1 1 total P3 0.009148 0.003889 +8 10002 1 2 total P0 0.031368 0.001728 +9 10002 1 2 total P1 0.008758 0.000926 +10 10002 1 2 total P2 -0.002568 0.001014 +11 10002 1 2 total P3 -0.003785 0.000817 +4 10002 2 1 total P0 0.000443 0.000445 +5 10002 2 1 total P1 0.000400 0.000401 +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 +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. +12 10002 1 1 total P0 0.639901 0.024709 +13 10002 1 1 total P1 0.381167 0.016243 +14 10002 1 1 total P2 0.152392 0.008156 +15 10002 1 1 total P3 0.009148 0.003889 +8 10002 1 2 total P0 0.031368 0.001728 +9 10002 1 2 total P1 0.008758 0.000926 +10 10002 1 2 total P2 -0.002568 0.001014 +11 10002 1 2 total P3 -0.003785 0.000817 +4 10002 2 1 total P0 0.000443 0.000445 +5 10002 2 1 total P1 0.000400 0.000401 +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 +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. +3 10002 1 1 total 1.0 0.038609 +2 10002 1 2 total 1.0 0.067667 +1 10002 2 1 total 1.0 1.414214 +0 10002 2 2 total 1.0 0.135929 + material group in group out nuclide mean std. dev. +3 10002 1 1 total 0.0 0.0 +2 10002 1 2 total 0.0 0.0 +1 10002 2 1 total 0.0 0.0 +0 10002 2 2 total 0.0 0.0 + material group out nuclide mean std. dev. +1 10002 1 total 0.0 0.0 +0 10002 2 total 0.0 0.0 + material group out nuclide mean std. dev. +1 10002 1 total 0.0 0.0 +0 10002 2 total 0.0 0.0 + material group in nuclide mean std. dev. +1 10002 1 total 6.022078e-08 3.780437e-09 +0 10002 2 total 3.044955e-06 3.600077e-07 + material group in nuclide mean std. dev. +1 10002 1 total 0.0 0.0 +0 10002 2 total 0.0 0.0 diff --git a/tests/test_mgxs_library_nuclides/inputs_true.dat b/tests/test_mgxs_library_nuclides/inputs_true.dat index 59493ac58..0bf12fbb2 100644 --- a/tests/test_mgxs_library_nuclides/inputs_true.dat +++ b/tests/test_mgxs_library_nuclides/inputs_true.dat @@ -1 +1 @@ -7e6a35ac723fc77db2865fe425832bd6c54aae0132b4543583fc6eb10f2ec5e3d53ea19aa23127a989f19cfe328a57d29f28bff43f779aff246d38f7cffdfd0c +e4a5f03ab6167e96462c4ef537533fe33b98d7878ae00824c5619356bda8d548b3c71af01ba8c88d5a9b46dd1471d331e6f678a164af922200f2ee3642be6340 diff --git a/tests/test_mgxs_library_nuclides/results_true.dat b/tests/test_mgxs_library_nuclides/results_true.dat index a3ac7aaab..e89776fe8 100644 --- a/tests/test_mgxs_library_nuclides/results_true.dat +++ b/tests/test_mgxs_library_nuclides/results_true.dat @@ -1 +1 @@ -a84cc1ba0556c47dfa13d959e7ca34a4e9855d4c85b60b3503a2f0b367df1bef65df1d535fa852b285075846ecb61050aa42e66ba2b0af3d9c51dc969cc4e6fd +e494320a213b5704a2ac915a2ba504857be91961ceb6735b6ad05d81eb31c44c9584d5bd9d40baececf1dcb5b030e6ecec63cfbd20639baf69bcb596c5c46591 diff --git a/tests/test_multipole/results_true.dat b/tests/test_multipole/results_true.dat index eedf9279f..d138fa16a 100644 --- a/tests/test_multipole/results_true.dat +++ b/tests/test_multipole/results_true.dat @@ -6,7 +6,7 @@ Cell Fill = Material 2 Region = -10000 Rotation = None - Temperature = [5.00000e+02 0.00000e+00 7.00000e+02 8.00000e+02] + Temperature = [ 500. 0. 700. 800.] Translation = None Offset = None Distribcell index= 1 diff --git a/tests/test_tallies/inputs_true.dat b/tests/test_tallies/inputs_true.dat index fd9956eea..f961821aa 100644 --- a/tests/test_tallies/inputs_true.dat +++ b/tests/test_tallies/inputs_true.dat @@ -1 +1 @@ -5c0dbcb03265615cd2842b280dbd3e6c14f62ec7db9052657b98f03015cd1204295542f5affbb5948f4c5e57534746435065545a0fe533e3c8b062344bb854da +ca47172a42f6c13b244a763c990cbe4811662708ee03307d810a4542ee34bb5db7cc29d66aea313dad95b9f38a4ff7943ded527cfd0c7c8825372fec40cfc0d0 diff --git a/tests/test_tally_aggregation/results_true.dat b/tests/test_tally_aggregation/results_true.dat index b2d96884f..6c2d7a519 100644 --- a/tests/test_tally_aggregation/results_true.dat +++ b/tests/test_tally_aggregation/results_true.dat @@ -1 +1 @@ -059bd780997dc36a315d1a7266296ed511aae2e5c362f7f47b81022a6e4588d6ae0ea06f35893f0efd004e925ee32ea1d284a40cc1a0f861b08391cdf1b0e8a0 \ No newline at end of file +840d2648f9ba782926c71baa84e5a2ad31331e156740a3d1e9d86af8f1f0d301ef8c0f69474975d365dbcf8d229a68c62d3e60286d18045e5254373f4e1010bf \ No newline at end of file diff --git a/tests/test_tally_arithmetic/results_true.dat b/tests/test_tally_arithmetic/results_true.dat index 85175d383..ef2741cc1 100644 --- a/tests/test_tally_arithmetic/results_true.dat +++ b/tests/test_tally_arithmetic/results_true.dat @@ -1,134 +1,134 @@ -[[[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] +[[[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] ..., - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]]][[[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]]][[[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] ..., - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]]][[[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]]][[[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] ..., - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00 0.00000e+00]]][[[0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0. 0.] + [ 0. 0. 0. 0.] + [ 0. 0. 0. 0.]]][[[ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.]] ..., - [[0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00]]][[[0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.]]][[[ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.]] ..., - [[0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00]] + [[ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.]] - [[0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00] - [0.00000e+00 0.00000e+00 0.00000e+00]]] \ No newline at end of file + [[ 0. 0. 0.] + [ 0. 0. 0.] + [ 0. 0. 0.]]] \ No newline at end of file diff --git a/tests/testing_harness.py b/tests/testing_harness.py index 2b188cf29..d36018404 100644 --- a/tests/testing_harness.py +++ b/tests/testing_harness.py @@ -9,14 +9,6 @@ import shutil import sys import numpy as np -import pandas as pd - -# Require numpy and pandas to print output in scientific notation with 6 -# significant figures. This is needed to avoid round off error when large -# numbers are printed, which can cause tests to fail for different build -# configurations. -np.set_printoptions(formatter={'float': '{:.5e}'.format}) -pd.options.display.float_format = '{:.5e}'.format sys.path.insert(0, os.path.join(os.pardir, os.pardir)) from input_set import InputSet, MGInputSet