Skip to main content

CLI utility to edit and run a ddscat.par file for DDSCAT

Project description

ddscatcli

DOI PyPI

This script is a command-line utility to edit and run a ddscat.par file for DDSCAT in a reproducible and automated way.

It allows you to:

  • Modify parameters inside a single ddscat.par configuration file (shape, solver, FFT method, dielectric files, wavelength, etc.).
  • Run DDSCAT automatically — serial, MPI, or OpenMP.
  • Create timestamped backups of the original ddscat.par file.
  • Uses environment variables for configuration (no code editing).

Configuration

Set your paths using environment variables:

export DDSCAT_PAR=/path/to/ddscat.par
export DDSCAT_EXE=/path/to/ddscat

Installation

Install from PyPI:

pip install ddscatcli

This installs the ddscatcli command globally. If you prefer to keep it isolated in a virtual environment:

python -m venv .venv
source .venv/bin/activate   # on Linux/macOS
# .venv\Scripts\activate    # on Windows

pip install ddscatcli

Requirements

  • Python 3.8>=
  • Standard library only

Usage

  1. Get help and options:

    ddscatcli -h
    
  2. List available shapes:

    ddscatcli -CSHAPE -h
    
  3. Run modes:

    • -dry-run → preview the edits only (no file modification).
    • (no flag) → apply edits to ddscat.par.
    • -run → apply edits and automatically run DDSCAT.
  4. Parallel options:

    • -omp-threads N → set the number of OpenMP threads.
    • -mpi [launcher] -np N → run DDSCAT with MPI (e.g. mpirun, mpiexec, srun).

Examples

Preview edits without modifying:

ddscatcli -CSHAPE ANIRCTNGL -dry-run

Change the shape and run immediately:

ddscatcli -CSHAPE ELLIPSOID -SHPAR "16 8 4" -run

Set OpenMP threads:

ddscatcli -omp-threads 16 -run

Backups

Every modification automatically creates a timestamped backup:

ddscat.par.bak.YYYYMMDD-HHMMSS

Notes

  • Each parameter is matched using its identifying keyword in the ddscat.par file.
  • Supports dielectric and shape overrides via -DIEL, -NCOMP, -SHPAR, etc.
  • DDSCAT must be compiled and installed separately — this tool just wraps it.

License

This project is licensed under the GNU General Public License v3.0 (GPLv3). You are free to use, modify, and share it under the same license.


Citation

If you use ddscatcli, please cite:

Clément Argentin, ddscatcli, v1.0.1 (2025).
DOI: 10.5281/zenodo.17493075

You can click the “Cite this repository” button on the right-hand side of the GitHub page for citation formats (BibTeX, APA, etc.).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ddscatcli-1.0.1.tar.gz (23.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ddscatcli-1.0.1-py3-none-any.whl (22.2 kB view details)

Uploaded Python 3

File details

Details for the file ddscatcli-1.0.1.tar.gz.

File metadata

  • Download URL: ddscatcli-1.0.1.tar.gz
  • Upload date:
  • Size: 23.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for ddscatcli-1.0.1.tar.gz
Algorithm Hash digest
SHA256 2be51877ef3039263375399e7f8b5636fd9d0eeb602751aab44c5e6156d605aa
MD5 ed791b8c7053bb24f262aa0c4e7df40b
BLAKE2b-256 891aae7b11127bd8ec4630aaf004047951544207b08e94b00f6637a56ce187d2

See more details on using hashes here.

File details

Details for the file ddscatcli-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: ddscatcli-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 22.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for ddscatcli-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 41c9c1696d11076edcc6116a0db2775baf8d5a32deeb430c3675c0b1bccc354d
MD5 430ae75f49f34fb84d8496144603a407
BLAKE2b-256 953e763cfa3a9e35731b66960ef36da2fe6207151be6e2dbf62fc2a348153b17

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page