Skip to content

reference to GEMMI's orthogonalization matrix needs updating #30

@DHekstra

Description

@DHekstra

in reindex.py,

105 | if force_rs or (not "rs_a" in ds.keys()):
106 | orthomat_list = ds.cell.orthogonalization_matrix.tolist()
107 | orthomat = np.asarray(orthomat_list)

gemmi now uses cell.orth.mat (see https://gemmi.readthedocs.io/en/latest/cell.html)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions