pub fn py_complex_scalar(
tags: &Bound<'_, PyTuple>,
re: PyParameter,
im: PyParameter,
) -> PyResult<PyExpression>Expand description
Construct a cartesian complex scalar amplitude.
pub fn py_complex_scalar(
tags: &Bound<'_, PyTuple>,
re: PyParameter,
im: PyParameter,
) -> PyResult<PyExpression>Construct a cartesian complex scalar amplitude.