I found the class Structure object are saved in class BatchDict featurised_example at https://github.com/google-deepmind/alphafold3/blob/main/run_alphafold.py#L437 . but function utils.remove_invalidly_typed_feats remove it because its value is an object rather than jnp.ndarray.
I tried removing utils.remove_invalidly_typed_feats or add back cleaned_struc back to featurised_example but both causes JAX errors.
I want to use bonds table in the Structure object, how can I pass it into model?