ZeqLaser
Laser system modeling. Gain medium, cavity mode analysis, beam propagation (ABCD matrices) with R(t) pulse shaping for ultrafast applications.
| Endpoint | POST /api/optics/laser |
| Auth | api-key |
| Rate limit | 10/min |
| Category | optics |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
gainMedium | object | Yes | { material, length_mm, pumpPower_W } |
cavity | object | Yes | Mirror curvatures and separations. |
mode | string | No | '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.