zero_cia_opacity#

exo_skryer.opacity_cia.zero_cia_opacity(state: Dict[str, Array], params: Dict[str, Array]) Array[source]#

Return a zero CIA opacity array.

This function is used as a fallback when no CIA species are enabled or when all CIA pairs are filtered out (e.g., H- opacity handled separately).

Parameters:
statedict[str, jnp.ndarray]

State dictionary containing:

  • nlayint-like

    Number of atmospheric layers.

  • nwlint-like

    Number of wavelength points.

paramsdict[str, jnp.ndarray]

Parameter dictionary (unused; kept for API compatibility with other opacity calculation functions).

Returns:
zerosndarray, shape (nlay, nwl)

Zero-valued CIA opacity array in cm² g⁻¹.