Table of Contents
module containing miscelanous functions used in BKchem that don't fit anywhere else. Does not contain any objects
difference ( a, b )
returns difference of 2 lists ( a-b)
filter_unique ( items )
intersection ( a, b )
returns intersection of 2 lists
lazy_apply ( function, arguments )
similar to apply but returns a callable (lambda) that performs the apply when called.
list_difference ( list )
return a list of differences between list members, the list is by 1 shorter than the original
normalize_coords ( coords )
reverse_molecule_formula ( formula )
signum ( a )
split_number_and_unit ( txt )