GPU-Enabled, Zero-Copy AMReX Python Bindings including AI/ML

amrex python
2 Open Issues Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This enhancement proposes that the `ParmParse` object should be refactored to behave like a standard Python dictionary. It should support both reading and writing of nested values using bracket notation (e.g., `__getitem__` and `__setitem__`). This is a follow-up to a previous issue and is labeled as a 'good first issue'.

Complexity: 1/5
enhancement good first issue help wanted

GPU-Enabled, Zero-Copy AMReX Python Bindings including AI/ML

Python
#amrex#python

AI Summary: This issue proposes enhancing `amrex::ParmParse` by adding new helper functions to import configuration data. Specifically, it aims to allow `ParmParse` to read directly from Python dictionaries, and subsequently from various file formats like YAML, TOML, JSON, and XML by first converting them into Python dictionaries. This would extend the existing `addfile` functionality to support a wider range of input sources.

Complexity: 3/5
enhancement good first issue help wanted

GPU-Enabled, Zero-Copy AMReX Python Bindings including AI/ML

Python
#amrex#python