stacker.AtomEmpty

stacker.AtomEmpty#

exception AtomEmpty[source]#

Bases: Exception

No Atomnames to subset to were provided

This is raised when a routine is given an invalid number of atomnames to subset to.

See also

fiter_traj_routine
bottaro_routine

Examples

Command Line:

$ stacker -s filter_traj -a -r 426,427  
__init__(*args, **kwargs)#
add_note(object, /)#

Exception.add_note(note) – add a note to the exception

args#
with_traceback(object, /)#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.