For example, if i create a circuit including cirq.X ** a/2 where a is a sympy symbol, op_serializer.py fails in the _check_value method with the following error:
ValueError: Expected type convertible to float but was <class 'sympy.core.mul.Mul'>
@Strilanc do you know if not supporting this is intentional, or has it just never been added?