Uses of Class
ffx.crystal.SpaceGroup
Packages that use SpaceGroup
Package
Description
The Crystal package implements space group symmetry and periodic boundary condition support.
-
Uses of SpaceGroup in ffx.crystal
Fields in ffx.crystal declared as SpaceGroupModifier and TypeFieldDescriptionfinal SpaceGroup
Crystal.spaceGroup
The space group of the crystal.final SpaceGroup
ReflectionList.spaceGroup
The space group.Methods in ffx.crystal that return SpaceGroupModifier and TypeMethodDescriptionstatic SpaceGroup
SpaceGroupDefinitions.spaceGroupFactory
(int number) Returns a SpaceGroup instance corresponding to the number parameter.static SpaceGroup
SpaceGroupDefinitions.spaceGroupFactory
(String name) Return a SpaceGroup based on its name.Methods in ffx.crystal with parameters of type SpaceGroupModifier and TypeMethodDescriptionstatic int
SpaceGroupInfo.getPDBRank
(SpaceGroup sg) PDB space group ranking (as of Feb. 2017).static Crystal
SpaceGroupConversions.hrConversion
(double a, double b, double c, double alpha, double beta, double gamma, SpaceGroup currentSG) Convert between hexagonal and rhombohedral space groups.