schrodinger.livedesign.entity_registration.build_entity_tree module

schrodinger.livedesign.entity_registration.build_entity_tree.build_full_entity_tree(input_data: str, input_format: Format, options)

Given an input data string and its format, build an entity tree using the appropriate method.

Determines whether leaf nodes should be registered as atomistic or monomeric, since decomposing into an entity tree depends on that decision.

schrodinger.livedesign.entity_registration.build_entity_tree.build_custom_entity_tree(data: str, options=None)