Skip to content

Missing space group settings in reflections.R #7

Description

@SaitouToshihide

There is no rules for "HEXAGONAL: 168 to 194" and "CUBIC: 195 to 230" in reflections.R, so deplete_systematic_absences(hkl, SG) is not functional for these space groups, such as 228, 229, and 230.

if (sym_number == 230)
{
hkl[(hkl[,1]+hkl[,2]+hkl[,3])%%2 != 0,4] <- NA
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions