| .. |
|
cell_instances
|
Hexagonal lattice iterators (#2921)
|
2024-06-17 21:14:12 +00:00 |
|
dagmc
|
DAGMC Cell Override Updates (#3888)
|
2026-05-20 21:43:21 +00:00 |
|
mesh_to_vtk
|
Add n_elements to the MeshBase protocol and deprecate num_mesh_cells (#3745)
|
2026-01-22 15:04:30 +00:00 |
|
weightwindows
|
Shared Secondary Particle Bank (#3863)
|
2026-05-19 23:23:10 -05:00 |
|
__init__.py
|
Source biasing capabilities (#3460)
|
2026-01-12 09:51:12 -06:00 |
|
conftest.py
|
Python source class refactor (#2524)
|
2023-06-20 21:27:55 -05:00 |
|
test_bounding_box.py
|
Implemented contains for BoundingBox containing other BoundingBox (#2906)
|
2024-03-21 14:22:35 -05:00 |
|
test_cell.py
|
DAGMC Cell Override Updates (#3888)
|
2026-05-20 21:43:21 +00:00 |
|
test_collision_track.py
|
Fix collision track feature for photon transport (#3946)
|
2026-06-08 23:37:34 +00:00 |
|
test_complex_cell_bb.py
|
Python source class refactor (#2524)
|
2023-06-20 21:27:55 -05:00 |
|
test_config.py
|
Change test order to run unit tests first. (#3533)
|
2025-08-30 03:39:46 +00:00 |
|
test_cylindrical_mesh.py
|
Fix negative distances from bins_crossed for CylindricalMesh (#3370)
|
2025-04-22 23:00:44 -05:00 |
|
test_d1s.py
|
Avoid storing inconsistent sum/sum_sq on summed D1S tallies (#3949)
|
2026-05-30 03:25:22 +00:00 |
|
test_data_decay.py
|
Add chain parameter to Material.get_activity for half-life data (#3957)
|
2026-07-11 06:18:26 +00:00 |
|
test_data_dose.py
|
Add ambient dose coefficients (H*(10)) from ICRP74 (#3256)
|
2026-07-02 23:51:10 +00:00 |
|
test_data_kalbach_mann.py
|
Refactor endf_data to be a fixture (#3539)
|
2025-08-29 07:06:33 -05:00 |
|
test_data_mass_attenuation.py
|
Add method on Material for computing photon contact dose rate (#3700)
|
2026-03-03 15:48:56 +00:00 |
|
test_data_misc.py
|
Add chain parameter to Material.get_activity for half-life data (#3957)
|
2026-07-11 06:18:26 +00:00 |
|
test_data_multipole.py
|
Implement vector fitting to replace external vectfit package (#3493)
|
2026-02-11 10:00:18 -06:00 |
|
test_data_neutron.py
|
Support endf.Material in from_endf methods (#3932)
|
2026-05-29 21:53:45 -05:00 |
|
test_data_photon.py
|
Support endf.Material in from_endf methods (#3932)
|
2026-05-29 21:53:45 -05:00 |
|
test_data_thermal.py
|
Support endf.Material in from_endf methods (#3932)
|
2026-05-29 21:53:45 -05:00 |
|
test_deplete_activation.py
|
Materials name persist when running depletion simulation (#3738)
|
2026-01-27 06:06:36 +00:00 |
|
test_deplete_atom_number.py
|
Some refactoring of AtomNumber. Get rid of burn_mat_to_ind
|
2018-02-19 16:49:45 -06:00 |
|
test_deplete_chain.py
|
Refactor form_matrix method on depletion chain class (#3892)
|
2026-04-03 21:27:39 +00:00 |
|
test_deplete_continue.py
|
Don't write reaction rates in depletion results by default, remove per-stage data for multistage integrators (#3609)
|
2025-11-19 12:26:57 -05:00 |
|
test_deplete_coupled_operator.py
|
Allowing chain_file to be chain object to save reloading time (#3436)
|
2025-06-12 21:02:35 +00:00 |
|
test_deplete_cram.py
|
Allow the use of substeps for CRAM (#3908)
|
2026-04-22 18:24:34 -05:00 |
|
test_deplete_decay.py
|
Materials name persist when running depletion simulation (#3738)
|
2026-01-27 06:06:36 +00:00 |
|
test_deplete_external_source_rates.py
|
External transfer rates source term (#3088)
|
2025-05-12 15:48:21 -05:00 |
|
test_deplete_fission_yields.py
|
Add RectangularPrism and HexagonalPrism composite surfaces (#2739)
|
2023-11-01 09:13:40 -05:00 |
|
test_deplete_independent_operator.py
|
Allowing chain_file to be chain object to save reloading time (#3436)
|
2025-06-12 21:02:35 +00:00 |
|
test_deplete_integrator.py
|
Allow the use of substeps for CRAM (#3908)
|
2026-04-22 18:24:34 -05:00 |
|
test_deplete_keff_search_control.py
|
Add reactivity control to coupled transport-depletion analyses (#2693)
|
2026-04-20 07:13:53 -05:00 |
|
test_deplete_microxs.py
|
Fix several issues related to independent operator depletion (#3977)
|
2026-06-23 09:00:47 +02:00 |
|
test_deplete_nuclide.py
|
Ensure that Model.run() works when specifying a custom XML path (#2889)
|
2024-03-11 22:35:32 -05:00 |
|
test_deplete_operator.py
|
Remove use of _find_chain_file in test_deplete_operator.py
|
2022-09-08 10:50:21 -05:00 |
|
test_deplete_reaction.py
|
Fix broken tests on Py3.4, 3.5
|
2018-02-20 09:30:50 -06:00 |
|
test_deplete_restart.py
|
Don't write reaction rates in depletion results by default, remove per-stage data for multistage integrators (#3609)
|
2025-11-19 12:26:57 -05:00 |
|
test_deplete_resultslist.py
|
Add chain parameter to Material.get_activity for half-life data (#3957)
|
2026-07-11 06:18:26 +00:00 |
|
test_deplete_transfer_rates.py
|
depletion-thermochemistry: Redox control transfer rates (#2783)
|
2025-11-12 16:45:48 -06:00 |
|
test_element.py
|
Do not add radioactive Ta180 when calling add_element('Ta') (#3750)
|
2026-01-26 19:09:58 +02:00 |
|
test_element_wo.py
|
removed unused imports
|
2022-02-11 22:36:46 +00:00 |
|
test_endf.py
|
Support endf.Material in from_endf methods (#3932)
|
2026-05-29 21:53:45 -05:00 |
|
test_energy_cutoff.py
|
Python source class refactor (#2524)
|
2023-06-20 21:27:55 -05:00 |
|
test_filter_distribcell.py
|
Allow DistribcellFilter to work with apply_tally_results=True (#3667)
|
2025-12-04 06:53:04 -06:00 |
|
test_filter_mesh.py
|
Fix MeshFilter.get_pandas_dataframe to handle all mesh types (#3817)
|
2026-02-24 07:35:23 +00:00 |
|
test_filter_meshborn.py
|
Meshborn filter (#2925)
|
2024-04-04 21:32:21 +00:00 |
|
test_filter_meshmaterial.py
|
fixed a bug in MeshMaterialFilter.from_volumes (#3520)
|
2025-08-08 00:53:33 +00:00 |
|
test_filter_musurface.py
|
Implement filter for cosine of angle of surface crossing (#2768)
|
2024-10-04 05:07:03 +00:00 |
|
test_filter_reaction.py
|
Implement tally filter for filtering by reaction (#3809)
|
2026-02-21 10:17:12 -06:00 |
|
test_filter_weight.py
|
Filter weight implementation (#3345)
|
2025-05-05 15:33:12 -05:00 |
|
test_filters.py
|
Extend ParticleProductionFilter to support multiple particle types (#3780)
|
2026-02-13 22:18:29 -06:00 |
|
test_geometry.py
|
Ensure that two surfaces with different boundary type are not considered redundant (#2942)
|
2024-04-11 15:00:41 +02:00 |
|
test_heating_by_nuclide.py
|
Add test for heating by nuclide
|
2022-06-02 15:49:10 -05:00 |
|
test_ifp.py
|
Multi-group capability for kinetics parameter calculations with Iterated Fission Probability (#3425)
|
2025-09-26 16:27:05 +00:00 |
|
test_lattice.py
|
Hexagonal Lattice Roundtrip (#3003)
|
2024-05-25 00:50:59 +00:00 |
|
test_lattice_discretization.py
|
replaced ordereddict with {} (#2641)
|
2023-08-19 12:15:11 +00:00 |
|
test_lib.py
|
Support cell densities per instances in plots (#4006)
|
2026-07-09 22:45:09 +00:00 |
|
test_lost_particles.py
|
Limit number of lost particles written to disk. (#2688)
|
2023-09-25 20:12:04 -05:00 |
|
test_material.py
|
Add chain parameter to Material.get_activity for half-life data (#3957)
|
2026-07-11 06:18:26 +00:00 |
|
test_materials.py
|
Guard average molar mass and validate materials depletion inputs (#3941)
|
2026-05-20 13:49:00 -05:00 |
|
test_mcpl_stat_sum.py
|
Add stat:sum field to MCPL files for proper weight normalization (#3522)
|
2025-08-08 14:09:24 +00:00 |
|
test_mesh.py
|
Implement SphericalMesh.get_indices_at_coords (#3919)
|
2026-05-30 06:18:09 +00:00 |
|
test_mesh_dagmc_tets.vtk
|
Adding vtkhdf option to write vtk data (#3252)
|
2025-11-05 16:03:20 +00:00 |
|
test_mesh_from_domain.py
|
Add from_bounding_box classmethod to structured mesh classes (#3903)
|
2026-04-02 22:51:33 +00:00 |
|
test_mesh_from_lattice.py
|
Change Python Mesh class to RegularMesh
|
2019-06-07 08:51:09 -04:00 |
|
test_mesh_hexes.exo
|
Support writing of hex elements to VTKHDF format. (#3623)
|
2026-05-20 14:01:21 -05:00 |
|
test_mesh_tets.e
|
Separating tests into unit and regression tests.
|
2022-12-29 09:23:14 -06:00 |
|
test_mg_inverse_velocity.py
|
Approximate multigroup velocity (#3766)
|
2026-04-02 16:59:02 +00:00 |
|
test_mgxs_convert_flux.py
|
Flux Energy Group Conversion using lethargy-weighted redistribution (#3705)
|
2026-01-10 22:04:47 +02:00 |
|
test_model.py
|
extra checks for pixels (#4009)
|
2026-07-10 15:02:14 +00:00 |
|
test_model_triso.py
|
Make surfaces take coefficients as first arguments
|
2019-09-04 15:10:53 -05:00 |
|
test_no_reduce.py
|
Fix bug in normalization of tally results with no_reduce (#3619)
|
2025-11-03 11:11:57 -06:00 |
|
test_no_visible_boundary.py
|
Add RectangularPrism and HexagonalPrism composite surfaces (#2739)
|
2023-11-01 09:13:40 -05:00 |
|
test_nuclide_heating.py
|
Fixed a bug in charged particle energy deposition. (#3416)
|
2025-06-03 18:02:20 +00:00 |
|
test_particle_type.py
|
Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756)
|
2026-02-03 07:23:24 +00:00 |
|
test_pathlike_simple.py
|
Update check_type calls to accept both str and os.PathLike objects. (#3618)
|
2025-10-28 14:50:11 +00:00 |
|
test_periodic_bc.py
|
Fix a bug in rotational periodic boundary conditions (#3692)
|
2026-01-06 13:29:40 +00:00 |
|
test_photon_heating.py
|
Avoid negative heating values during pair production and bremsstrahlung (#3426)
|
2025-06-05 10:45:49 -05:00 |
|
test_pin.py
|
Check for positive radii (#3813)
|
2026-02-19 08:36:12 +00:00 |
|
test_plots.py
|
Introduce SlicePlot and VoxelPlot to replace the Plot class (#3528)
|
2025-12-05 20:17:09 +00:00 |
|
test_plotter.py
|
Fixing plot xs for when plotting element string reaction (#3029)
|
2024-06-10 12:18:04 -05:00 |
|
test_polynomials.py
|
address comments from reviewers
|
2020-03-17 15:41:17 -04:00 |
|
test_pulse_height.py
|
Fix not reseting filter_matches corrupt pulse height results (#4019)
|
2026-07-17 13:18:53 +00:00 |
|
test_r2s.py
|
Enable parent-nuclide tally breakdowns in R2S calculations (#4013)
|
2026-07-16 00:00:42 +03:00 |
|
test_region.py
|
Update find_package calls in OpenMCConfig.cmake (#3572)
|
2025-09-23 10:06:29 -05:00 |
|
test_settings.py
|
Add properties to settings w/ documentation, c++ loading of filename, and python round-trip test (#3808)
|
2026-03-13 21:40:52 +00:00 |
|
test_slice_data.py
|
Introduce new C API function for slice plots (#3806)
|
2026-06-08 21:08:08 +00:00 |
|
test_slice_data_overlap_info.py
|
Store slice overlap indices in cell ID field (#4002)
|
2026-07-09 11:47:55 +02:00 |
|
test_slice_voxel_plots.py
|
Introduce SlicePlot and VoxelPlot to replace the Plot class (#3528)
|
2025-12-05 20:17:09 +00:00 |
|
test_source.py
|
Implement DecaySpectrum distribution type and utilize in R2S (#3930)
|
2026-05-08 20:53:12 -05:00 |
|
test_source_biasing.py
|
Source biasing capabilities (#3460)
|
2026-01-12 09:51:12 -06:00 |
|
test_source_file.py
|
Ensure photon cross sections are loaded when FileSource contains photons (#3988)
|
2026-07-02 11:54:12 -05:00 |
|
test_source_mesh.py
|
Allow spatial constraints on element sources within MeshSource (#3431)
|
2025-07-01 09:03:28 -05:00 |
|
test_source_tokamak.py
|
Native parametric tokamak source (#3999)
|
2026-07-16 09:54:56 -05:00 |
|
test_spherical_mesh.py
|
Fix negative distances from bins_crossed for CylindricalMesh (#3370)
|
2025-04-22 23:00:44 -05:00 |
|
test_statepoint.py
|
Adding tally filter type option to statepoint get_tally (#3584)
|
2025-09-30 22:09:15 +00:00 |
|
test_statepoint_batches.py
|
Combing for fission site sampling, and delayed neutron emission time (#2992)
|
2025-09-19 08:10:08 +00:00 |
|
test_stats.py
|
Implement DecaySpectrum distribution type and utilize in R2S (#3930)
|
2026-05-08 20:53:12 -05:00 |
|
test_summary.py
|
Fix no serialization of periodic_surface_id bug (#3421)
|
2025-06-05 00:07:59 +00:00 |
|
test_surface.py
|
Check for positive radii (#3813)
|
2026-02-19 08:36:12 +00:00 |
|
test_surface_composite.py
|
Handle reflex angles in CylinderSector (#3303)
|
2025-02-21 17:44:09 -06:00 |
|
test_surface_flux.py
|
Fix surface tally crash on lattice crossings (#3993)
|
2026-07-03 15:52:19 -05:00 |
|
test_surface_source_write.py
|
Write surface source files per batch (#3124)
|
2024-10-03 22:32:03 +00:00 |
|
test_tallies.py
|
Adding variance of variance and normality tests for tally statistics (#3454)
|
2025-11-12 11:41:37 -05:00 |
|
test_tally.py
|
Allow tracklength estimator for neutron heating (#3915)
|
2026-05-30 06:10:05 +00:00 |
|
test_tally_multiply_density.py
|
Storing surface source points using a cell ID (#2888)
|
2024-06-19 10:11:58 -05:00 |
|
test_temp_interp.py
|
Consistency in treatment of paths for files specified within the Model class (#3153)
|
2024-10-10 12:17:40 -05:00 |
|
test_time_filter.py
|
Python source class refactor (#2524)
|
2023-06-20 21:27:55 -05:00 |
|
test_torus.py
|
Python source class refactor (#2524)
|
2023-06-20 21:27:55 -05:00 |
|
test_tracks.py
|
Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756)
|
2026-02-03 07:23:24 +00:00 |
|
test_transfer_volumes.py
|
Rename deplete.ResultsList -> deplete.Results
|
2022-06-03 09:04:00 -05:00 |
|
test_triggers.py
|
Fix check for trigger score name (#3155)
|
2024-10-02 12:12:44 -05:00 |
|
test_uniform_source_sampling.py
|
Fix weight modification for uniform source sampling (#3395)
|
2025-05-05 20:59:11 +00:00 |
|
test_universe.py
|
Check that Surface IDs are at least 1 (#3772)
|
2026-02-06 18:44:16 +00:00 |
|
test_urr_capture.py
|
Python source class refactor (#2524)
|
2023-06-20 21:27:55 -05:00 |
|
test_vectfit.py
|
Implement vector fitting to replace external vectfit package (#3493)
|
2026-02-11 10:00:18 -06:00 |
|
test_void.py
|
Add the ability to tally microscopic cross sections in void materials with tracklength estimator (#3771)
|
2026-04-04 20:32:51 +00:00 |
|
test_volume.py
|
Skip BC check for volume calculations (#2743)
|
2023-10-23 22:50:21 +00:00 |
|
test_waste_classification.py
|
Add option to determine waste disposal rating by nuclide (#3376)
|
2025-05-02 20:07:43 -04:00 |