xxzchain.lib package

xxzchain.lib.load_system(path, print_tree=True)[source]

Please indicate system saved folder. return is system object. Recommended way is use of ‘load_system(path)’

xxzchain.lib.preset(system, globalscope)[source]

define 4 operators on given system and given scope

xxzchain.lib.to_operator(system)[source]

decorator for make operator given function. System will hold given function below this decorator.