Skip to content

ensure TranslationalSymmetry.act() returns sites with valid tags

Currently there is no check for the dtype of the domain argument to TranslationalSymmetry.act(), and if it is float, then it contaminates the dtype of the returned sites (which are created with _i_know_what_i_do=True, so the tags are not normalized as they normally would be)

Merge request reports