Skip to content

Double check the project function #284

@qzhu2017

Description

@qzhu2017

Needs to double check if this function works properly.

https://pyxtal.readthedocs.io/en/latest/_modules/pyxtal/symmetry.html#Wyckoff_position.project

>>> from pyxtal.symmetry import Group
>>> wp = Group(213)[2]
>>> wp.get_label()
'8c'
>>> wp.project([0.15, 0.15, 0.15])
array([0.81666667, 0.81666667, 0.81666667])
>>> wp.project([0.25, 0.25, 0.25])
array([0.91666667, 0.91666667, 0.91666667])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions