Skip to content

Potential wrong call signature in Group.get_spg_symmetry_object - site_symmetry(wp_id=True) #330

Description

@kazeevn

Group.get_spg_symmetry_object calls site_symmetry(ops, l_type, bravis, self.number, True)

returnsite_symmetry(ops, l_type, bravis, self.number, True)

It looks like introduction of wp_id to site_symmetry causes the call to lose the intended meaning. Shouldn't it be

site_symmetry(ops, l_type, bravis, self.number, parse_trans=True)?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions