🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

pymchelper

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pymchelper

Python toolkit for SHIELD-HIT12A and FLUKA

pipPyPI
Version
2.7.6
Maintainers
1

pymchelper

Toolkit for working with particle transport codes such as FLUKA and SHIELD-HIT12A. It reads binary outputs and helps you convert, analyze, and visualize results on any platform (Linux, Windows, macOS).

Key Features

  • Convert binary outputs to plots and common formats (CSV, XLS, HDF5, and more) using convertmc.
  • Speed up simulations by splitting and merging runs with runmc.
  • Use as a Python library to load results into convenient objects for further analysis.

Quick Examples

Convert multiple SHIELD-HIT12A/FLUKA outputs into images:

convertmc image --many "*.bdo"

Run a simulation in parallel and export text output:

runmc --jobs 16 --out-type txt directory_with_input_files

Installation

Minimal install via pip:

pip install pymchelper[full]

For detailed installation instructions (Linux packages, optional extras, and platform-specific notes), see the documentation links below.

Documentation

Keywords

monte carlo

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts