Executing ```python from pytket.circuit import Circuit c = Circuit(1) c.Phase(0.0) c.get_resources() ``` gives ``` Segmentation fault (core dumped) ```