httk.atomistic.siteassignment module

class httk.atomistic.siteassignment.SiteAssignment(assignments)[source]

Bases: httk.core.httkobject.HttkObject

Represents a possible vector of assignments

atomic_number
atomic_numbers
classmethod create(assignments=None)[source]
Create a new assignment object,
assignments: a list-style object with one entry per ‘atom type’. Any sensible type accepted, most notably,
integers (for atom number)
get_extensions()[source]
ratio
ratios
symbol
symbols
to_basis()[source]
classmethod use(old)[source]
httk.atomistic.siteassignment.main()[source]