pub fn py_polar_complex_scalar(
tags: &Bound<'_, PyTuple>,
r: PyParameter,
theta: PyParameter,
) -> PyResult<PyExpression>Expand description
Construct a polar complex scalar amplitude.
pub fn py_polar_complex_scalar(
tags: &Bound<'_, PyTuple>,
r: PyParameter,
theta: PyParameter,
) -> PyResult<PyExpression>Construct a polar complex scalar amplitude.