Sub-skill of bemrosetta: With diffraction module (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill with-diffraction-module --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of With Diffraction Module?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-with-diffraction-module)More formats (shields.io, HTML) on the badges page.
---
name: bemrosetta-with-diffraction-module
description: 'Sub-skill of bemrosetta: With diffraction module (+1).'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# With diffraction module (+1)
## With diffraction module
```python
from digitalmodel.diffraction import OrcaFlexExporter
from digitalmodel.bemrosetta import AQWAParser
# BEMRosetta uses diffraction module schemas
parser = AQWAParser()
results = parser.parse("analysis.LIS") # Returns DiffractionResults
# Can use existing OrcaFlexExporter
exporter = OrcaFlexExporter(results, output_dir)
exporter.export_all()
```
## With hydrodynamics module
```python
from digitalmodel.hydrodynamics import CoefficientDatabase
# Store parsed coefficients in database
db = CoefficientDatabase()
db.store(results.added_mass, results.damping)
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.