BaseComposedLayer ================= .. currentmodule:: tqec.compile.blocks .. autoclass:: BaseComposedLayer .. rubric:: Methods .. autosummary:: ~BaseComposedLayer.__init__ ~BaseComposedLayer.all_layers ~BaseComposedLayer.get_temporal_layer_on_border ~BaseComposedLayer.shape ~BaseComposedLayer.timesteps ~BaseComposedLayer.to_sequenced_layer_with_schedule ~BaseComposedLayer.with_spatial_borders_trimmed ~BaseComposedLayer.with_temporal_borders_replaced .. rubric:: Attributes .. autosummary:: ~BaseComposedLayer.scalable_shape ~BaseComposedLayer.scalable_timesteps ~BaseComposedLayer.trimmed_spatial_borders .. rubric:: Detailed methods .. automethod:: __init__ .. automethod:: all_layers .. automethod:: get_temporal_layer_on_border .. automethod:: shape .. automethod:: timesteps .. automethod:: to_sequenced_layer_with_schedule .. automethod:: with_spatial_borders_trimmed .. automethod:: with_temporal_borders_replaced