logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cosets - generate and print out cosets of a subgroup in a group. Both the group and the subgroup can be

Description

       Generate and print out cosets of a subgroup in a group.

       Both the group and the subgroup can be given either as H-M symbols of crystallographic groups or as lists
       of (generating) symmetry operators.

Name

       cosets  -  generate and print out cosets of a subgroup in a group. Both the group and the subgroup can be
       given either as H-M symbols of crystallographic groups or as lists of (generating) symmetry operators.

Options

       -r, --right-cosets

       -l, --left-cosets

       -a, --all-cosets
                         Find the specified cosets (left cosets, right
                         cosets or both (default: both)).

       --help, --usage
                         Output a short usage message (this message) and exit.

       --version
                         Output version information and exit.

Reporting Bugs

       Report cosets bugs using e-mail: cod-bugs@ibt.ltCOSETS(1)

Synopsis

       cosets --options P222 P2

       cosets --options -- "x,y,z -x,-y,z x,y,-z -x,-y,-z" "-x,-y,z"

See Also