Skip to main content

ZeqLaser

Laser system modeling. Gain medium, cavity mode analysis, beam propagation (ABCD matrices) with R(t) pulse shaping for ultrafast applications.

EndpointPOST /api/optics/laser
Authapi-key
Rate limit10/min
Categoryoptics

Parameters

NameTypeRequiredDescription
gainMediumobjectYes{ material, length_mm, pumpPower_W }
cavityobjectYesMirror curvatures and separations.
modestringNo'cw', 'q-switch', 'mode-lock'.

Returns

{ outputPower_W, beamWaist_um, m2, pulseWidth_fs, linewidth_nm, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"gainMedium": {},
"cavity": {},
"mode": "cw"
}' \
"https://zeqsdk.com/api/optics/laser"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-laser.