AtomsInfo

data class AtomsInfo(atomsParams: ForcefieldParams.AtomsParams, preferredAtomIndices: Set<Int>, ignoredAtomIndices: Set<Int>)

Properties

Link copied to clipboard
val atomsParams: ForcefieldParams.AtomsParams
Link copied to clipboard
val ignoredAtomIndices: Set<Int>
Link copied to clipboard
val preferredAtomIndices: Set<Int>