httk.atomistic.assignment module

class httk.atomistic.assignment.Assignment(atomic_number, weight, ratio, magnetic_moment)[source]

Bases: httk.core.httkobject.HttkObject

Represents a possible vector of assignments

classmethod create(siteassignment=None, atom=None, weight=None, ratio=None, magnetic_moment=[None, None, None])[source]
Create a new siteassignment object
site: integer for the site number that this atom is assigned to atomic number or symbol
get_extensions()[source]
get_weight()[source]
symbol
classmethod use(old)[source]
httk.atomistic.assignment.main()[source]