Uses of Class
org.openscience.cdk.group.PermutationGroup
Packages that use PermutationGroup
-
Uses of PermutationGroup in org.openscience.cdk.group
Methods in org.openscience.cdk.group that return PermutationGroupModifier and TypeMethodDescriptionAtomContainerDiscretePartitionRefiner.getAutomorphismGroup
(IAtomContainer atomContainer) Gets the automorphism group of the atom container.AtomContainerDiscretePartitionRefiner.getAutomorphismGroup
(IAtomContainer atomContainer, Partition initialPartition) Get the automorphism group of the molecule given an initial partition.AtomContainerDiscretePartitionRefiner.getAutomorphismGroup
(IAtomContainer atomContainer, PermutationGroup group) Speed up the search for the automorphism group using the automorphisms in the supplied group.DiscretePartitionRefiner.getAutomorphismGroup()
Get the automorphism group used to prune the search.static PermutationGroup
PermutationGroup.makeSymN
(int size) Make the symmetric group Sym(N) for N.Methods in org.openscience.cdk.group with parameters of type PermutationGroupModifier and TypeMethodDescriptionAtomContainerDiscretePartitionRefiner.getAutomorphismGroup
(IAtomContainer atomContainer, PermutationGroup group) Speed up the search for the automorphism group using the automorphisms in the supplied group.PermutationGroup.transversal
(PermutationGroup subgroup) Generate a transversal of a subgroup in this group.