There was a string change in the setting for GenericLayerAnsatz
Earlier "all_to_all" was the setting. It was changed to "all-to-all".
The value error needs an update to reflect the change.
raise ValueError(
ValueError: entangling_layout must be 'linear', 'circular', 'all_to_all', or a Sequence of tuples of integers.