MOFBuilder Manual#
MOFBuilder is a Python toolkit for constructing, inspecting, and preparing Metal-Organic Framework (MOF) structures for downstream simulation workflows. The documentation below is organized as a practical scientific software manual: you can start from setup and examples, then move into API details.
Highlights#
Topology-guided MOF construction with configurable linker and node inputs.
Framework export to common structure formats (cif, pdb, gro, xyz).
Hooks for visualization and MD preparation workflows.
Documentation focused on user-facing usage rather than internal helpers.
Getting Started