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 SpaceGroupCrystal.spaceGroupThe space group of the crystal.final SpaceGroupReflectionList.spaceGroupThe space group.Methods in ffx.crystal that return SpaceGroupModifier and TypeMethodDescriptionstatic SpaceGroupSpaceGroupDefinitions.spaceGroupFactory(int number) Returns a SpaceGroup instance corresponding to the number parameter.static SpaceGroupSpaceGroupDefinitions.spaceGroupFactory(String name) Return a SpaceGroup based on its name.Methods in ffx.crystal with parameters of type SpaceGroupModifier and TypeMethodDescriptionstatic intSpaceGroupInfo.getPDBRank(SpaceGroup sg) PDB space group ranking (as of Feb. 2017).static CrystalSpaceGroupConversions.hrConversion(double a, double b, double c, double alpha, double beta, double gamma, SpaceGroup currentSG) Convert between hexagonal and rhombohedral space groups.