# Solver Benchmark

> Run N-way diffraction solver benchmarks comparing AQWA, OrcaWave, and BEMRosetta results

- Skill: `vamseeachanta/solver-benchmark` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/solver-benchmark`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/solver-benchmark/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/solver-benchmark

---


# Solver Benchmark

## When to Use This Skill

Use solver benchmarking when:
- **Validating solver setups** - Confirm all solvers produce consistent results
- **Cross-validating results** - Compare different solver outputs for the same hull
- **Identifying solver quirks** - Find solver-specific behaviors or numerical differences
- **Quality assurance** - Verify analysis methodology across tools
- **Reporting** - Generate comparison reports for documentation

## Quick Start

```bash
# Run 3-way benchmark on Unit Box (validation case)
uv run python scripts/benchmark/run_3way_benchmark.py \
    specs/modules/benchmark/unit_box_spec.yml

# Dry run (generate files, skip solver execution)
uv run python scripts/benchmark/run_3way_benchmark.py \
    specs/modules/benchmark/unit_box_spec.yml --dry-run

# Run specific solvers only
uv run python scripts/benchmark/run_3way_benchmark.py \
    spec.yml --solvers orcawave,aqwa

# Custom output directory
uv run python scripts/benchmark/run_3way_benchmark.py \
    spec.yml -o results/my_benchmark
```

## Related Skills

- **mesh-utilities** - Mesh inspection and conversion (`/mesh`)
- **hydrodynamic-analysis** - BEM theory and RAO analysis
- **orcaflex/specialist** - OrcaFlex integration

## Sub-Skills

- [Troubleshooting](troubleshooting/SKILL.md)

## Sub-Skills

- [Solver Paths](solver-paths/SKILL.md)
- [Benchmark Workflow](benchmark-workflow/SKILL.md)
- [Output Structure](output-structure/SKILL.md)
- [Consensus Levels](consensus-levels/SKILL.md)
- [Creating Benchmark Specs](creating-benchmark-specs/SKILL.md)
- [Available Hull Geometries](available-hull-geometries/SKILL.md)
- [Programmatic Usage](programmatic-usage/SKILL.md)
- [MultiSolverComparator (+1)](multisolvercomparator/SKILL.md)
- [OrcaWave (via OrcFxAPI) (+3)](orcawave-via-orcfxapi/SKILL.md)
- [Pre-Flight Validation Checklist](pre-flight-validation-checklist/SKILL.md)
- [Correlation Thresholds (+1)](correlation-thresholds/SKILL.md)
- [Mandatory Checks Before Committing Reports (+2)](mandatory-checks-before-committing-reports/SKILL.md)
- [Related Work Items](related-work-items/SKILL.md)

